Skip to content

Commit cb1ccc3

Browse files
committed
[FrameworkBundle] Fixed Stopwatch namespace.
1 parent 445fa33 commit cb1ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/TimedPhpEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Bundle\FrameworkBundle\Templating\PhpEngine;
1515
use Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables;
1616
use Symfony\Component\Templating\TemplateNameParserInterface;
17-
use Symfony\Component\HttpKernel\Debug\Stopwatch;
17+
use Symfony\Component\Stopwatch\Stopwatch;
1818
use Symfony\Component\Templating\Loader\LoaderInterface;
1919
use Symfony\Component\DependencyInjection\ContainerInterface;
2020

0 commit comments

Comments
 (0)