Skip to content

Commit 8ee6713

Browse files
authored
Merge pull request #509 from caciobanu/patch-1
Make 'old_sound_rabbit_mq.parts_holder' public
2 parents 6c0407c + e5d253f commit 8ee6713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/rabbitmq.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tag name="data_collector" template="OldSoundRabbitMqBundle:Collector:collector.html.twig" id="rabbit_mq" />
3131
</service>
3232

33-
<service id="old_sound_rabbit_mq.parts_holder" class="%old_sound_rabbit_mq.parts_holder.class%" />
33+
<service id="old_sound_rabbit_mq.parts_holder" class="%old_sound_rabbit_mq.parts_holder.class%" public="true" />
3434

3535
<service id="old_sound_rabbit_mq.anon_consumer_command" class="OldSound\RabbitMqBundle\Command\AnonConsumerCommand">
3636
<tag name="console.command" command="rabbitmq:anon-consumer" />

0 commit comments

Comments
 (0)