mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
- code review
- frontend build
This commit is contained in:
@@ -199,6 +199,7 @@ class User extends Authenticatable
|
||||
$sort = strtolower(request()->input('sort'));
|
||||
$direction = strtolower(request()->input('direction'));
|
||||
|
||||
// TODO: pozor pozor tu by sme mali pouzit sortable(), tak ako si pouzil v BrowseController
|
||||
return FileManagerFolder::with(['folders.shared', 'shared:token,id,item_id,permission,protected,expire_in'])
|
||||
->where('parent_id', 0)
|
||||
->where('user_id', $this->id)
|
||||
|
||||
Reference in New Issue
Block a user