@@ -19,12 +19,8 @@ |
||
19 | 19 | use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueType; |
20 | 20 | use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType; |
21 | 21 | use Sylius\Bundle\ProductBundle\Form\Type\ProductType; |
22 | -use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType; |
|
23 | -use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantGenerationType; |
|
24 | 22 | use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantType; |
25 | 23 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
26 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
27 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
28 | 24 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
29 | 25 | use Sylius\Component\Product\Factory\ProductFactory; |
30 | 26 | use Sylius\Component\Product\Factory\ProductVariantFactory; |
@@ -12,7 +12,6 @@ discard block |
||
12 | 12 | namespace Sylius\Bundle\ProductBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ProductBundle\Controller\ProductAttributeController; |
15 | -use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeChoiceType; |
|
16 | 15 | use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeTranslationType; |
17 | 16 | use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeType; |
18 | 17 | use Sylius\Bundle\ProductBundle\Form\Type\ProductAttributeValueType; |
@@ -27,7 +26,6 @@ discard block |
||
27 | 26 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
28 | 27 | use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
29 | 28 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
30 | -use Symfony\Component\DependencyInjection\Reference; |
|
31 | 29 | |
32 | 30 | /** |
33 | 31 | * @author Paweł Jędrzejewski <[email protected]> |