mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
folder creation fix
This commit is contained in:
@@ -10,7 +10,7 @@ class CreateDiskDirectoriesAction
|
||||
*/
|
||||
public function __invoke(): void
|
||||
{
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip'])
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp'])
|
||||
->each(function ($directory) {
|
||||
// Create directory for local driver
|
||||
Storage::disk('local')
|
||||
|
||||
Reference in New Issue
Block a user