Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d7170 commit 5249eafCopy full SHA for 5249eaf
src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml
@@ -9,6 +9,7 @@
9
10
<service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" decorates="event_dispatcher">
11
<tag name="monolog.logger" channel="event" />
12
+ <tag name="kernel.reset" method="reset" />
13
<argument type="service" id="debug.event_dispatcher.inner" />
14
<argument type="service" id="debug.stopwatch" />
15
<argument type="service" id="logger" on-invalid="null" />
0 commit comments