@@ -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 | { |
@@ -20,9 +20,9 @@ |
||
20 | 20 | use Symfony\Component\Console\Output\OutputInterface; |
21 | 21 | use Symfony\Component\Console\Question\Question; |
22 | 22 | use Symfony\Component\Intl\Intl; |
23 | +use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
23 | 24 | use Symfony\Component\Validator\Constraints\Email; |
24 | 25 | use Symfony\Component\Validator\Constraints\NotBlank; |
25 | -use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
26 | 26 | |
27 | 27 | /** |
28 | 28 | * @author Paweł Jędrzejewski <[email protected]> |