We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1ca2 commit 001f715Copy full SHA for 001f715
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -186,7 +186,7 @@ protected function loadProducers()
186
->setPublic(false);
187
}
188
189
- $definition->addMethodCall('setDefaultRoutingKey', $producer['default_routing_key']);
+ $definition->addMethodCall('setDefaultRoutingKey', array($producer['default_routing_key']));
190
191
} else {
192
foreach ($this->config['producers'] as $key => $producer) {
0 commit comments