@@ -54,7 +54,7 @@ |
||
| 54 | 54 | */ |
| 55 | 55 | public function lastLog() |
| 56 | 56 | { |
| 57 | - $files = $this->finder->files()->in($this->config->directories())->sort(function ($a, $b) { |
|
| 57 | + $files = $this->finder->files()->in($this->config->directories())->sort(function($a, $b) { |
|
| 58 | 58 | /** |
| 59 | 59 | * @var SplFileInfo $a |
| 60 | 60 | * @var SplFileInfo $b |