We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b273bd + 2bc0c6f commit 33a1c83Copy full SHA for 33a1c83
src/Bundle/DependencyInjection/JoseFrameworkExtension.php
@@ -9,7 +9,7 @@
9
use Symfony\Component\Config\Definition\Processor;
10
use Symfony\Component\DependencyInjection\ContainerBuilder;
11
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
12
-use Symfony\Component\HttpKernel\DependencyInjection\Extension;
+use Symfony\Component\DependencyInjection\Extension\Extension;
13
use function count;
14
15
final class JoseFrameworkExtension extends Extension implements PrependExtensionInterface
0 commit comments