Skip to content

Commit

Permalink
fix: Use the Extension class of symfony/dependency-injection instead …
Browse files Browse the repository at this point in the history
…of symfony/http-kernel as it was made internal with Symfony 7.1 (#306)

Co-authored-by: Max Müller <[email protected]>
  • Loading branch information
xammmue and Max Müller authored Jul 24, 2024
1 parent 5ff8edb commit 7e34ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/LiipMonitorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class LiipMonitorExtension extends Extension implements CompilerPassInterface
{
Expand Down

0 comments on commit 7e34ca4

Please sign in to comment.