Skip to content

Commit 74a1f03

Browse files
committed
move psr -> symfony ContainerInterface
1 parent ef35710 commit 74a1f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataGridFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace FreezyBee\DataGridBundle;
66

77
use FreezyBee\DataGridBundle\Export\DataGridExporterInterface;
8-
use Psr\Container\ContainerInterface;
8+
use Symfony\Component\DependencyInjection\ContainerInterface;
99
use Twig\Environment;
1010

1111
/**

tests/App/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
88
use FreezyBee\DataGridBundle\FreezyBeeDataGridBundle;
9-
use Psr\Container\ContainerInterface;
109
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
1110
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
1211
use Symfony\Bundle\TwigBundle\TwigBundle;
12+
use Symfony\Component\DependencyInjection\ContainerInterface;
1313
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
1414
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
1515

0 commit comments

Comments
 (0)