We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d526de + 985c36e commit 011c3cdCopy full SHA for 011c3cd
src/Http/Controllers/FoldersController.php
@@ -31,9 +31,9 @@ public function index(Request $request)
31
}
32
} else { // ModifiedTime
33
if ($fileSortingOrder === SortingOrder::Ascending) {
34
- $folders = $folders->sortByEarliestFirstIncludingFiles();
+ $folders = $folders->sortByEarliestFirst();
35
} else {
36
- $folders = $folders->sortByLatestFirstIncludingFiles();
+ $folders = $folders->sortByLatestFirst();
37
38
39
0 commit comments