Skip to content

Commit c396520

Browse files
fritz-gernethSpomky
authored andcommitted
Use correct base class for JoseFrameworkExtension
1 parent 6c8e091 commit c396520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/DependencyInjection/JoseFrameworkExtension.php

Lines changed: 1 addition & 1 deletion
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)