8000 Collector's `id` should match the template name. · sroze/symfony@8ab6a1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ab6a1a

Browse files
committed
Collector's id should match the template name.
1 parent 6de7d6f commit 8ab6a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</service>
5454

5555
<service id="data_collector.messenger" class="Symfony\Bundle\FrameworkBundle\DataCollector\MessengerDataCollector">
56-
<tag name="data_collector" template="@WebProfiler/Collector/messages.html.twig" id="messenger" priority="100" />
56+
<tag name="data_collector" template="@WebProfiler/Collector/messages.html.twig" id="messages" priority="100" />
5757
<tag name="message_bus_middleware" />
5858
</service>
5959

0 commit comments

Comments
 (0)
0