mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
upload file into request folder and get their thumbnails
This commit is contained in:
@@ -46,7 +46,7 @@ class VisitorBrowseFolderController
|
||||
->get();
|
||||
|
||||
// Set thumbnail links for public files
|
||||
$files->map(fn ($file) => $file->setPublicUrl($shared->token));
|
||||
$files->map(fn ($file) => $file->setSharedPublicUrl($shared->token));
|
||||
|
||||
return [
|
||||
'folders' => new FolderCollection($folders),
|
||||
|
||||
Reference in New Issue
Block a user