Skip to content

Commit a80a2a9

Browse files
committed
Remove usage of the deprecation HttpKernel base extension class
This bundle does not rely on the extra (deprecated) features provided in the HttpKernel base class.
1 parent 224a7ac commit a80a2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/StofDoctrineExtensionsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Symfony\Component\Cache\Adapter\ArrayAdapter;
66
use Symfony\Component\Config\Loader\LoaderInterface;
77
use Symfony\Component\DependencyInjection\Alias;
8-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
98
use Symfony\Component\Config\Definition\Processor;
9+
use Symfony\Component\DependencyInjection\Extension\Extension;
1010
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
1111
use Symfony\Component\Config\FileLocator;
1212
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)