Skip to content

Commit

Permalink
Fix undefined class GuardAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-me committed Dec 1, 2017
1 parent 6137fe1 commit 25661b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/skeleton/authenticator/Empty.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <?= $class_name ?> extends GuardAuthenticator
class <?= $class_name ?> extends AbstractGuardAuthenticator
{
public function supports(Request $request)
{
Expand Down

0 comments on commit 25661b9

Please # to comment.