Skip to content

Commit

Permalink
Merge pull request #948 from loic425/fix/usage-of-http-kernel-di-exte…
Browse files Browse the repository at this point in the history
…nsion

Remove usage of Symfony\Component\HttpKernel\DependencyInjection\Exte…
  • Loading branch information
GSadee authored Oct 3, 2024
2 parents 98b49d4 + d9c5fe7 commit de50f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/DependencyInjection/PagerfantaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
namespace Sylius\Bundle\ResourceBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* Container extension to bridge the configuration from WhiteOctoberPagerfantaBundle to BabDevPagerfantaBundle
Expand Down

0 comments on commit de50f97

Please sign in to comment.