@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | use OsLab\SecurityApiBundle\Security\User\InMemoryApiUserProvider; |
15 | 15 | use Symfony\Component\HttpFoundation\Request; |
16 | -use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
|
17 | 16 | use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken; |
18 | 17 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
18 | +use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
|
19 | 19 | use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
20 | 20 | use Symfony\Component\Security\Core\User\UserProviderInterface; |
21 | 21 | use Symfony\Component\Security\Http\Authentication\SimplePreAuthenticatorInterface; |