@@ -34,7 +34,6 @@ |
||
34 | 34 | use Eccube\Form\Type\Admin\MemberType; |
35 | 35 | use Eccube\Repository\MemberRepository; |
36 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
37 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
38 | 37 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
39 | 38 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
40 | 39 | use Symfony\Component\EventDispatcher\EventDispatcher; |
@@ -6,15 +6,10 @@ discard block |
||
6 | 6 | use Doctrine\ORM\EntityManager; |
7 | 7 | use Eccube\Annotation\Inject; |
8 | 8 | use Eccube\Application; |
9 | -use Eccube\Common\Constant; |
|
10 | -use Eccube\Controller\AbstractController; |
|
11 | -use Eccube\Entity\Master\CsvType; |
|
12 | 9 | use Eccube\Entity\Shipping; |
13 | 10 | use Eccube\Event\EccubeEvents; |
14 | 11 | use Eccube\Event\EventArgs; |
15 | -use Eccube\Form\Type\AddCartType; |
|
16 | 12 | use Eccube\Form\Type\Admin\SearchCustomerType; |
17 | -use Eccube\Form\Type\Admin\SearchOrderType; |
|
18 | 13 | use Eccube\Form\Type\Admin\SearchProductType; |
19 | 14 | use Eccube\Form\Type\Admin\ShipmentItemType; |
20 | 15 | use Eccube\Form\Type\Admin\ShippingType; |
@@ -22,10 +17,8 @@ discard block |
||
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 | /** |
@@ -50,7 +50,6 @@ |
||
50 | 50 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
51 | 51 | use Symfony\Component\Form\FormFactory; |
52 | 52 | use Symfony\Component\HttpFoundation\Request; |
53 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
54 | 53 | use Symfony\Component\Routing\Exception\RouteNotFoundException; |
55 | 54 | use Symfony\Component\Validator\Constraints as Assert; |
56 | 55 |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use Eccube\Annotation\FormType; |
28 | 28 | use Eccube\Annotation\Inject; |
29 | -use Eccube\Application; |
|
30 | 29 | use Symfony\Component\Form\AbstractType; |
31 | 30 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
32 | 31 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
36 | 36 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
37 | 37 | use Symfony\Component\Form\FormBuilderInterface; |
38 | -use Symfony\Component\Validator\Constraints as Assert; |
|
39 | 38 | |
40 | 39 | /** |
41 | 40 | * @FormType |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace Eccube\Service; |
25 | 25 | |
26 | 26 | use Eccube\Annotation\Service; |
27 | -use Eccube\Application; |
|
28 | 27 | |
29 | 28 | |
30 | 29 | /** |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use Eccube\Application; |
31 | 31 | use Eccube\Common\Constant; |
32 | 32 | use Eccube\Exception\PluginException; |
33 | -use Eccube\Plugin\ConfigManager; |
|
34 | 33 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
35 | 34 | use Eccube\Repository\PluginEventHandlerRepository; |
36 | 35 | use Eccube\Repository\PluginRepository; |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace Eccube\Service\PurchaseFlow\Processor; |
25 | 25 | |
26 | -use Eccube\Annotation\Inject; |
|
27 | 26 | use Eccube\Application; |
28 | 27 | use Eccube\Entity\ItemHolderInterface; |
29 | 28 | use Eccube\Repository\BaseInfoRepository; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Eccube\Service\PurchaseFlow\Processor; |
4 | 4 | |
5 | 5 | use Doctrine\DBAL\LockMode; |
6 | -use Eccube\Annotation\Inject; |
|
7 | 6 | use Eccube\Common\Constant; |
8 | 7 | use Eccube\Entity\ItemInterface; |
9 | 8 | use Eccube\Entity\ShipmentItem; |