Skip to content

Commit 33a1c83

Browse files
authored
Use correct base class for JoseFrameworkExtension (#612)
2 parents 1b273bd + 2bc0c6f commit 33a1c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/DependencyInjection/JoseFrameworkExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\Config\Definition\Processor;
1010
use Symfony\Component\DependencyInjection\ContainerBuilder;
1111
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
12-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
12+
use Symfony\Component\DependencyInjection\Extension\Extension;
1313
use function count;
1414

1515
final class JoseFrameworkExtension extends Extension implements PrependExtensionInterface

0 commit comments

Comments
 (0)