This commit is contained in:
Fabien Potencier 2019-10-24 22:40:56 +02:00
parent aaace8a62d
commit ae72381a48

View File

@ -1516,7 +1516,9 @@ class Configuration implements ConfigurationInterface
->prototype('scalar')->end() ->prototype('scalar')->end()
->end() ->end()
->end() ->end()
->booleanNode('notification_on_failed_messages')->defaultFalse()->end() ->children()
->booleanNode('notification_on_failed_messages')->defaultFalse()->end()
->end()
->children() ->children()
->arrayNode('channel_policy') ->arrayNode('channel_policy')
->useAttributeAsKey('name') ->useAttributeAsKey('name')