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 4bd0ec1 commit 54efcf4Copy full SHA for 54efcf4
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -387,6 +387,7 @@ protected function loadBatchConsumers()
387
{
388
foreach ($this->config['batch_consumers'] as $key => $consumer) {
389
$definition = new Definition('%old_sound_rabbit_mq.batch_consumer.class%');
390
+ $definition->setPublic(true);
391
392
if (!isset($consumer['exchange_options'])) {
393
$consumer['exchange_options'] = $this->getDefaultExchangeOptions();
0 commit comments