Skip to content

Commit

Permalink
[SF7] Fix Sylius grid extension
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jun 6, 2024
1 parent 525c85d commit e04ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/DependencyInjection/SyliusGridExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
use Sylius\Component\Grid\Filtering\FilterInterface;
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;

final class SyliusGridExtension extends Extension
{
Expand Down

0 comments on commit e04ced8

Please sign in to comment.