File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Symfony/Bundle/FrameworkBundle/DependencyInjection Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1114,6 +1114,7 @@ private function addMessengerSection(ArrayNodeDefinition $rootNode)
1114
1114
->end ()
1115
1115
->children ()
1116
1116
->arrayNode ('routing ' )
1117
+ ->normalizeKeys (false )
1117
1118
->useAttributeAsKey ('message_class ' )
1118
1119
->beforeNormalization ()
1119
1120
->always ()
@@ -1173,6 +1174,7 @@ function ($a) {
1173
1174
->end ()
1174
1175
->end ()
1175
1176
->arrayNode ('transports ' )
1177
+ ->normalizeKeys (false )
1176
1178
->useAttributeAsKey ('name ' )
1177
1179
->arrayPrototype ()
1178
1180
->beforeNormalization ()
@@ -1220,6 +1222,7 @@ function ($a) {
1220
1222
->scalarNode ('default_bus ' )->defaultNull ()->end ()
1221
1223
->arrayNode ('buses ' )
1222
1224
->defaultValue (['messenger.bus.default ' => ['default_middleware ' => true , 'middleware ' => []]])
1225
+ ->normalizeKeys (false )
1223
1226
->useAttributeAsKey ('name ' )
1224
1227
->arrayPrototype ()
1225
1228
->addDefaultsIfNotSet ()
You can’t perform that action at this time.
0 commit comments