Skip to content

Commit 2d294b6

Browse files
committed
Fixed XML support
1 parent f7892fa commit 2d294b6

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
@@ -190,6 +190,7 @@ private function addFormatListenerSection(ArrayNodeDefinition $rootNode)
190190
->arrayNode('rules')
191191
->cannotBeOverwritten()
192192
->prototype('array')
193+
->fixXmlConfig('priority', 'priorities')
193194
->children()
194195
->scalarNode('path')->defaultNull()->info('URL path info')->end()
195196
->scalarNode('host')->defaultNull()->info('URL host name')->end()

0 commit comments

Comments
 (0)