Completed
Pull Request — master (#1)
by Valentin
02:56
created
source/LogViewer/Services/LogService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.