Skip to content

Commit

Permalink
feat: allow handling of log files within subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Aug 15, 2024
1 parent 035b2ee commit e2bd835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/LogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function getFiles(): array

foreach ($finder->getIterator() as $file) {
$files[] = [
'name' => $file->getFilename(),
'name' => $file->getRelativePathname(),
];
}

Expand Down

0 comments on commit e2bd835

Please sign in to comment.