diff --git a/src/Resources/skeleton/authenticator/Empty.tpl.php b/src/Resources/skeleton/authenticator/Empty.tpl.php index 8d15b4224..4e616f0fc 100644 --- a/src/Resources/skeleton/authenticator/Empty.tpl.php +++ b/src/Resources/skeleton/authenticator/Empty.tpl.php @@ -7,9 +7,9 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Security\Core\User\UserProviderInterface; -use Symfony\Component\Security\Guard\GuardAuthenticator; +use Symfony\Component\Security\Guard\AbstractGuardAuthenticator; -class extends GuardAuthenticator +class extends AbstractGuardAuthenticator { public function supports(Request $request) {