Skip to content

Commit 24c114c

Browse files
committed
add call to fixXmlConfig() such that the channel option can be configured in XML format
1 parent c043ada commit 24c114c

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)