Skip to content

Commit 641040c

Browse files
committed
Remove usage of deprecated DI Extension class
1 parent 0dc4a78 commit 641040c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/DependencyInjection/NetgenLayoutsIbexaExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
use Symfony\Component\Config\Loader\LoaderResolver;
1212
use Symfony\Component\Config\Resource\FileResource;
1313
use Symfony\Component\DependencyInjection\ContainerBuilder;
14+
use Symfony\Component\DependencyInjection\Extension\Extension;
1415
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
1516
use Symfony\Component\DependencyInjection\Loader\GlobFileLoader;
1617
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
17-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
1818
use Symfony\Component\Yaml\Yaml;
1919

2020
use function array_key_exists;

0 commit comments

Comments
 (0)