File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \DelegatingEngine as BaseDelegatingEngine ;
15
- use Symfony \Component \DependencyInjection \ContainerInterface ;
16
16
use Symfony \Component \HttpFoundation \Response ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \PhpEngine as BasePhpEngine ;
15
16
use Symfony \Component \Templating \Loader \LoaderInterface ;
16
17
use Symfony \Component \Templating \TemplateNameParserInterface ;
17
- use Symfony \Component \DependencyInjection \ContainerInterface ;
18
18
use Symfony \Component \HttpFoundation \Response ;
19
19
20
20
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
+ use Psr \Container \ContainerInterface ;
14
15
use Symfony \Component \Templating \TemplateNameParserInterface ;
15
16
use Symfony \Component \Stopwatch \Stopwatch ;
16
17
use Symfony \Component \Templating \Loader \LoaderInterface ;
17
- use Symfony \Component \DependencyInjection \ContainerInterface ;
18
18
19
19
/**
20
20
* Times the time spent to render a template.
You can’t perform that action at this time.
0 commit comments