[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove usage of the deprecation HttpKernel base extension class
Browse files Browse the repository at this point in the history
This bundle does not rely on the extra (deprecated) features provided in
the HttpKernel base class.
  • Loading branch information
stof committed Jun 10, 2024
1 parent 224a7ac commit a80a2a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Symfony\Component\Cache\Adapter\ArrayAdapter;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit a80a2a9

Please sign in to comment.