mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
DesktopToolbar.vue team members widget resolving
This commit is contained in:
@@ -33,13 +33,11 @@ class TeamFoldersController extends Controller
|
||||
|
||||
$folders = Folder::where('parent_id', $id)
|
||||
->where('team_folder', ! Str::isUuid($id))
|
||||
->where('user_id', Auth::id())
|
||||
->sortable()
|
||||
->get();
|
||||
|
||||
if ($id) {
|
||||
$files = File::where('parent_id', $id)
|
||||
->where('user_id', Auth::id())
|
||||
->sortable()
|
||||
->get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user