mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Generate thumbnails for demo data fix
This commit is contained in:
@@ -1158,7 +1158,7 @@ class SetupDevEnvironment extends Command
|
||||
});
|
||||
|
||||
// Store original to disk
|
||||
Storage::put("files/$user->id/{$file_name}", $intervention);
|
||||
Storage::putFileAs("files/$user->id", storage_path($file), $file_name, 'private');
|
||||
|
||||
return [
|
||||
'basename' => $file_name,
|
||||
|
||||
Reference in New Issue
Block a user