Skip to content

Commit a30952d

Browse files
committed
Update Extension to meet Symfony 7.1 deprecation
Symfony 7.1 deprecation: The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead.
1 parent 13b6b4b commit a30952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/OverblogGraphQLExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
use Symfony\Component\Config\FileLocator;
2727
use Symfony\Component\DependencyInjection\ContainerBuilder;
2828
use Symfony\Component\DependencyInjection\ContainerInterface;
29+
use Symfony\Component\DependencyInjection\Extension\Extension;
2930
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
3031
use Symfony\Component\DependencyInjection\Reference;
3132
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
32-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
3333

3434
use function realpath;
3535
use function sprintf;

0 commit comments

Comments
 (0)