[FrameworkBundle] Add autowiring alias for Stopwatch

This commit is contained in:
Ben Scott 2017-04-08 13:34:08 +01:00
parent 7b8409ad37
commit 707f74b50f

View File

@ -22,6 +22,7 @@
</service>
<service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" />
<service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch" public="false" />
<service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" public="false">
<argument>%debug.file_link_format%</argument>