Skip to content

Commit

Permalink
Merge branch '1.11' into 1.12
Browse files Browse the repository at this point in the history
* 1.11:
  Remove usage of Symfony\Component\HttpKernel\DependencyInjection\Extension
  • Loading branch information
GSadee committed Oct 3, 2024
2 parents a8130b6 + de50f97 commit 9aeddfe
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 9aeddfe

Please sign in to comment.