|
@@ -6,8 +6,6 @@ |
|
|
block discarded – undo |
|
6
|
6
|
use Doctrine\DBAL\Migrations\Tools\Console\Command\AbstractCommand as MigrationsCommand; |
|
7
|
7
|
use Doctrine\DBAL\Migrations\Configuration\Configuration; |
|
8
|
8
|
use ZF\Console\Route; |
|
9
|
|
-use Symfony\Component\Console\Input\ArrayInput; |
|
10
|
|
-use Symfony\Component\Console\Output\ConsoleOutput; |
|
11
|
9
|
use Zend\Console\Adapter\AdapterInterface; |
|
12
|
10
|
use Symfony\Component\Console\Output\OutputInterface; |
|
13
|
11
|
use Symfony\Component\Console\Input\InputInterface; |
Please login to merge, or discard this patch.