Skip to content

Commit

Permalink
Merge pull request #39 from stof/extension_deprecation
Browse files Browse the repository at this point in the history
Remove usage of the deprecated base extension from HttpKernel
  • Loading branch information
stof authored Jul 4, 2024
2 parents 3b9adf8 + ef2d97b commit b7e1184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/KeenIOExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace KeenIO\Bundle\KeenIOBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;

/**
* @final
Expand Down

0 comments on commit b7e1184

Please sign in to comment.