We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PrependExtensionInterface
JoseFrameworkExtension
1 parent 17ca39e commit 718c1f4Copy full SHA for 718c1f4
src/Bundle/DependencyInjection/JoseFrameworkExtension.php
@@ -8,8 +8,8 @@
8
use Override;
9
use Symfony\Component\Config\Definition\Processor;
10
use Symfony\Component\DependencyInjection\ContainerBuilder;
11
-use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
12
use Symfony\Component\DependencyInjection\Extension\Extension;
+use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
13
use function count;
14
15
final class JoseFrameworkExtension extends Extension implements PrependExtensionInterface
0 commit comments