Skip to content

Commit d034336

Browse files
Bogdaanskafandri
authored andcommitted
set old_sound_rabbit_mq.%s_server as public (#546)
1 parent 54efcf4 commit d034336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/OldSoundRabbitMqExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ protected function loadRpcServers()
541541
foreach ($this->config['rpc_servers'] as $key => $server) {
542542
$definition = new Definition('%old_sound_rabbit_mq.rpc_server.class%');
543543
$definition
544+
->setPublic(true)
544545
->addTag('old_sound_rabbit_mq.base_amqp')
545546
->addTag('old_sound_rabbit_mq.rpc_server')
546547
->addMethodCall('initServer', array($key))

0 commit comments

Comments
 (0)