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.
1 parent f706932 commit acb087cCopy full SHA for acb087c
src/bundle/DependencyInjection/IbexaFieldTypeMatrixExtension.php
@@ -11,9 +11,9 @@
11
use Symfony\Component\Config\FileLocator;
12
use Symfony\Component\Config\Resource\FileResource;
13
use Symfony\Component\DependencyInjection\ContainerBuilder;
14
+use Symfony\Component\DependencyInjection\Extension\Extension;
15
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
16
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
-use Symfony\Component\HttpKernel\DependencyInjection\Extension;
17
use Symfony\Component\Yaml\Yaml;
18
19
class IbexaFieldTypeMatrixExtension extends Extension implements PrependExtensionInterface
0 commit comments