Skip to content

Commit

Permalink
Merge pull request #212 from soyuka/patch-1
Browse files Browse the repository at this point in the history
Http Kernel DI Extension is deprecated
  • Loading branch information
stof authored Jul 3, 2024
2 parents 67408ca + ef60e3d commit dfb1c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\HttpKernel\HttpKernelBrowser;
use Symfony\Component\HttpKernel\KernelInterface;

Expand Down

0 comments on commit dfb1c9c

Please sign in to comment.