mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-15 09:45:01 +00:00
create team folder
This commit is contained in:
@@ -14,7 +14,6 @@ class BrowseTrashContentController
|
||||
$requestedFolder = $root_id ? Folder::withTrashed()->findOrFail($root_id) : null;
|
||||
|
||||
if ($root_id) {
|
||||
|
||||
// Get folders and files
|
||||
$folders = Folder::onlyTrashed()
|
||||
->with('parent')
|
||||
|
||||
Reference in New Issue
Block a user