Skip to content

Commit e5d253f

Browse files
authored
Make 'old_sound_rabbit_mq.parts_holder' public
Service 'old_sound_rabbit_mq.parts_holder' is used in Command/SetupFabricCommand.php
1 parent 6c0407c commit e5d253f

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)