@@ -36,7 +36,6 @@ |
||
36 | 36 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
37 | 37 | use Sylius\Component\Resource\ResourceActions; |
38 | 38 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
39 | -use Symfony\Component\DependencyInjection\ContainerAware; |
|
40 | 39 | use Symfony\Component\Form\Form; |
41 | 40 | use Symfony\Component\Form\FormView; |
42 | 41 | use Symfony\Component\HttpFoundation\Request; |
@@ -13,13 +13,13 @@ |
||
13 | 13 | |
14 | 14 | use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationType; |
15 | 15 | use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationTypeType; |
16 | +use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType; |
|
16 | 17 | use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionTranslationType; |
17 | 18 | use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionType; |
18 | 19 | use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueTranslationType; |
19 | 20 | use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueType; |
20 | 21 | use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType; |
21 | 22 | use Sylius\Bundle\ProductBundle\Form\Type\ProductType; |
22 | -use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType; |
|
23 | 23 | use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantGenerationType; |
24 | 24 | use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantType; |
25 | 25 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Page\Admin\Customer; |
13 | 13 | |
14 | 14 | use Sylius\Behat\Page\SymfonyPage; |
15 | -use Webmozart\Assert\Assert; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @author Magdalena Banasiak <[email protected]> |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Addressing\Model\ZoneInterface; |
18 | 18 | use Sylius\Component\Addressing\Repository\ZoneRepositoryInterface; |
19 | 19 | use Sylius\Component\Core\Formatter\StringInflector; |
20 | -use Sylius\Component\Core\Model\ChannelInterface; |
|
21 | 20 | use Sylius\Component\Core\Model\ShippingMethodInterface; |
22 | 21 | use Sylius\Component\Resource\Factory\FactoryInterface; |
23 | 22 | use Sylius\Component\Shipping\Calculator\DefaultCalculators; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Addressing\Model\ZoneInterface; |
18 | 18 | use Sylius\Component\Addressing\Repository\ZoneRepositoryInterface; |
19 | 19 | use Sylius\Component\Core\Formatter\StringInflector; |
20 | -use Sylius\Component\Core\Model\ChannelInterface; |
|
21 | 20 | use Sylius\Component\Core\Model\ShippingMethodInterface; |
22 | 21 | use Sylius\Component\Resource\Factory\FactoryInterface; |
23 | 22 | use Sylius\Component\Shipping\Calculator\DefaultCalculators; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Behat\Mink\Driver\Selenium2Driver; |
15 | 15 | use Behat\Mink\Element\NodeElement; |
16 | 16 | use Behat\Mink\Exception\ElementNotFoundException; |
17 | -use Behat\Mink\Exception\UnsupportedDriverActionException; |
|
18 | 17 | use Sylius\Behat\Behaviour\SpecifiesItsCode; |
19 | 18 | use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage; |
20 | 19 | use Sylius\Component\Core\Model\TaxonInterface; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
17 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
17 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
17 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |