@@ -26,7 +26,6 @@ discard block |
||
26 | 26 | use Doctrine\ORM\EntityManager; |
27 | 27 | use Eccube\Annotation\Inject; |
28 | 28 | use Eccube\Application; |
29 | -use Eccube\Common\Constant; |
|
30 | 29 | use Eccube\Controller\AbstractController; |
31 | 30 | use Eccube\Entity\CustomerAddress; |
32 | 31 | use Eccube\Event\EccubeEvents; |
@@ -35,12 +34,10 @@ discard block |
||
35 | 34 | use Eccube\Repository\CustomerRepository; |
36 | 35 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
37 | 36 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
38 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
39 | 37 | use Symfony\Component\EventDispatcher\EventDispatcher; |
40 | 38 | use Symfony\Component\Form\FormFactory; |
41 | 39 | use Symfony\Component\HttpFoundation\Request; |
42 | 40 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
43 | -use Symfony\Component\Security\Core\Encoder\EncoderFactory; |
|
44 | 41 | use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface; |
45 | 42 | |
46 | 43 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Eccube\ServiceProvider; |
5 | 5 | |
6 | 6 | |
7 | -use Eccube\Entity\Event\EntityEventDispatcher; |
|
8 | 7 | use Pimple\Container; |
9 | 8 | use Pimple\ServiceProviderInterface; |
10 | 9 |
@@ -27,12 +27,6 @@ |
||
27 | 27 | use Eccube\Annotation\Inject; |
28 | 28 | use Eccube\Entity\BaseInfo; |
29 | 29 | use Eccube\Entity\ItemHolderInterface; |
30 | -use Eccube\Entity\Master\OrderItemType; |
|
31 | -use Eccube\Entity\Master\TaxDisplayType; |
|
32 | -use Eccube\Entity\Master\TaxType; |
|
33 | -use Eccube\Entity\Order; |
|
34 | -use Eccube\Entity\OrderItem; |
|
35 | -use Eccube\Entity\Shipping; |
|
36 | 30 | use Eccube\Service\PurchaseFlow\ItemHolderProcessor; |
37 | 31 | use Eccube\Service\PurchaseFlow\ProcessResult; |
38 | 32 | use Eccube\Service\PurchaseFlow\PurchaseContext; |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace Eccube\Controller\Admin\Order; |
25 | 25 | |
26 | -use Doctrine\Common\Collections\ArrayCollection; |
|
27 | 26 | use Doctrine\ORM\EntityManager; |
28 | 27 | use Eccube\Annotation\Inject; |
29 | 28 | use Eccube\Application; |
@@ -11,11 +11,9 @@ |
||
11 | 11 | use Eccube\Entity\BaseInfo; |
12 | 12 | use Eccube\Entity\Order; |
13 | 13 | use Eccube\Entity\OrderItem; |
14 | -use Eccube\Entity\Shipping; |
|
15 | 14 | use Eccube\Service\PurchaseFlow\ItemHolderProcessor; |
16 | 15 | use Eccube\Service\PurchaseFlow\ProcessResult; |
17 | 16 | use Eccube\Service\PurchaseFlow\PurchaseContext; |
18 | -use Eccube\Util\EntityUtil; |
|
19 | 17 | |
20 | 18 | /** |
21 | 19 | * 使用ポイント値引明細追加. |
@@ -33,7 +33,6 @@ |
||
33 | 33 | use Eccube\Entity\Plugin; |
34 | 34 | use Eccube\Entity\PluginEventHandler; |
35 | 35 | use Eccube\Exception\PluginException; |
36 | -use Eccube\Plugin\ConfigManager; |
|
37 | 36 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
38 | 37 | use Eccube\Repository\PluginEventHandlerRepository; |
39 | 38 | use Eccube\Repository\PluginRepository; |