8000 [FrameworkBundle] Add autowiring alias for Stopwatch · symfony/symfony@707f74b · GitHub
[go: up one dir, main page]

Skip to content

Commit 707f74b

Browse files
committed
[FrameworkBundle] Add autowiring alias for Stopwatch
1 parent 7b8409a commit 707f74b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</service>
2323

2424
<service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" />
25+
<service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch" public="false" />
2526

2627
<service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" public="false">
2728
<argument>%debug.file_link_format%</argument>

0 commit comments

Comments
 (0)
0