Skip to content

Commit 7714dd5

Browse files
committed
minor #8910 Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLogi… (jonasarts)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8910). Discussion ---------- Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLogi… …nAuthenticator Added missing use Commits ------- 69fb4be Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator
2 parents 533bfc6 + 69fb4be commit 7714dd5

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
@@ -489,6 +489,7 @@ and add the following logic::
489489
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
490490
use Symfony\Component\Security\Csrf\CsrfToken;
491491
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
492+
use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator;
492493

493494
class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator
494495
{

0 commit comments

Comments
 (0)