@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use Sylius\Component\Order\Modifier\OrderModifierInterface; |
| 24 | 24 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 25 | 25 | use Symfony\Component\Form\FormFactoryInterface; |
| 26 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
| 27 | 26 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 28 | 27 | use Symfony\Component\HttpFoundation\Request; |
| 29 | 28 | use Symfony\Component\HttpFoundation\Response; |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\LocaleBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | -use Sylius\Bundle\LocaleBundle\Form\Type\LocaleChoiceType; |
|
| 15 | 14 | use Sylius\Bundle\LocaleBundle\Form\Type\LocaleType; |
| 16 | 15 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
| 17 | 16 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
@@ -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]> |
@@ -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]> |
@@ -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 | /** |
@@ -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; |