@@ -11,12 +11,7 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\AttributeBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\AttributeBundle\Controller\ProductAttributeController; |
|
15 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeTranslationType; |
|
16 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeType; |
|
17 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeValueType; |
|
18 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
19 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
20 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
21 | 16 | use Sylius\Component\Attribute\Model\Attribute; |
22 | 17 | use Sylius\Component\Attribute\Model\AttributeInterface; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; |
15 | 15 | use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface; |
16 | 16 | use Sylius\Component\Review\Model\ReviewableInterface; |
17 | -use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; |
15 | 15 | use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface; |
16 | 16 | use Sylius\Component\Review\Model\ReviewableInterface; |
17 | -use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -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 | { |
@@ -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]> |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Sylius\Behat\Service\SharedSecurityServiceInterface; |
21 | 21 | use Sylius\Behat\Service\SharedStorageInterface; |
22 | 22 | use Sylius\Component\Addressing\Model\AddressInterface; |
23 | -use Sylius\Component\Core\Formatter\StringInflector; |
|
24 | 23 | use Sylius\Component\Core\Model\AdminUserInterface; |
25 | 24 | use Sylius\Component\Core\Model\CustomerInterface; |
26 | 25 | use Sylius\Component\Core\Model\OrderInterface; |