Skip to content

Commit 8ddcbb1

Browse files
AirBairtobias-93
authored andcommitted
fix: DI Extension deprecated since Symfony 7.1
1 parent 57ba412 commit 8ddcbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: DependencyInjection/FOSJsRoutingExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use Symfony\Component\Config\FileLocator;
1818
use Symfony\Component\DependencyInjection\Alias;
1919
use Symfony\Component\DependencyInjection\ContainerBuilder;
20+
use Symfony\Component\DependencyInjection\Extension\Extension;
2021
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
21-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
2222

2323
/**
2424
* @author William DURAND <[email protected]>

0 commit comments

Comments
 (0)