File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1130,6 +1130,7 @@ private function addMessengerSection(ArrayNodeDefinition $rootNode)
11301130 ->end ()
11311131 ->children ()
11321132 ->arrayNode ('routing ' )
1133+ ->normalizeKeys (false )
11331134 ->useAttributeAsKey ('message_class ' )
11341135 ->beforeNormalization ()
11351136 ->always ()
@@ -1189,6 +1190,7 @@ function ($a) {
11891190 ->end ()
11901191 ->end ()
11911192 ->arrayNode ('transports ' )
1193+ ->normalizeKeys (false )
11921194 ->useAttributeAsKey ('name ' )
11931195 ->arrayPrototype ()
11941196 ->beforeNormalization ()
@@ -1236,6 +1238,7 @@ function ($a) {
12361238 ->scalarNode ('default_bus ' )->defaultNull ()->end ()
12371239 ->arrayNode ('buses ' )
12381240 ->defaultValue (['messenger.bus.default ' => ['default_middleware ' => true , 'middleware ' => []]])
1241+ ->normalizeKeys (false )
12391242 ->useAttributeAsKey ('name ' )
12401243 ->arrayPrototype ()
12411244 ->addDefaultsIfNotSet ()
You can’t perform that action at this time.
0 commit comments