File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ExtensionLoadedBundle/DependencyInjection
ExtensionPresentBundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionLoadedBundle \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
- use Symfony \Component \HttpKernel \ DependencyInjection \Extension ;
15
+ use Symfony \Component \DependencyInjection \ Extension \Extension ;
16
16
17
17
class ExtensionLoadedExtension extends Extension
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionPresentBundle \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
- use Symfony \Component \HttpKernel \ DependencyInjection \Extension ;
15
+ use Symfony \Component \DependencyInjection \ Extension \Extension ;
16
16
17
17
class ExtensionPresentExtension extends Extension
18
18
{
You can’t perform that action at this time.
0 commit comments