mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- gate implementation
- protected shared view fix
This commit is contained in:
@@ -44,7 +44,7 @@ class VisitorZipController extends Controller
|
||||
$file_parent_folders = File::whereUserId($shared->user_id)
|
||||
->whereIn('id', $files->pluck('id'))
|
||||
->get()
|
||||
->pluck('folder_id')
|
||||
->pluck('parent_id')
|
||||
->toArray();
|
||||
|
||||
// Check access to requested directory
|
||||
|
||||
Reference in New Issue
Block a user