From a80a2a95bfef43f4846e9aadd4b378a4c7c7494c Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 10 Jun 2024 13:49:05 +0200 Subject: [PATCH] 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. --- src/DependencyInjection/StofDoctrineExtensionsExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DependencyInjection/StofDoctrineExtensionsExtension.php b/src/DependencyInjection/StofDoctrineExtensionsExtension.php index 749e2d9c..1f0fb1eb 100644 --- a/src/DependencyInjection/StofDoctrineExtensionsExtension.php +++ b/src/DependencyInjection/StofDoctrineExtensionsExtension.php @@ -5,8 +5,8 @@ use Symfony\Component\Cache\Adapter\ArrayAdapter; use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\DependencyInjection\Alias; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\Config\Definition\Processor; +use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder;