Skip to content

Commit

Permalink
Replace deprecated `Symfony\Component\HttpKernel\DependencyInjection\…
Browse files Browse the repository at this point in the history
…Extension` with `Symfony\Component\DependencyInjection\Extension\Extension`
  • Loading branch information
pulzarraider committed Oct 17, 2024
1 parent 53994f3 commit 6536bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use PetitPress\GpsMessengerBundle\Transport\GpsTransportFactory;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

final class PetitPressGpsMessengerExtension extends Extension
{
Expand Down

0 comments on commit 6536bed

Please sign in to comment.