@@ -15,8 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Config\FileLocator; |
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 18 | -use Symfony\Component\DependencyInjection\Parameter; |
|
| 19 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 20 | 18 | |
| 21 | 19 | /** |
| 22 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Config\FileLocator; |
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 18 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -12,9 +12,6 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\TaxonomyBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
| 15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
| 16 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToHiddenIdentifierType; |
|
| 17 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToIdentifierType; |
|
| 18 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 19 | 16 | use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonTranslationType; |
| 20 | 17 | use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonType; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 15 | 15 | use Sylius\Bundle\UserBundle\Controller\UserController; |
| 16 | -use Sylius\Bundle\UserBundle\Form\Type\UserType; |
|
| 17 | 16 | use Sylius\Component\Resource\Factory\Factory; |
| 18 | 17 | use Sylius\Component\User\Model\User; |
| 19 | 18 | use Sylius\Component\User\Model\UserInterface; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Config\FileLocator; |
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 18 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * @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 | /** |
@@ -14,9 +14,7 @@ |
||
| 14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
| 15 | 15 | use Symfony\Component\Config\FileLocator; |
| 16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 17 | -use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
|
| 18 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 19 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 20 | 18 | |
| 21 | 19 | /** |
| 22 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Sylius\Component\Core\Formatter\StringInflector; |
| 16 | 16 | use Sylius\Component\Locale\Model\LocaleInterface; |
| 17 | 17 | use Sylius\Component\Product\Model\ProductAttributeInterface; |
| 18 | -use Sylius\Component\Product\Model\ProductOptionInterface; |
|
| 19 | 18 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
| 20 | 19 | use Symfony\Component\OptionsResolver\Options; |
| 21 | 20 | use Symfony\Component\OptionsResolver\OptionsResolver; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\FixturesBundle\Fixture\AbstractFixture; |
| 15 | 15 | use Sylius\Component\Attribute\AttributeType\SelectAttributeType; |
| 16 | -use Sylius\Component\Attribute\AttributeType\TextAttributeType; |
|
| 17 | 16 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
| 18 | 17 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 19 | 18 | |