@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Czogori\DamiBundle\Command; |
4 | 4 | |
5 | -use Symfony\Component\Console\Input\InputArgument, |
|
6 | - Symfony\Component\Console\Input\InputInterface, |
|
7 | - Symfony\Component\Console\Output\OutputInterface; |
|
8 | - |
|
5 | +use Symfony\Component\Console\Input\InputArgument; |
|
6 | +use Symfony\Component\Console\Input\InputInterface; |
|
7 | +use Symfony\Component\Console\Output\OutputInterface; |
|
9 | 8 | use Dami\Cli\Command\MigrateCommand as DamiMigrateCommand; |
10 | 9 | |
11 | 10 | class MigrateCommand extends AbstractCommand |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Czogori\DamiBundle\Command; |
4 | 4 | |
5 | -use Symfony\Component\Console\Input\InputArgument, |
|
6 | - Symfony\Component\Console\Input\InputInterface, |
|
7 | - Symfony\Component\Console\Output\OutputInterface; |
|
8 | - |
|
5 | +use Symfony\Component\Console\Input\InputArgument; |
|
6 | +use Symfony\Component\Console\Input\InputInterface; |
|
7 | +use Symfony\Component\Console\Output\OutputInterface; |
|
9 | 8 | use Dami\Cli\Command\RollbackCommand as DamiRollbackCommand; |
10 | 9 | |
11 | 10 | class RollbackCommand extends AbstractCommand |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
7 | -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
|
8 | 7 | use Symfony\Component\Yaml\Yaml; |
9 | 8 | use Symfony\Component\Config\FileLocator; |
10 | 9 | class ConnectionPass implements CompilerPassInterface |