Skip to content

Commit 205db54

Browse files
committed
Merge pull request #58 from xabbuh/fix-xml-channels-option
add call to fixXmlConfig() such that the channel option can be configure...
2 parents c6af60b + 24c114c commit 205db54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public function getConfigTreeBuilder()
185185
$rootNode = $treeBuilder->root('monolog');
186186

187187
$rootNode
188+
->fixXmlConfig('channel')
188189
->fixXmlConfig('handler')
189190
->children()
190191
->arrayNode('channels')

0 commit comments

Comments
 (0)