@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
| 18 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 19 | 19 | use Symfony\Component\DependencyInjection\Definition; |
| 20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
| 21 | 20 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | 21 | |
| 23 | 22 | /** |
@@ -13,11 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
| 15 | 15 | use Symfony\Component\Console\Helper\ProgressBar; |
| 16 | -use Symfony\Component\Console\Helper\QuestionHelper; |
|
| 17 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 18 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 19 | -use Symfony\Component\Console\Question\Question; |
|
| 20 | -use Symfony\Component\Validator\ConstraintViolationList; |
|
| 21 | 18 | |
| 22 | 19 | abstract class AbstractInstallCommand extends ContainerAwareCommand |
| 23 | 20 | { |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | 18 | use Symfony\Component\Console\Question\ConfirmationQuestion; |
| 19 | -use Symfony\Component\Console\Question\Question; |
|
| 20 | 19 | |
| 21 | 20 | final class InstallDatabaseCommand extends AbstractInstallCommand |
| 22 | 21 | { |