mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
mobile spotlight
This commit is contained in:
@@ -29,6 +29,7 @@ class SearchFilesAndFoldersController
|
||||
|
||||
// Collect folders and files to single array
|
||||
return collect([$searched_folders, $searched_files])
|
||||
->collapse();
|
||||
->collapse()
|
||||
->take(10);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,6 +65,7 @@ class VisitorSearchFilesAndFoldersController extends Controller
|
||||
|
||||
// Collect folders and files to single array
|
||||
return collect([$folders, $files])
|
||||
->collapse();
|
||||
->collapse()
|
||||
->take(10);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user