Skip to content

Commit 1317e1a

Browse files
committed
Fix CS
1 parent 3724600 commit 1317e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataCollector/LogsCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public function __construct($path = null, $name = 'logs')
1616
parent::__construct($name);
1717

1818
$paths = Arr::wrap($path ?: [
19-
storage_path('logs/laravel.log'),
19+
storage_path('logs/laravel.log'),
2020
storage_path('logs/laravel-' . date('Y-m-d') . '.log'), // for daily driver
2121
]);
22-
22+
2323
foreach ($paths as $path) {
2424
$this->getStorageLogs($path);
2525
}

0 commit comments

Comments
 (0)