Skip to content

Commit 4e6256b

Browse files
boekkooiweaverryan
authored andcommitted
Removed unused use UsernameNotFoundException
1 parent 37e6d4b commit 4e6256b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cookbook/security/api_key_authentication.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ value and then a User object is created::
3131
use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
3232
use Symfony\Component\HttpFoundation\Request;
3333
use Symfony\Component\Security\Core\User\UserProviderInterface;
34-
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
3534
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
3635

3736
class ApiKeyAuthenticator implements SimplePreAuthenticatorInterface

0 commit comments

Comments
 (0)