|
@@ -11,13 +11,11 @@ |
|
|
block discarded – undo |
|
11
|
11
|
|
|
12
|
12
|
namespace Sylius\Bundle\CoreBundle\Controller; |
|
13
|
13
|
|
|
14
|
|
-use Sylius\Bundle\ResourceBundle\Controller\RedirectHandlerInterface; |
|
15
|
14
|
use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
|
16
|
15
|
use Sylius\Component\Core\Model\ProductTaxonInterface; |
|
17
|
16
|
use Sylius\Component\Resource\ResourceActions; |
|
18
|
17
|
use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
19
|
18
|
use Symfony\Component\HttpFoundation\JsonResponse; |
|
20
|
|
-use Symfony\Component\HttpFoundation\RedirectResponse; |
|
21
|
19
|
use Symfony\Component\HttpFoundation\Request; |
|
22
|
20
|
use Symfony\Component\HttpFoundation\Response; |
|
23
|
21
|
use Symfony\Component\HttpKernel\Exception\HttpException; |
Please login to merge, or discard this patch.