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 54efcf4 commit d034336Copy full SHA for d034336
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -541,6 +541,7 @@ protected function loadRpcServers()
541
foreach ($this->config['rpc_servers'] as $key => $server) {
542
$definition = new Definition('%old_sound_rabbit_mq.rpc_server.class%');
543
$definition
544
+ ->setPublic(true)
545
->addTag('old_sound_rabbit_mq.base_amqp')
546
->addTag('old_sound_rabbit_mq.rpc_server')
547
->addMethodCall('initServer', array($key))
0 commit comments