mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
added UserAccountTest
This commit is contained in:
@@ -13,7 +13,7 @@ class SetupService
|
||||
*/
|
||||
public function create_directories()
|
||||
{
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip',])
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip'])
|
||||
->each(function ($directory) {
|
||||
|
||||
// Create directory for local driver
|
||||
|
||||
Reference in New Issue
Block a user