Skip to content

Commit 2aeb1de

Browse files
committed
minor #19966 [Security] Add namespace for AccessTokenHandler (andreybolonin)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Security] Add namespace for AccessTokenHandler <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 9bea798 Update access_token.rst
2 parents f13e2ff + 9bea798 commit 2aeb1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/access_token.rst

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ This handler must implement
7878
namespace App\Security;
7979

8080
use App\Repository\AccessTokenRepository;
81+
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
8182
use Symfony\Component\Security\Http\AccessToken\AccessTokenHandlerInterface;
8283
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
8384

0 commit comments

Comments
 (0)