Skip to content

Commit 2831204

Browse files
javiereguiluzxabbuh
authored andcommitted
Added the missing "use" import for the Response class
1 parent 0582c7c commit 2831204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ This requires you to implement six methods::
155155

156156
use Symfony\Component\HttpFoundation\Request;
157157
use Symfony\Component\HttpFoundation\JsonResponse;
158+
use Symfony\Component\HttpFoundation\Response;
158159
use Symfony\Component\Security\Core\User\UserInterface;
159160
use Symfony\Component\Security\Guard\AbstractGuardAuthenticator;
160161
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

0 commit comments

Comments
 (0)