@@ -7,9 +7,7 @@ |
||
7 | 7 | use Symfony\Component\Console\Input\InputOption; |
8 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
9 | 9 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
10 | - |
|
11 | 10 | use Doctrine\Common\DataFixtures\Executor\ORMExecutor; |
12 | - |
|
13 | 11 | use RDV\Bundle\MigrationBundle\Migration\Loader\DataFixturesLoader; |
14 | 12 | |
15 | 13 | class LoadDataFixturesCommand extends ContainerAwareCommand |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace RDV\Bundle\MigrationBundle\Event; |
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Connection; |
6 | - |
|
7 | 6 | use Doctrine\DBAL\DBALException; |
8 | 7 | use Symfony\Component\EventDispatcher\Event; |
9 | - |
|
10 | 8 | use RDV\Bundle\MigrationBundle\Migration\Migration; |
11 | 9 | |
12 | 10 | class MigrationEvent extends Event |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace RDV\Bundle\MigrationBundle\Migration\Loader; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Symfony\Component\DependencyInjection\ContainerInterface; |
8 | 7 | use Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader; |
9 | - |
|
10 | 8 | use RDV\Bundle\MigrationBundle\Entity\DataFixture; |
11 | 9 | use RDV\Bundle\MigrationBundle\Migration\Sorter\DataFixturesSorter; |
12 | 10 | use RDV\Bundle\MigrationBundle\Migration\UpdateDataFixturesFixture; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
11 | 11 | use Symfony\Component\HttpKernel\KernelInterface; |
12 | 12 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
13 | - |
|
14 | 13 | use RDV\Bundle\MigrationBundle\Migration\Migration; |
15 | 14 | use RDV\Bundle\MigrationBundle\Migration\MigrationState; |
16 | 15 | use RDV\Bundle\MigrationBundle\Migration\Installation; |