Skip to content

Commit 6406a27

Browse files
committed
minor #4391 Removed unused use UsernameNotFoundException (boekkooi)
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #4391). Discussion ---------- Removed unused use UsernameNotFoundException | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4, 2.5, master | Fixed tickets | - Commits ------- 4e6256b Removed unused use UsernameNotFoundException
2 parents 37e6d4b + 4e6256b commit 6406a27

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)