|
@@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Http\EntryPoint;
|
|
use Symfony\Component\EventDispatcher\EventInterface;
|
|
use Symfony\Component\EventDispatcher\EventInterface;
|
|
use Symfony\Component\Security\Core\Exception\AuthenticationException;
|
|
use Symfony\Component\Security\Core\Exception\AuthenticationException;
|
|
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
|
|
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
|
|
-use Symfony\Component\Security\Core\Exception\NonceExpiredException;
|
|
|
|
|
|
+use Symfony\Component\HttpKernel\Security\EntryPoint\NonceExpiredException;
|
|
use Symfony\Component\HttpFoundation\Response;
|
|
use Symfony\Component\HttpFoundation\Response;
|
|
use Symfony\Component\HttpFoundation\Request;
|
|
use Symfony\Component\HttpFoundation\Request;
|
|
use Symfony\Component\HttpKernel\Log\LoggerInterface;
|
|
use Symfony\Component\HttpKernel\Log\LoggerInterface;
|