mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
frontend function consolidation part 2
This commit is contained in:
@@ -75,7 +75,7 @@ class FileManagerService
|
||||
$zip
|
||||
->folder($file['folder_path'])
|
||||
->addString(
|
||||
$file['name'],
|
||||
"{$file['name']}.{$file['mimetype']}",
|
||||
File::get($disk_local->path("/$directory/$requested_folder->user_id/{$file['basename']}"))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user