Skip to content

Commit

Permalink
feat: fix deprecation for Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and scheb committed Jun 10, 2024
1 parent 0649ea5 commit 43051f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/DependencyInjection/SchebTwoFactorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 43051f8

Please sign in to comment.