We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e09138 commit c02e325Copy full SHA for c02e325
src/Illuminate/Log/LogManager.php
@@ -244,7 +244,7 @@ protected function createStackDriver(array $config)
244
$handlers = collect($config['channels'])->flatMap(function ($channel) {
245
return $this->channel($channel)->getHandlers();
246
})->all();
247
-
+
248
$processors = collect($config['channels'])->flatMap(function ($channel) {
249
return $this->channel($channel)->getProcessors();
250
0 commit comments