Skip to content

Commit 85479d1

Browse files
committed
Hot fix
1 parent e867132 commit 85479d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,9 @@ private function addNotifierSection(ArrayNodeDefinition $rootNode)
15161516
->prototype('scalar')->end()
15171517
->end()
15181518
->end()
1519-
->booleanNode('notification_on_failed_messages')->defaultFalse()->end()
1519+
->children()
1520+
->booleanNode('notification_on_failed_messages')->defaultFalse()->end()
1521+
->end()
15201522
->children()
15211523
->arrayNode('channel_policy')
15221524
->useAttributeAsKey('name')

0 commit comments

Comments
 (0)