Skip to content

Commit eac07ff

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [Intl] Update ICU data to 60.1 [Validator] Fix Costa Rica IBAN format [Bridge/ProxyManager] Remove direct reference to value holder property [Validator] Add Belarus IBAN format [FrameworkBundle] Specifically inject the debug dispatcher in the collector update the pull request template [Stopwatch] minor fix
2 parents df3a75d + 93d54ee commit eac07ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="290" />
39-
<argument type="service" id="event_dispatcher" on-invalid="ignore" />
39+
<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)