Skip to content

Commit

Permalink
Merge pull request #15 from nguyentranchung/pr-sort
Browse files Browse the repository at this point in the history
sort file desc
  • Loading branch information
saade authored Sep 1, 2023
2 parents c49c381 + fd97cc7 commit df05fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/ViewLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function getFileNames($files): Collection
{
return collect($files)->mapWithKeys(function (SplFileInfo $file) {
return [$file->getRealPath() => $file->getRealPath()];
});
})->sortDesc();
}

protected static function getNavigationGroup(): ?string
Expand Down

0 comments on commit df05fcc

Please sign in to comment.