Skip to content

Commit 5ead80e

Browse files
committed
Change the base class of the DI extension
1 parent e5a1634 commit 5ead80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/FOSUserExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
use Symfony\Component\Config\FileLocator;
1717
use Symfony\Component\DependencyInjection\Alias;
1818
use Symfony\Component\DependencyInjection\ContainerBuilder;
19+
use Symfony\Component\DependencyInjection\Extension\Extension;
1920
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
2021
use Symfony\Component\DependencyInjection\Reference;
21-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
2222

2323
/**
2424
* @internal

0 commit comments

Comments
 (0)