8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8409a commit 707f74bCopy full SHA for 707f74b
src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml
@@ -22,6 +22,7 @@
22
</service>
23
24
<service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" />
25
+ <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch" public="false" />
26
27
<service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" public="false">
28
<argument>%debug.file_link_format%</argument>
0 commit comments