@@ -17,9 +17,9 @@ |
||
17 | 17 | use Eccube\Entity\Customer; |
18 | 18 | use Eccube\Entity\Member; |
19 | 19 | use Eccube\Service\CartService; |
20 | +use Eccube\Service\OrderHelper; |
|
20 | 21 | use Eccube\Service\PurchaseFlow\PurchaseContext; |
21 | 22 | use Eccube\Service\PurchaseFlow\PurchaseFlow; |
22 | -use Eccube\Service\OrderHelper; |
|
23 | 23 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
24 | 24 | use Symfony\Component\HttpFoundation\RequestStack; |
25 | 25 | use Symfony\Component\Security\Core\AuthenticationEvents; |
@@ -13,8 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Plugin; |
15 | 15 | |
16 | -use Doctrine\DBAL\Migrations\Configuration\Configuration; |
|
17 | -use Doctrine\DBAL\Migrations\Migration; |
|
18 | 16 | use Symfony\Component\DependencyInjection\ContainerInterface; |
19 | 17 | |
20 | 18 | abstract class AbstractPluginManager |