From 43051f8e5eb54fc5c69fa3569636a42225cad6a6 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 10 Jun 2024 20:24:31 +0200 Subject: [PATCH] feat: fix deprecation for Extension --- src/bundle/DependencyInjection/SchebTwoFactorExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/DependencyInjection/SchebTwoFactorExtension.php b/src/bundle/DependencyInjection/SchebTwoFactorExtension.php index 971bb830..3bb4e93b 100644 --- a/src/bundle/DependencyInjection/SchebTwoFactorExtension.php +++ b/src/bundle/DependencyInjection/SchebTwoFactorExtension.php @@ -7,9 +7,9 @@ use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\Argument\IteratorArgument; use Symfony\Component\DependencyInjection\ContainerBuilder; +use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\DependencyInjection\Loader; use Symfony\Component\DependencyInjection\Reference; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; use function assert; use function is_bool; use function is_string;