@@ -7,25 +7,18 @@ discard block |
||
7 | 7 | use Eccube\Annotation\Component; |
8 | 8 | use Eccube\Annotation\Inject; |
9 | 9 | use Eccube\Application; |
10 | -use Eccube\Common\Constant; |
|
11 | -use Eccube\Controller\AbstractController; |
|
12 | -use Eccube\Entity\Master\CsvType; |
|
13 | 10 | use Eccube\Entity\Shipping; |
14 | 11 | use Eccube\Event\EccubeEvents; |
15 | 12 | use Eccube\Event\EventArgs; |
16 | -use Eccube\Form\Type\AddCartType; |
|
17 | 13 | use Eccube\Form\Type\Admin\SearchCustomerType; |
18 | -use Eccube\Form\Type\Admin\SearchOrderType; |
|
19 | 14 | use Eccube\Form\Type\Admin\SearchProductType; |
20 | 15 | use Eccube\Form\Type\Admin\ShipmentItemType; |
21 | 16 | use Eccube\Form\Type\Admin\ShippingType; |
22 | 17 | use Eccube\Repository\CategoryRepository; |
23 | 18 | use Eccube\Repository\DeliveryRepository; |
24 | 19 | use Eccube\Repository\ShipmentItemRepository; |
25 | - |
|
26 | 20 | use Eccube\Repository\ShippingRepository; |
27 | 21 | use Eccube\Service\TaxRuleService; |
28 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
29 | 22 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
30 | 23 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
31 | 24 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
@@ -34,7 +27,6 @@ discard block |
||
34 | 27 | use Symfony\Component\Form\FormFactory; |
35 | 28 | use Symfony\Component\HttpFoundation\Request; |
36 | 29 | use Symfony\Component\HttpFoundation\Session\Session; |
37 | -use Symfony\Component\HttpFoundation\StreamedResponse; |
|
38 | 30 | use Symfony\Component\Serializer\Serializer; |
39 | 31 | |
40 | 32 | /** |
@@ -38,7 +38,6 @@ |
||
38 | 38 | use Eccube\Form\Type\Master\ProductListMaxType; |
39 | 39 | use Eccube\Form\Type\Master\ProductListOrderByType; |
40 | 40 | use Eccube\Form\Type\SearchProductType; |
41 | -use Eccube\Repository\BaseInfoRepository; |
|
42 | 41 | use Eccube\Repository\CustomerFavoriteProductRepository; |
43 | 42 | use Eccube\Repository\ProductRepository; |
44 | 43 | use Eccube\Service\CartService; |