Skip to content

Commit

Permalink
Update LogsController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Sep 5, 2019
1 parent d84e996 commit 3ccafbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/LogsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function dailyLogFiles()
{
return collect(Ward::getFiles(true))->filter(function ($file) {
return strpos($file, 'laravel') === 0;
});
})->values()->all();
}

/**
Expand Down

0 comments on commit 3ccafbd

Please sign in to comment.