( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0041360200{main}( ).../EmptyAuthenticator.tpl.php:0
; 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
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 12
Call Stack
#TimeMemoryFunctionLocation
10.0041360200{main}( ).../EmptyAuthenticator.tpl.php:0
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,
( ! ) Warning: Undefined variable $provider_key_type_hint in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 39
Call Stack
#TimeMemoryFunctionLocation
10.0041360200{main}( ).../EmptyAuthenticator.tpl.php:0
$providerKey) { // todo } public function start(Request $request, AuthenticationException $authException = null) { // todo } public function supportsRememberMe() { // todo } }