[FrameworkBundle] Fixed Stopwatch namespace.

This commit is contained in:
Jakub Zalas 2013-04-17 22:32:53 +01:00
parent 2170dcb58e
commit 043a91514f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Symfony\Bundle\FrameworkBundle\Templating;
use Symfony\Bundle\FrameworkBundle\Templating\PhpEngine;
use Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables;
use Symfony\Component\Templating\TemplateNameParserInterface;
use Symfony\Component\HttpKernel\Debug\Stopwatch;
use Symfony\Component\Stopwatch\Stopwatch;
use Symfony\Component\Templating\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;