Skip to content

Commit

Permalink
Change Extension class in inheritance for bundle extension
Browse files Browse the repository at this point in the history
The extension class of HttpKernel component became internal
  • Loading branch information
SenseException committed Sep 2, 2024
1 parent 17e5eaf commit 515976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/BudgegeriaIntlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

use function dirname;

Expand Down

0 comments on commit 515976b

Please sign in to comment.