Skip to content

Commit df08694

Browse files
authored
Merge pull request #528 from kejwmen/twig-aliasing
Changed twig template reference syntax
2 parents 34087af + a904160 commit df08694

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
@@ -27,7 +27,7 @@
2727
<services>
2828
<service id="old_sound_rabbit_mq.data_collector" class="%old_sound_rabbit_mq.data_collector.class%">
2929
<argument type="collection" />
30-
<tag name="data_collector" template="OldSoundRabbitMqBundle:Collector:collector.html.twig" id="rabbit_mq" />
30+
<tag name="data_collector" template="@OldSoundRabbitMq/Collector/collector.html.twig" id="rabbit_mq" />
3131
</service>
3232

3333
<service id="old_sound_rabbit_mq.parts_holder" class="%old_sound_rabbit_mq.parts_holder.class%" public="true" />

0 commit comments

Comments
 (0)