|
@@ -23,9 +23,7 @@ |
|
|
block discarded – undo |
|
23
|
23
|
use Symfony\Component\Console\Output\OutputInterface; |
|
24
|
24
|
use Symfony\Component\Console\Question\ConfirmationQuestion; |
|
25
|
25
|
use Symfony\Component\Console\Command\Command; |
|
26
|
|
-use Symfony\Component\Console\Input\InputArgument; |
|
27
|
26
|
use Symfony\Component\Console\Input\InputOption; |
|
28
|
|
-use Doctrine\ORM\Tools\SchemaTool; |
|
29
|
27
|
use Doctrine\Common\DataFixtures\Executor\ORMExecutor; |
|
30
|
28
|
use Doctrine\Common\DataFixtures\Purger\ORMPurger; |
|
31
|
29
|
use DoctrineFixturesModule\Loader\ServiceLocatorAwareLoader; |
Please login to merge, or discard this patch.