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)
1130
1130
->end ()
1131
1131
->children ()
1132
1132
->arrayNode ('routing ' )
1133
+ ->normalizeKeys (false )
1133
1134
->useAttributeAsKey ('message_class ' )
1134
1135
->beforeNormalization ()
1135
1136
->always ()
@@ -1189,6 +1190,7 @@ function ($a) {
1189
1190
->end ()
1190
1191
->end ()
1191
1192
->arrayNode ('transports ' )
1193
+ ->normalizeKeys (false )
1192
1194
->useAttributeAsKey ('name ' )
1193
1195
->arrayPrototype ()
1194
1196
->beforeNormalization ()
@@ -1236,6 +1238,7 @@ function ($a) {
1236
1238
->scalarNode ('default_bus ' )->defaultNull ()->end ()
1237
1239
->arrayNode ('buses ' )
1238
1240
->defaultValue (['messenger.bus.default ' => ['default_middleware ' => true , 'middleware ' => []]])
1241
+ ->normalizeKeys (false )
1239
1242
->useAttributeAsKey ('name ' )
1240
1243
->arrayPrototype ()
1241
1244
->addDefaultsIfNotSet ()
You can’t perform that action at this time.
0 commit comments