create team folder

This commit is contained in:
Peter Papp
2021-08-24 10:58:03 +02:00
parent fdd9c5a591
commit ca1d037975
20 changed files with 317 additions and 23 deletions
@@ -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')