@@ -21,10 +21,10 @@ |
||
21 | 21 | use Eccube\Service\PurchaseFlow\PurchaseFlow; |
22 | 22 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
23 | 23 | use Symfony\Component\HttpFoundation\RequestStack; |
24 | +use Symfony\Component\Security\Core\AuthenticationEvents; |
|
24 | 25 | use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent; |
25 | 26 | use Symfony\Component\Security\Http\Event\InteractiveLoginEvent; |
26 | 27 | use Symfony\Component\Security\Http\SecurityEvents; |
27 | -use Symfony\Component\Security\Core\AuthenticationEvents; |
|
28 | 28 | |
29 | 29 | class SecurityListener implements EventSubscriberInterface |
30 | 30 | { |