8000 [FrameworkBundle] Specifically inject the debug dispatcher in the col… · sroze/symfony@7b3a641 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b3a641

Browse files
committed
[FrameworkBundle] Specifically inject the debug dispatcher in the collector
1 parent d7e859e commit 7b3a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<service id="data_collector.events" class="%data_collector.events.class%" public="false">
3838
<tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="255" />
39-
<argument type="service" id="event_dispatcher" on-invalid="ignore" />
39 4A17 +
<argument type="service" id="debug.event_dispatcher" on-invalid="ignore" />
4040
</service>
4141

4242
<service id="data_collector.logger" class="%data_collector.logger.class%" public="false">

0 commit comments

Comments
 (0)
0