@@ -12,17 +12,16 @@ |
||
12 | 12 | namespace Sylius\Bundle\CustomerBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType; |
15 | -use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
|
16 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
17 | -use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
18 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
19 | 15 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType; |
20 | 16 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType; |
21 | -use Sylius\Component\Customer\Model\CustomerGroup; |
|
22 | -use Sylius\Component\Resource\Factory\Factory; |
|
17 | +use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
|
18 | +use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
19 | +use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
23 | 20 | use Sylius\Component\Customer\Model\Customer; |
24 | -use Sylius\Component\Customer\Model\CustomerInterface; |
|
21 | +use Sylius\Component\Customer\Model\CustomerGroup; |
|
25 | 22 | use Sylius\Component\Customer\Model\CustomerGroupInterface; |
23 | +use Sylius\Component\Customer\Model\CustomerInterface; |
|
24 | +use Sylius\Component\Resource\Factory\Factory; |
|
26 | 25 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
27 | 26 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
28 | 27 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
@@ -13,17 +13,16 @@ |
||
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; |
26 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
27 | 26 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
28 | 27 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
29 | 28 | use Sylius\Component\Product\Factory\ProductFactory; |
@@ -14,16 +14,15 @@ |
||
14 | 14 | use Sylius\Bundle\PromotionBundle\Controller\PromotionCouponController; |
15 | 15 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionActionType; |
16 | 16 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionCouponType; |
17 | -use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType; |
|
18 | 17 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionRuleType; |
18 | +use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType; |
|
19 | 19 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
20 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
21 | 20 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
21 | +use Sylius\Component\Promotion\Model\Promotion; |
|
22 | 22 | use Sylius\Component\Promotion\Model\PromotionAction; |
23 | 23 | use Sylius\Component\Promotion\Model\PromotionActionInterface; |
24 | 24 | use Sylius\Component\Promotion\Model\PromotionCoupon; |
25 | 25 | use Sylius\Component\Promotion\Model\PromotionCouponInterface; |
26 | -use Sylius\Component\Promotion\Model\Promotion; |
|
27 | 26 | use Sylius\Component\Promotion\Model\PromotionInterface; |
28 | 27 | use Sylius\Component\Promotion\Model\PromotionRule; |
29 | 28 | use Sylius\Component\Promotion\Model\PromotionRuleInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\TaxationBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
16 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
17 | 16 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxCategoryType; |
18 | 17 | use Sylius\Bundle\TaxationBundle\Form\Type\TaxRateType; |