Skip to content

Commit 869e99e

Browse files
committed
fix for new constructor argument
1 parent 78ad6e2 commit 869e99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
124124

125125
case 'console':
126126
$definition->setArguments(array(
127+
null,
127128
$handler['bubble'],
128129
isset($handler['verbosity_levels']) ? $handler['verbosity_levels'] : array()
129130
));

0 commit comments

Comments
 (0)