Notice: Undefined variable: namespace in /home/developer/public_html/dev.elnashra.com/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 3
; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; 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\AbstractGuardAuthenticator; class
Notice: Undefined variable: class_name in /home/developer/public_html/dev.elnashra.com/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 12
extends AbstractGuardAuthenticator { public function supports(Request $request) { // todo } public function getCredentials(Request $request) { // todo } public function getUser($credentials, UserProviderInterface $userProvider) { // todo } public function checkCredentials($credentials, UserInterface $user) { // todo } public function onAuthenticationFailure(Request $request, AuthenticationException $exception) { // todo } public function onAuthenticationSuccess(Request $request, TokenInterface $token,
Notice: Undefined variable: provider_key_type_hint in /home/developer/public_html/dev.elnashra.com/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 39
$providerKey) { // todo } public function start(Request $request, AuthenticationException $authException = null) { // todo } public function supportsRememberMe() { // todo } }