Skip to content

Commit afea8cf

Browse files
committed
Do not use HttpKernel Extension when not needed for 2.7
1 parent 0e1cbab commit afea8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\DependencyInjection;
1313

1414
use Symfony\Component\DependencyInjection\ContainerBuilder;
15-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
15+
use Symfony\Component\DependencyInjection\Extension\Extension;
1616
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
1717

1818
class TestExtension extends Extension implements PrependExtensionInterface

0 commit comments

Comments
 (0)