@@ -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; |
@@ -12,7 +12,6 @@ |
||
| 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; |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Sylius\Component\Channel\Model\ChannelInterface as BaseChannelInterface; |
| 17 | 17 | use Sylius\Component\Product\Model\Product as BaseProduct; |
| 18 | 18 | use Sylius\Component\Review\Model\ReviewInterface; |
| 19 | -use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
| 20 | 19 | use Sylius\Component\Taxonomy\Model\TaxonInterface as BaseTaxonInterface; |
| 21 | 20 | |
| 22 | 21 | /** |
@@ -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]> |