Skip to content

Commit

Permalink
fix: DI Extension deprecated since Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AirBair committed Jun 17, 2024
1 parent 571de55 commit 3d0e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/FOSJsRoutingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* @author William DURAND <william.durand1@gmail.com>
Expand Down

0 comments on commit 3d0e8b7

Please # to comment.