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 43a02f4 commit d14979fCopy full SHA for d14979f
DependencyInjection/MonologExtension.php
@@ -57,7 +57,7 @@ public function load(array $configs, ContainerBuilder $container)
57
foreach ($config['handlers'] as $name => $handler) {
58
$handlers[$handler['priority']][] = array(
59
'id' => $this->buildHandler($container, $name, $handler),
60
- 'channels' => empty($handler['channels']) ? null : $handler['channels'] : null
+ 'channels' => empty($handler['channels']) ? null : $handler['channels']
61
);
62
}
63
0 commit comments