feat(upgrade): add compliance with symfony 6.2

This commit is contained in:
Simon Vieille 2023-01-25 22:12:16 +01:00
parent 8e7a7e25a1
commit c19dc624c7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -16,10 +16,10 @@ use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Security\Core\User\UserProviderInterface;
use Symfony\Component\Security\Csrf\CsrfToken;
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator;
use Symfony\Component\Security\Http\Util\TargetPathTrait;
use Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator;
class LoginFormAuthenticator extends AbstractFormLoginAuthenticator
class LoginFormAuthenticator extends AbstractLoginFormAuthenticator
{
use TargetPathTrait;