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 69463ca commit 0a4dfeeCopy full SHA for 0a4dfee
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -225,7 +225,6 @@ protected function loadRpcClients()
225
foreach ($this->config['rpc_clients'] as $key => $client) {
226
$definition = new Definition('%old_sound_rabbit_mq.rpc_client.class%');
227
$definition
228
- ->addTag('old_sound_rabbit_mq.base_amqp')
229
->addTag('old_sound_rabbit_mq.rpc_client')
230
->addMethodCall('initClient');
231
$this->injectConnection($definition, $client['connection']);
0 commit comments