@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Bundle\CoreBundle\Controller\ProductTaxonController; |
15 | 15 | use Sylius\Bundle\CoreBundle\Form\Type\Product\ChannelPricingType; |
16 | 16 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
17 | -use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository; |
|
18 | 17 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
19 | 18 | use Sylius\Component\Core\Model\ChannelPricing; |
20 | 19 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
@@ -11,11 +11,8 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\CoreBundle\Checkout; |
13 | 13 | |
14 | -use Sylius\Bundle\ResourceBundle\Controller\RedirectHandlerInterface; |
|
15 | -use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration; |
|
16 | 14 | use Sylius\Bundle\ResourceBundle\Event\ResourceControllerEvent; |
17 | 15 | use Sylius\Component\Core\Model\OrderInterface; |
18 | -use Sylius\Component\Resource\Model\ResourceInterface; |
|
19 | 16 | use Symfony\Component\HttpFoundation\RedirectResponse; |
20 | 17 | use Symfony\Component\HttpFoundation\RequestMatcherInterface; |
21 | 18 | use Symfony\Component\HttpFoundation\RequestStack; |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace Sylius\Tests\Controller; |
13 | 13 | |
14 | 14 | use Lakion\ApiTestCase\JsonApiTestCase; |
15 | -use Sylius\Component\Core\Model\OrderInterface; |
|
16 | -use Sylius\Component\Order\Model\OrderItemInterface; |
|
17 | 15 | use Symfony\Component\HttpFoundation\Response; |
18 | 16 | |
19 | 17 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Tests\Controller; |
13 | 13 | |
14 | 14 | use Lakion\ApiTestCase\JsonApiTestCase; |
15 | -use Sylius\Bundle\ApiBundle\Form\Type\ProductVariantType; |
|
16 | 15 | use Sylius\Component\Core\Model\ProductInterface; |
17 | 16 | use Sylius\Component\Core\Model\ProductVariantInterface; |
18 | 17 | use Symfony\Component\HttpFoundation\Response; |