Skip to content

Commit

Permalink
Merge pull request #40 from stof/patch-1
Browse files Browse the repository at this point in the history
Fix compat with XML config files
  • Loading branch information
Seldaek authored Sep 10, 2020
2 parents 6ff75e8 + abc3dfb commit e7bc90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function getConfigTreeBuilder()
$levelsCI = array_merge($levels, array_map('strtolower', $levels));

$rootNode
->fixXmlConfig('allowed_level')
->fixXmlConfig('ignore_message')
->fixXmlConfig('ignore_url_prefix', 'ignore_url_prefixes')
->children()
Expand Down

0 comments on commit e7bc90e

Please sign in to comment.