Skip to content

Commit c02e325

Browse files
authored
Apply fixes from StyleCI (#36603)
1 parent 1e09138 commit c02e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Log/LogManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ protected function createStackDriver(array $config)
244244
$handlers = collect($config['channels'])->flatMap(function ($channel) {
245245
return $this->channel($channel)->getHandlers();
246246
})->all();
247-
247+
248248
$processors = collect($config['channels'])->flatMap(function ($channel) {
249249
return $this->channel($channel)->getProcessors();
250250
})->all();

0 commit comments

Comments
 (0)