https://jurispol-backend-pre.servidortemporal.net/api/anuncio/new Return to referer URL

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"anuncio_new_announcement"
.
[
  "route" => "anuncio_new_announcement"
  "route_parameters" => [
    "_route" => "anuncio_new_announcement"
    "_controller" => "App\Controller\COMUNICACIONES\Announcement::userAnnouncementsList"
  ]
  "request_uri" => "https://jurispol-backend-pre.servidortemporal.net/api/anuncio/new"
  "method" => "POST"
]
INFO security Guard authentication successful!
[
  "token" => Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Token\JWTUserToken {#476
    #rawToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImN0eSI6IkpXVCJ9.eyJpYXQiOjE3MzE0ODA2NzksImV4cCI6MTczMTQ4Nzg3OSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWx1bW5vXzI3NDVAanVyaXNwb2wuY29tIiwidXVpZCI6MzI3NTIsImRuaSI6IjAwMDAwMDAwMEMiLCJub21icmUiOiJhbHVtbm9fMjc0NSIsImVzdGFkbyI6dHJ1ZSwiZm90byI6InVzdWFyaW9zL3NpbHVldGEuZ2lmIn0.yWBNWeguWlBeS1aGnhuiLQeAd4L6QbZKsxPqpmJqXRdLxtk9vD5ZSlti7EUvx6dWV8oQA6k2zc-EBKL94qcF_ICMukTv132VLD6Y5py7QjRir8_8JVAa5IMDZ_BMmhY3tbiABYktjBXj2-bajOq1M4izwE3QEt8e9khmMzc8jZBU2HssBQfjNKqXItwwX8aGoZudk2FS8p1nXvZQtYYW6hNEl_HtnbKdBtO6Bekd1iiv_tsVcprKwkDXBep1NOJJPAeQpryLtS5YQ7M8jiFOUupnp4dPSPmvIL_HXiP5SezjCkYdil8O2S-Te5B8zLSaJpgop4FTQge4W-MXmcFuygwgTOrQ3L2SqpNV7xE3949v5xopjWDqOzUdzYQdQQ2PodLEOBajqYQ1rLB57w2U7JYvV68jA0f7nfXBOFhK5pyGT_HgT_5VkDk8X8Gwq_TA6IUDzvMIm55cd8h2fTMgOVcpO1fcAHcPiKwAaSj-DoYJo3LMLlGr5ErSam_pXBZ4esWwaclVjjce5TOTPfE1wwubeYSZQ-J0P7l-OR7zb_BSefewwzCakPsyJ0XqU0p_EfIsOxhs-PHGfjGyIlXwBqpAb1Y3XrKyfTtU1cukHLiheVVdwrKtendE0HojLbrHaFTk8Btsn_Y6g10imEVuSUJcnDkM9LNMd3dyFajnr6o"
    #providerKey: "api"
    -user: App\Entity\Usuario {#39 …}
    -roleNames: [
      "ROLE_USER"
    ]
    -authenticated: true
    -attributes: []
  }
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]

Deprecations 37

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
[
  "exception" => ErrorException {#321
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11686
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11686 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11686 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
[
  "exception" => ErrorException {#318
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11672
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11672 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_MetadataBagService() …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11688 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › 
        ›     return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, $this->getSession_Storage_MetadataBagService());}
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11672 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_MetadataBagService() …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11688 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › 
    ›     return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, $this->getSession_Storage_MetadataBagService());}
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#245
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11193
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11193 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11193 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#246
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    #line: 31
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationListener::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationListener::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#248
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11158
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11158 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_GuardHandlerService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11158 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_GuardHandlerService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#249
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticatorHandler::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11163 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_GuardHandlerService() …
        › 
        › $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['security.firewalls']);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticatorHandler::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11163 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_GuardHandlerService() …
    › 
    › $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['security.firewalls']);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#252
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11241
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11241 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11241 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#253
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11243 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
        › 
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11243 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
    › 
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
[
  "exception" => ErrorException {#254
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
      spl_autoload_call() {}
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
        spl_autoload_call($class_name) …
        › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11243 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
        › 
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
  spl_autoload_call() {}
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
    spl_autoload_call($class_name) …
    › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11243 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_ManagerService() …
    › 
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11195 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Listener_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11466 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#244
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-guard/Token/PreAuthenticationGuardToken.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-guard/Token/PreAuthenticationGuardToken.php:16 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', PreAuthenticationGuardToken::class);}
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Authentication/Token/PreAuthenticationJWTUserToken.php:12 {
        spl_autoload_call($class_name) …
        ›  */final class PreAuthenticationJWTUserToken extends PreAuthenticationGuardToken implements PreAuthenticationJWTUserTokenInterface{
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:104 {
        Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->getCredentials(Request $request) …
        › 
        › $preAuthToken = new PreAuthenticationJWTUserToken($jsonWebToken);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:144 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // allow the authenticator to fetch authentication info from the request$credentials = $guardAuthenticator->getCredentials($request);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-guard/Token/PreAuthenticationGuardToken.php:16 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', PreAuthenticationGuardToken::class);}
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Authentication/Token/PreAuthenticationJWTUserToken.php:12 {
    spl_autoload_call($class_name) …
    ›  */final class PreAuthenticationJWTUserToken extends PreAuthenticationGuardToken implements PreAuthenticationJWTUserTokenInterface{
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:104 {
    Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->getCredentials(Request $request) …
    › 
    › $preAuthToken = new PreAuthenticationJWTUserToken($jsonWebToken);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:144 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // allow the authenticator to fetch authentication info from the request$credentials = $guardAuthenticator->getCredentials($request);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\GuardTokenInterface" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#261
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\GuardTokenInterface" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-guard/Token/GuardTokenInterface.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-guard/Token/GuardTokenInterface.php:16 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardTokenInterface::class);}
      /var/www/html/vendor/symfony/security-guard/Token/PreAuthenticationGuardToken.php:29 {
        spl_autoload_call($class_name) …
        ›  */class PreAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface{
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Authentication/Token/PreAuthenticationJWTUserToken.php:12 {
        spl_autoload_call($class_name) …
        ›  */final class PreAuthenticationJWTUserToken extends PreAuthenticationGuardToken implements PreAuthenticationJWTUserTokenInterface{
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:104 {
        Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->getCredentials(Request $request) …
        › 
        › $preAuthToken = new PreAuthenticationJWTUserToken($jsonWebToken);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:144 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // allow the authenticator to fetch authentication info from the request$credentials = $guardAuthenticator->getCredentials($request);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-guard/Token/GuardTokenInterface.php:16 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardTokenInterface::class);}
  /var/www/html/vendor/symfony/security-guard/Token/PreAuthenticationGuardToken.php:29 {
    spl_autoload_call($class_name) …
    ›  */class PreAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface{
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Authentication/Token/PreAuthenticationJWTUserToken.php:12 {
    spl_autoload_call($class_name) …
    ›  */final class PreAuthenticationJWTUserToken extends PreAuthenticationGuardToken implements PreAuthenticationJWTUserTokenInterface{
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:104 {
    Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->getCredentials(Request $request) …
    › 
    › $preAuthToken = new PreAuthenticationJWTUserToken($jsonWebToken);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:144 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // allow the authenticator to fetch authentication info from the request$credentials = $guardAuthenticator->getCredentials($request);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#598
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11277
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11277 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11277 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#597
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:27 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
        › 
        ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:27 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
    › 
    ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#596
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php"
    #line: 26
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:26 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);}
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
        spl_autoload_call($class_name) …
        ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
        › 
        ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:26 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);}
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
    spl_autoload_call($class_name) …
    ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
    › 
    ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#595
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:35 {
        spl_autoload_call($class_name) …
        ›  */abstract class UserAuthenticationProvider implements AuthenticationProviderInterface{
      }
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
        spl_autoload_call($class_name) …
        ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
        › 
        ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:35 {
    spl_autoload_call($class_name) …
    ›  */abstract class UserAuthenticationProvider implements AuthenticationProviderInterface{
  }
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
    spl_autoload_call($class_name) …
    ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11282 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Dao_LoginService() …
    › 
    ›     return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11244 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());    yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#582
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11263
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11263 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Anonymous_LoginService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11245 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11263 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Anonymous_LoginService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11245 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#584
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11265 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Anonymous_LoginService() …
        › 
        ›     return $this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11245 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11265 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Anonymous_LoginService() …
    › 
    ›     return $this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11245 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#578
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11294
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11294 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_ApiService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11246 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        ›     yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());    yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());}, 3), true);
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11294 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_ApiService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11246 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    ›     yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());    yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());}, 3), true);
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#477
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    #line: 32
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11301 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_ApiService() …
        › 
        › return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11246 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        ›     yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());    yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());}, 3), true);
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11301 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_ApiService() …
    › 
    › return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {    yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11246 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    ›     yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());    yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());}, 3), true);
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
[
  "exception" => ErrorException {#482
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11402
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11402 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
        › 
        ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
        › 
        ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
        › 
        ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
        › 
        ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
        Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
        › 
        › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
        › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
        › 
        ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › try {    $result = $provider->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11402 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
    › 
    ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
    › 
    ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
    › 
    ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
    › 
    ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
    Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
    › 
    › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
    › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
    › 
    ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › try {    $result = $provider->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
[
  "exception" => ErrorException {#497
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Encoder/EncoderFactory.php"
    #line: 20
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11404 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
        › 
        ›     return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
        › 
        ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
        › 
        ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
        › 
        ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
        › 
        ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
        Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
        › 
        › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
        › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
        › 
        ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › try {    $result = $provider->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11404 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
    › 
    ›     return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
    › 
    ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
    › 
    ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
    › 
    ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
    › 
    ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
    Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
    › 
    › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
    › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
    › 
    ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › try {    $result = $provider->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#548
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactory.php:29 {
        spl_autoload_call($class_name) …
        ›  */class EncoderFactory implements EncoderFactoryInterface{
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11404 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
        › 
        ›     return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
        › 
        ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
        › 
        ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
        › 
        ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
        › 
        ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
      }
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
        › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
        Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
        › 
        › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
        › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
      }
      /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
        Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
        › 
        ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      }
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › try {    $result = $provider->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
  /var/www/html/vendor/symfony/security-core/Encoder/EncoderFactory.php:29 {
    spl_autoload_call($class_name) …
    ›  */class EncoderFactory implements EncoderFactoryInterface{
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11404 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
    › 
    ›     return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7786 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getEncoderServiceService() …
    › 
    ›     return $this->privates['App\\Services\\Password\\EncoderService'] = new \App\Services\Password\EncoderService(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:6314 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getBaseRepositoryService() …
    › 
    ›     return $this->privates['App\\Repository\\BaseRepository'] = new \App\Repository\BaseRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Services\\Password\\EncoderService'] ?? $this->getEncoderServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:7879 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSqlServiceService() …
    › 
    ›     return $this->privates['App\\Services\\SqlService\\SqlService'] = new \App\Services\SqlService\SqlService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\BaseRepository'] ?? $this->getBaseRepositoryService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:8323 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getAcmeApi_Event_JwtAuthenticatedListenerService() …
    › 
    ›     return $this->privates['acme_api.event.jwt_authenticated_listener'] = new \App\Listener\JWTAuthenticatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\SqlService\\SqlService'] ?? $this->getSqlServiceService()));}
  }
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3370 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->ContainerHxdYlVN\{closure} …
    › $instance->addListener('lexik_jwt_authentication.on_jwt_authenticated', [0 => function () {    return ($this->privates['acme_api.event.jwt_authenticated_listener'] ?? $this->getAcmeApi_Event_JwtAuthenticatedListenerService());}, 1 => 'onJWTAuthenticated'], 0);
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:223 {
    Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator->createAuthenticatedToken(UserInterface $user, $providerKey) …
    › 
    › $this->dispatcher->dispatch(new JWTAuthenticatedEvent($preAuthToken->getPayload(), $authToken), Events::JWT_AUTHENTICATED);}
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:153 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
    › // turn the UserInterface into a TokenInterface$authenticatedToken = $guardAuthenticator->createAuthenticatedToken($user, $this->providerKey);if (!$authenticatedToken instanceof TokenInterface) {
  }
  /var/www/html/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:110 {
    Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
    › 
    ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
  }
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › try {    $result = $provider->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: Not implementing method "getUserIdentifier(): string" in user class "App\Entity\Usuario" is deprecated. This method will replace "getUsername()" in Symfony 6.0.
[
  "exception" => ErrorException {#604
    #message: "User Deprecated: Since symfony/security-core 5.3: Not implementing method "getUserIdentifier(): string" in user class "App\Entity\Usuario" is deprecated. This method will replace "getUsername()" in Symfony 6.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 115
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:115 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › if ($user = $result->getUser() instanceof UserInterface && !method_exists($result->getUser(), 'getUserIdentifier')) {    trigger_deprecation('symfony/security-core', '5.3', 'Not implementing method "getUserIdentifier(): string" in user class "%s" is deprecated. This method will replace "getUsername()" in Symfony 6.0.', get_debug_type($result->getUser()));}
      }
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
        › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
        Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:115 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › if ($user = $result->getUser() instanceof UserInterface && !method_exists($result->getUser(), 'getUserIdentifier')) {    trigger_deprecation('symfony/security-core', '5.3', 'Not implementing method "getUserIdentifier(): string" in user class "%s" is deprecated. This method will replace "getUsername()" in Symfony 6.0.', get_debug_type($result->getUser()));}
  }
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:158 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
    › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:123 {
    Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
[
  "exception" => ErrorException {#886
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead."
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php"
    #line: 11658
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11658 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_Factory_ServiceService() …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');}
      /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3947 {
        ContainerHxdYlVN\App_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']))->createSession();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /var/www/html/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:11658 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSession_Storage_Factory_ServiceService() …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');}
  /var/www/html/var/cache/dev/ContainerHxdYlVN/App_KernelDevDebugContainer.php:3947 {
    ContainerHxdYlVN\App_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']))->createSession();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /var/www/html/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
n/a (2 times) Since symfony/security-bundle 5.3: The child node "encoders" at path "security" is deprecated, use "password_hashers" instead.
n/a Since symfony/security-bundle 5.3: Not setting the "security.enable_authenticator_manager" config option to true is deprecated.
n/a Class "App\Entity\Usuario" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()": returns the identifier for this user (e.g. its username or e-mailaddress)
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1120
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
n/a Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Services\Password\EncoderService" service.
n/a Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
n/a Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.

Debug 55

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "api"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Calling getCredentials() on guard authenticator.
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.create_at AS create_at_3, t0.updated_at AS updated_at_4, t0.email AS email_5, t0.password AS password_6, t0.dni AS dni_7, t0.roles AS roles_8, t0.estado AS estado_9 FROM usuario t0 WHERE t0.email = ? LIMIT 1
[
  "alumno_2745@jurispol.com"
]
event Notified event
"lexik_jwt_authentication.on_jwt_decoded"
to listener
"App\Listener\JWTDecodedListener::onJWTDecoded"
.
[
  "event" => "lexik_jwt_authentication.on_jwt_decoded"
  "listener" => "App\Listener\JWTDecodedListener::onJWTDecoded"
]
security Passing guard token information to the GuardAuthenticationProvider
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.create_at AS create_at_3, t0.updated_at AS updated_at_4, t0.email AS email_5, t0.password AS password_6, t0.dni AS dni_7, t0.roles AS roles_8, t0.estado AS estado_9 FROM usuario t0 WHERE t0.email = ? LIMIT 1
[
  "alumno_2745@jurispol.com"
]
doctrine UPDATE session SET last_connection = 1731482019 WHERE user_id = 32752
event Notified event
"lexik_jwt_authentication.on_jwt_authenticated"
to listener
"App\Listener\JWTAuthenticatedListener::onJWTAuthenticated"
.
[
  "event" => "lexik_jwt_authentication.on_jwt_authenticated"
  "listener" => "App\Listener\JWTAuthenticatedListener::onJWTAuthenticated"
]
security Guard authenticator set no success response: request continues.
[
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Remember me skipped: it is not configured for the firewall.
[
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT entidad_id as id, valor as role FROM custom_values WHERE entidad LIKE "USER" AND entidad_id IN (32752) AND clave LIKE "id_roles"
doctrine SELECT entidad_id as id, valor as sede FROM custom_values WHERE entidad LIKE "USER" AND entidad_id IN (32752) AND clave LIKE "sede"
doctrine SELECT cv.entidad_id as id, cv2.valor as sede FROM custom_values cv LEFT JOIN custom_values cv2 ON cv2.entidad_id = cv.valor WHERE cv.entidad LIKE "USER" AND cv.entidad_id IN (32752) AND cv.clave LIKE "curso" AND cv2.entidad LIKE "CURSO" AND cv2.clave LIKE "sede"
doctrine SELECT id FROM cursos WHERE start_date <= CURRENT_DATE AND estado = 1 AND CURRENT_DATE <= end_date AND id IN ("2745")
doctrine SELECT DISTINCT conv.super_promocion FROM cursos c LEFT JOIN convocatoria conv ON conv.id = c.convocatoria WHERE c.id IN ("")
doctrine SELECT DISTINCT m.id as msg_id, m.title, u.id as created_by_id, u.nombre as created_by, me.id as msg_entry_id , me.text, mkv2.value as start, mc.id categoryId, mc.category as category, 1 as is_new FROM msg AS m INNER JOIN msg_entry AS me ON me.id_msg_id = m.id LEFT JOIN msg_kv AS mkv ON mkv.id_msg_id = m.id LEFT JOIN msg_kv AS mkv2 ON mkv2.id_msg_id = m.id LEFT JOIN msg_kv AS mkv3 ON mkv3.id_msg_id = m.id LEFT JOIN msg_kv AS mkv4 ON mkv4.id_msg_id = m.id LEFT JOIN msg_kv AS mkv5 ON mkv5.id_msg_id = m.id LEFT JOIN msg_kv AS mkv6 ON mkv6.id_msg_id = m.id LEFT JOIN usuario AS u ON u.id = m.created_by_id LEFT JOIN msg_category AS mc ON mc.id = mkv5.value WHERE m.type = 0 AND ((mkv.field LIKE "user" AND mkv.value = 32752) OR (mkv.field LIKE "curso" AND mkv.value IN ("2745"))) AND mkv2.field LIKE "inicio" AND STR_TO_DATE(mkv2.value, "%d-%m-%Y") <= CURRENT_DATE AND mkv3.field LIKE "habilitado" AND mkv3.value = "1" AND mkv4.field LIKE "visualizar" AND mkv4.value = "1" AND mkv5.field LIKE "category" AND mkv6.field LIKE "fin" AND (mkv6.value IS NULL OR STR_TO_DATE(mkv6.value, "%d-%m-%Y") > CURRENT_DATE) AND me.id NOT IN ( SELECT mr.id_msg_entry_id FROM msg_read mr WHERE mr.created_by_id = 32752 ) UNION SELECT DISTINCT m.id as msg_id, m.title, u.id as created_by_id, u.nombre as created_by, me.id as msg_entry_id , me.text, mkv2.value as start, mc.id categoryId, mc.category as category, 0 as is_new FROM msg AS m INNER JOIN msg_entry AS me ON me.id_msg_id = m.id LEFT JOIN msg_kv AS mkv ON mkv.id_msg_id = m.id LEFT JOIN msg_kv AS mkv2 ON mkv2.id_msg_id = m.id LEFT JOIN msg_kv AS mkv3 ON mkv3.id_msg_id = m.id LEFT JOIN msg_kv AS mkv4 ON mkv4.id_msg_id = m.id LEFT JOIN msg_kv AS mkv5 ON mkv5.id_msg_id = m.id LEFT JOIN msg_kv AS mkv6 ON mkv6.id_msg_id = m.id LEFT JOIN usuario AS u ON u.id = m.created_by_id LEFT JOIN msg_category AS mc ON mc.id = mkv5.value WHERE m.type = 0 AND ((mkv.field LIKE "user" AND mkv.value = 32752) OR (mkv.field LIKE "curso" AND mkv.value IN ("2745"))) AND mkv2.field LIKE "inicio" AND STR_TO_DATE(mkv2.value, "%d-%m-%Y") <= CURRENT_DATE AND mkv3.field LIKE "habilitado" AND mkv3.value = "1" AND mkv4.field LIKE "visualizar" AND mkv4.value = "1" AND mkv5.field LIKE "category" AND mkv6.field LIKE "fin" AND (mkv6.value IS NULL OR STR_TO_DATE(mkv6.value, "%d-%m-%Y") > CURRENT_DATE) AND me.id IN ( SELECT mr.id_msg_entry_id FROM msg_read mr WHERE mr.created_by_id = 32752 ) ORDER BY STR_TO_DATE(start, "%d-%m-%Y") DESC, msg_id DESC
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 1905

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Cursos" (parent: .abstract.instanceof.App\Controller\ADMIN\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Cursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Cursos).
  • Resolving inheritance for "App\Controller\ADMIN\Cursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Users" (parent: .abstract.instanceof.App\Controller\ADMIN\Users).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Users" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Users).
  • Resolving inheritance for "App\Controller\ADMIN\Users" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Users).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication" (parent: .abstract.instanceof.App\Controller\Authentication).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication).
  • Resolving inheritance for "App\Controller\Authentication" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\Announcement" (parent: .abstract.instanceof.App\Controller\COMUNICACIONES\Announcement).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\Announcement" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\Announcement).
  • Resolving inheritance for "App\Controller\COMUNICACIONES\Announcement" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\Announcement).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\AnnouncementCategory" (parent: .abstract.instanceof.App\Controller\COMUNICACIONES\AnnouncementCategory).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\AnnouncementCategory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\AnnouncementCategory).
  • Resolving inheritance for "App\Controller\COMUNICACIONES\AnnouncementCategory" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\AnnouncementCategory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DEBERES\Deberes" (parent: .abstract.instanceof.App\Controller\DEBERES\Deberes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DEBERES\Deberes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DEBERES\Deberes).
  • Resolving inheritance for "App\Controller\DEBERES\Deberes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DEBERES\Deberes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MAGENTO\Magento" (parent: .abstract.instanceof.App\Controller\MAGENTO\Magento).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MAGENTO\Magento" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MAGENTO\Magento).
  • Resolving inheritance for "App\Controller\MAGENTO\Magento" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MAGENTO\Magento).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Bidireccional" (parent: .abstract.instanceof.App\Controller\MENSAJERIA\Bidireccional).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Bidireccional" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Bidireccional).
  • Resolving inheritance for "App\Controller\MENSAJERIA\Bidireccional" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Bidireccional).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Masivo" (parent: .abstract.instanceof.App\Controller\MENSAJERIA\Masivo).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Masivo" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Masivo).
  • Resolving inheritance for "App\Controller\MENSAJERIA\Masivo" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Masivo).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Mensajes" (parent: .abstract.instanceof.App\Controller\MENSAJERIA\Mensajes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Mensajes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Mensajes).
  • Resolving inheritance for "App\Controller\MENSAJERIA\Mensajes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Mensajes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retro" (parent: .abstract.instanceof.App\Controller\MENSAJERIA\Retro).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retro" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retro).
  • Resolving inheritance for "App\Controller\MENSAJERIA\Retro" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retro).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retros" (parent: .abstract.instanceof.App\Controller\MENSAJERIA\Retros).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retros" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retros).
  • Resolving inheritance for "App\Controller\MENSAJERIA\Retros" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retros).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Alumnos" (parent: .abstract.instanceof.App\Controller\PROFESOR\Alumnos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Alumnos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Alumnos).
  • Resolving inheritance for "App\Controller\PROFESOR\Alumnos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Alumnos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Asignaturas" (parent: .abstract.instanceof.App\Controller\PROFESOR\Asignaturas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Asignaturas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Asignaturas).
  • Resolving inheritance for "App\Controller\PROFESOR\Asignaturas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Asignaturas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Cursos" (parent: .abstract.instanceof.App\Controller\PROFESOR\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Cursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Cursos).
  • Resolving inheritance for "App\Controller\PROFESOR\Cursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Deberes" (parent: .abstract.instanceof.App\Controller\PROFESOR\Deberes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Deberes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Deberes).
  • Resolving inheritance for "App\Controller\PROFESOR\Deberes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Deberes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Areas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Areas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Areas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Areas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Areas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Areas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Aulas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Aulas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Aulas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Aulas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Aulas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Aulas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Cursos\CursosH" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Cursos\CursosH).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Cursos\CursosH" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Cursos\CursosH).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Cursos\CursosH" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Cursos\CursosH).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Importador\ImpoPreguntas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Importador\ImpoPreguntas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\PdfConvert\PdfConvert).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert).
  • Resolving inheritance for "App\Controller\SUPERADMIN\PdfConvert\PdfConvert" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Profesores\Profesores" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Profesores\Profesores).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Profesores\Profesores" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Profesores\Profesores).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Profesores\Profesores" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Profesores\Profesores).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Retro\Retro" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Retro\Retro).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Retro\Retro" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Retro\Retro).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Retro\Retro" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Retro\Retro).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Sedes" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Sedes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Sedes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Sedes).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Sedes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Sedes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Stats\Stats" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Stats\Stats).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Stats\Stats" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Stats\Stats).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Stats\Stats" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Stats\Stats).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Preguntas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Temas\Preguntas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Preguntas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Preguntas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Temas\Preguntas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Preguntas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Respuestas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Temas\Respuestas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Respuestas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Respuestas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Temas\Respuestas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Respuestas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Temas" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Temas\Temas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Temas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Temas).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Temas\Temas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Temas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Tests\Recursos" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Tests\Recursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Tests\Recursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Tests\Recursos).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Tests\Recursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Tests\Recursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Users" (parent: .abstract.instanceof.App\Controller\SUPERADMIN\Users).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Users" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Users).
  • Resolving inheritance for "App\Controller\SUPERADMIN\Users" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Users).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoExamenes" (parent: .abstract.instanceof.App\Controller\_ALUMNO\AlumnoExamenes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoExamenes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoExamenes).
  • Resolving inheritance for "App\Controller\_ALUMNO\AlumnoExamenes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoExamenes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoStats" (parent: .abstract.instanceof.App\Controller\_ALUMNO\AlumnoStats).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoStats" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoStats).
  • Resolving inheritance for "App\Controller\_ALUMNO\AlumnoStats" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoStats).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\Compras" (parent: .abstract.instanceof.App\Controller\_ALUMNO\Compras).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\Compras" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\Compras).
  • Resolving inheritance for "App\Controller\_ALUMNO\Compras" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\Compras).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_BIBLIOTECA\Biblioteca" (parent: .abstract.instanceof.App\Controller\_BIBLIOTECA\Biblioteca).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_BIBLIOTECA\Biblioteca" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_BIBLIOTECA\Biblioteca).
  • Resolving inheritance for "App\Controller\_BIBLIOTECA\Biblioteca" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_BIBLIOTECA\Biblioteca).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CASO_PRACTICO\CasoPractico" (parent: .abstract.instanceof.App\Controller\_CASO_PRACTICO\CasoPractico).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CASO_PRACTICO\CasoPractico" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CASO_PRACTICO\CasoPractico).
  • Resolving inheritance for "App\Controller\_CASO_PRACTICO\CasoPractico" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CASO_PRACTICO\CasoPractico).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Certificados" (parent: .abstract.instanceof.App\Controller\_CERTIFICADOS\Certificados).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Certificados" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Certificados).
  • Resolving inheritance for "App\Controller\_CERTIFICADOS\Certificados" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Certificados).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Diplomas" (parent: .abstract.instanceof.App\Controller\_CERTIFICADOS\Diplomas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Diplomas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Diplomas).
  • Resolving inheritance for "App\Controller\_CERTIFICADOS\Diplomas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Diplomas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja" (parent: .abstract.instanceof.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja).
  • Resolving inheritance for "App\Controller\_COMPARATIVA_BAJA\ComparativaBaja" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONFIGURACION\Configuracion" (parent: .abstract.instanceof.App\Controller\_CONFIGURACION\Configuracion).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONFIGURACION\Configuracion" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONFIGURACION\Configuracion).
  • Resolving inheritance for "App\Controller\_CONFIGURACION\Configuracion" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONFIGURACION\Configuracion).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONVOCATORIA\Convocatoria" (parent: .abstract.instanceof.App\Controller\_CONVOCATORIA\Convocatoria).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONVOCATORIA\Convocatoria" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONVOCATORIA\Convocatoria).
  • Resolving inheritance for "App\Controller\_CONVOCATORIA\Convocatoria" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONVOCATORIA\Convocatoria).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\Cursos" (parent: .abstract.instanceof.App\Controller\_CURSOS\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\Cursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\Cursos).
  • Resolving inheritance for "App\Controller\_CURSOS\Cursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\Cursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\auxCursos" (parent: .abstract.instanceof.App\Controller\_CURSOS\auxCursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\auxCursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\auxCursos).
  • Resolving inheritance for "App\Controller\_CURSOS\auxCursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\auxCursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\Dashboard).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\Dashboard" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\StudentsBySede" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\StudentsOnline" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede" (parent: .abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede).
  • Resolving inheritance for "App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral" (parent: .abstract.instanceof.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral).
  • Resolving inheritance for "App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ESTADISTICAS\Estadisticas" (parent: .abstract.instanceof.App\Controller\_ESTADISTICAS\Estadisticas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ESTADISTICAS\Estadisticas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ESTADISTICAS\Estadisticas).
  • Resolving inheritance for "App\Controller\_ESTADISTICAS\Estadisticas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ESTADISTICAS\Estadisticas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio" (parent: .abstract.instanceof.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio).
  • Resolving inheritance for "App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_FILES\ServerFiles" (parent: .abstract.instanceof.App\Controller\_FILES\ServerFiles).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_FILES\ServerFiles" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_FILES\ServerFiles).
  • Resolving inheritance for "App\Controller\_FILES\ServerFiles" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_FILES\ServerFiles).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INFORMES\Informes" (parent: .abstract.instanceof.App\Controller\_INFORMES\Informes).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INFORMES\Informes" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INFORMES\Informes).
  • Resolving inheritance for "App\Controller\_INFORMES\Informes" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INFORMES\Informes).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INGLES\Ingles" (parent: .abstract.instanceof.App\Controller\_INGLES\Ingles).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INGLES\Ingles" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INGLES\Ingles).
  • Resolving inheritance for "App\Controller\_INGLES\Ingles" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INGLES\Ingles).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_LOGROS\Logros" (parent: .abstract.instanceof.App\Controller\_LOGROS\Logros).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_LOGROS\Logros" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_LOGROS\Logros).
  • Resolving inheritance for "App\Controller\_LOGROS\Logros" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_LOGROS\Logros).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MANUAL_PDF\ManualPdf" (parent: .abstract.instanceof.App\Controller\_MANUAL_PDF\ManualPdf).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MANUAL_PDF\ManualPdf" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MANUAL_PDF\ManualPdf).
  • Resolving inheritance for "App\Controller\_MANUAL_PDF\ManualPdf" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MANUAL_PDF\ManualPdf).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MENU\Menu" (parent: .abstract.instanceof.App\Controller\_MENU\Menu).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MENU\Menu" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MENU\Menu).
  • Resolving inheritance for "App\Controller\_MENU\Menu" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MENU\Menu).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ORTOGRAFIA\Ortografia" (parent: .abstract.instanceof.App\Controller\_ORTOGRAFIA\Ortografia).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ORTOGRAFIA\Ortografia" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ORTOGRAFIA\Ortografia).
  • Resolving inheritance for "App\Controller\_ORTOGRAFIA\Ortografia" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ORTOGRAFIA\Ortografia).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\Preguntas" (parent: .abstract.instanceof.App\Controller\_PREGUNTAS\Preguntas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\Preguntas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\Preguntas).
  • Resolving inheritance for "App\Controller\_PREGUNTAS\Preguntas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\Preguntas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\importarPreguntas" (parent: .abstract.instanceof.App\Controller\_PREGUNTAS\importarPreguntas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\importarPreguntas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\importarPreguntas).
  • Resolving inheritance for "App\Controller\_PREGUNTAS\importarPreguntas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\importarPreguntas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PROGRAMACION\Programaciones" (parent: .abstract.instanceof.App\Controller\_PROGRAMACION\Programaciones).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PROGRAMACION\Programaciones" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PROGRAMACION\Programaciones).
  • Resolving inheritance for "App\Controller\_PROGRAMACION\Programaciones" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PROGRAMACION\Programaciones).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas" (parent: .abstract.instanceof.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas).
  • Resolving inheritance for "App\Controller\_PRUEBAS_FISICAS\PruebasFisicas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PSICOTECNICOS\Psicotecnicos" (parent: .abstract.instanceof.App\Controller\_PSICOTECNICOS\Psicotecnicos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PSICOTECNICOS\Psicotecnicos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PSICOTECNICOS\Psicotecnicos).
  • Resolving inheritance for "App\Controller\_PSICOTECNICOS\Psicotecnicos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PSICOTECNICOS\Psicotecnicos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\Publicidad" (parent: .abstract.instanceof.App\Controller\_PUBLICIDAD\Publicidad).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\Publicidad" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\Publicidad).
  • Resolving inheritance for "App\Controller\_PUBLICIDAD\Publicidad" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\Publicidad).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\PublicidadAlumno" (parent: .abstract.instanceof.App\Controller\_PUBLICIDAD\PublicidadAlumno).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\PublicidadAlumno" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\PublicidadAlumno).
  • Resolving inheritance for "App\Controller\_PUBLICIDAD\PublicidadAlumno" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\PublicidadAlumno).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoCaso" (parent: .abstract.instanceof.App\Controller\_RECURSO\CursoRecursoCaso).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoCaso" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoCaso).
  • Resolving inheritance for "App\Controller\_RECURSO\CursoRecursoCaso" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoCaso).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoRefactor" (parent: .abstract.instanceof.App\Controller\_RECURSO\CursoRecursoRefactor).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoRefactor" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoRefactor).
  • Resolving inheritance for "App\Controller\_RECURSO\CursoRecursoRefactor" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoRefactor).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\Recurso" (parent: .abstract.instanceof.App\Controller\_RECURSO\Recurso).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\Recurso" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\Recurso).
  • Resolving inheritance for "App\Controller\_RECURSO\Recurso" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\Recurso).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSOS\NRecursos" (parent: .abstract.instanceof.App\Controller\_RECURSOS\NRecursos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSOS\NRecursos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSOS\NRecursos).
  • Resolving inheritance for "App\Controller\_RECURSOS\NRecursos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSOS\NRecursos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO_INFORME\RecursoInforme" (parent: .abstract.instanceof.App\Controller\_RECURSO_INFORME\RecursoInforme).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO_INFORME\RecursoInforme" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO_INFORME\RecursoInforme).
  • Resolving inheritance for "App\Controller\_RECURSO_INFORME\RecursoInforme" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO_INFORME\RecursoInforme).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation" (parent: .abstract.instanceof.App\Controller\_SCRIPTS\AddShowUnitsProgramation).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation).
  • Resolving inheritance for "App\Controller\_SCRIPTS\AddShowUnitsProgramation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse" (parent: .abstract.instanceof.App\Controller\_SCRIPTS\RecoveryUnitsCourse).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse).
  • Resolving inheritance for "App\Controller\_SCRIPTS\RecoveryUnitsCourse" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addBirthdateUsers" (parent: .abstract.instanceof.App\Controller\_SCRIPTS\addBirthdateUsers).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addBirthdateUsers" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addBirthdateUsers).
  • Resolving inheritance for "App\Controller\_SCRIPTS\addBirthdateUsers" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addBirthdateUsers).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg" (parent: .abstract.instanceof.App\Controller\_SCRIPTS\addMsgKVToAllMsg).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg).
  • Resolving inheritance for "App\Controller\_SCRIPTS\addMsgKVToAllMsg" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\updateUrlToVimeo" (parent: .abstract.instanceof.App\Controller\_SCRIPTS\updateUrlToVimeo).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\updateUrlToVimeo" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\updateUrlToVimeo).
  • Resolving inheritance for "App\Controller\_SCRIPTS\updateUrlToVimeo" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\updateUrlToVimeo).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocion" (parent: .abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocion).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocion" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocion).
  • Resolving inheritance for "App\Controller\_SUPER_PROMOCION\SuperPromocion" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocion).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas" (parent: .abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas).
  • Resolving inheritance for "App\Controller\_SUPER_PROMOCION\SuperPromocionNotas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SURVEY\Survey" (parent: .abstract.instanceof.App\Controller\_SURVEY\Survey).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SURVEY\Survey" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SURVEY\Survey).
  • Resolving inheritance for "App\Controller\_SURVEY\Survey" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SURVEY\Survey).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio" (parent: .abstract.instanceof.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio).
  • Resolving inheritance for "App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEMAS\Temas" (parent: .abstract.instanceof.App\Controller\_TEMAS\Temas).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEMAS\Temas" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEMAS\Temas).
  • Resolving inheritance for "App\Controller\_TEMAS\Temas" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEMAS\Temas).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\NTest" (parent: .abstract.instanceof.App\Controller\_TEST\NTest).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\NTest" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\NTest).
  • Resolving inheritance for "App\Controller\_TEST\NTest" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\NTest).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\Test" (parent: .abstract.instanceof.App\Controller\_TEST\Test).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\Test" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\Test).
  • Resolving inheritance for "App\Controller\_TEST\Test" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\Test).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\TestRecurso" (parent: .abstract.instanceof.App\Controller\_TEST\TestRecurso).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\TestRecurso" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\TestRecurso).
  • Resolving inheritance for "App\Controller\_TEST\TestRecurso" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\TestRecurso).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\auxTest" (parent: .abstract.instanceof.App\Controller\_TEST\auxTest).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\auxTest" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\auxTest).
  • Resolving inheritance for "App\Controller\_TEST\auxTest" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\auxTest).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlHoras" (parent: .abstract.instanceof.App\Controller\_USER\ControlHoras).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlHoras" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlHoras).
  • Resolving inheritance for "App\Controller\_USER\ControlHoras" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlHoras).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlPermisos" (parent: .abstract.instanceof.App\Controller\_USER\ControlPermisos).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlPermisos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlPermisos).
  • Resolving inheritance for "App\Controller\_USER\ControlPermisos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlPermisos).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\Nuser" (parent: .abstract.instanceof.App\Controller\_USER\Nuser).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\Nuser" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\Nuser).
  • Resolving inheritance for "App\Controller\_USER\Nuser" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\Nuser).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\User" (parent: .abstract.instanceof.App\Controller\_USER\User).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\User" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\User).
  • Resolving inheritance for "App\Controller\_USER\User" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\User).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\auxPictureUser" (parent: .abstract.instanceof.App\Controller\_USER\auxPictureUser).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\auxPictureUser" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\auxPictureUser).
  • Resolving inheritance for "App\Controller\_USER\auxPictureUser" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\auxPictureUser).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_VIDEO_AYUDA\VideoAyuda" (parent: .abstract.instanceof.App\Controller\_VIDEO_AYUDA\VideoAyuda).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_VIDEO_AYUDA\VideoAyuda" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_VIDEO_AYUDA\VideoAyuda).
  • Resolving inheritance for "App\Controller\_VIDEO_AYUDA\VideoAyuda" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_VIDEO_AYUDA\VideoAyuda).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Listener\JWTCreatedListener" (parent: .abstract.instanceof.App\Listener\JWTCreatedListener).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Listener\JWTCreatedListener" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Listener\JWTCreatedListener).
  • Resolving inheritance for "App\Listener\JWTCreatedListener" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Listener\JWTCreatedListener).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComunesRepository" (parent: .abstract.instanceof.App\Repository\ComunesRepository).
  • Resolving inheritance for "App\Repository\ComunesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComunesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvocatoriaRepository" (parent: .abstract.instanceof.App\Repository\ConvocatoriaRepository).
  • Resolving inheritance for "App\Repository\ConvocatoriaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvocatoriaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Curso2TemaRepository" (parent: .abstract.instanceof.App\Repository\Curso2TemaRepository).
  • Resolving inheritance for "App\Repository\Curso2TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Curso2TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursoRepository" (parent: .abstract.instanceof.App\Repository\CursoRepository).
  • Resolving inheritance for "App\Repository\CursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberRepository" (parent: .abstract.instanceof.App\Repository\DeberRepository).
  • Resolving inheritance for "App\Repository\DeberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberesRepository" (parent: .abstract.instanceof.App\Repository\DeberesRepository).
  • Resolving inheritance for "App\Repository\DeberesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FisicasRepository" (parent: .abstract.instanceof.App\Repository\FisicasRepository).
  • Resolving inheritance for "App\Repository\FisicasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FisicasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorarioRepository" (parent: .abstract.instanceof.App\Repository\HorarioRepository).
  • Resolving inheritance for "App\Repository\HorarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorarioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository" (parent: .abstract.instanceof.App\Repository\MarcaRepository).
  • Resolving inheritance for "App\Repository\MarcaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeEnlaceRepository" (parent: .abstract.instanceof.App\Repository\MensajeEnlaceRepository).
  • Resolving inheritance for "App\Repository\MensajeEnlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeEnlaceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeFileRepository" (parent: .abstract.instanceof.App\Repository\MensajeFileRepository).
  • Resolving inheritance for "App\Repository\MensajeFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeRepository" (parent: .abstract.instanceof.App\Repository\MensajeRepository).
  • Resolving inheritance for "App\Repository\MensajeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModalidadCursoRepository" (parent: .abstract.instanceof.App\Repository\ModalidadCursoRepository).
  • Resolving inheritance for "App\Repository\ModalidadCursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModalidadCursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgEntryRepository" (parent: .abstract.instanceof.App\Repository\MsgEntryRepository).
  • Resolving inheritance for "App\Repository\MsgEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgKvRepository" (parent: .abstract.instanceof.App\Repository\MsgKvRepository).
  • Resolving inheritance for "App\Repository\MsgKvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgKvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgReadRepository" (parent: .abstract.instanceof.App\Repository\MsgReadRepository).
  • Resolving inheritance for "App\Repository\MsgReadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgReadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository" (parent: .abstract.instanceof.App\Repository\MsgRepository).
  • Resolving inheritance for "App\Repository\MsgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgvRepository" (parent: .abstract.instanceof.App\Repository\MsgvRepository).
  • Resolving inheritance for "App\Repository\MsgvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NombreCursoRepository" (parent: .abstract.instanceof.App\Repository\NombreCursoRepository).
  • Resolving inheritance for "App\Repository\NombreCursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NombreCursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pregunta2TemaRepository" (parent: .abstract.instanceof.App\Repository\Pregunta2TemaRepository).
  • Resolving inheritance for "App\Repository\Pregunta2TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pregunta2TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository" (parent: .abstract.instanceof.App\Repository\PreguntaRepository).
  • Resolving inheritance for "App\Repository\PreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresencialRepository" (parent: .abstract.instanceof.App\Repository\PresencialRepository).
  • Resolving inheritance for "App\Repository\PresencialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresencialRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PruebaFisicaRepository" (parent: .abstract.instanceof.App\Repository\PruebaFisicaRepository).
  • Resolving inheritance for "App\Repository\PruebaFisicaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PruebaFisicaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2PreguntaRepository" (parent: .abstract.instanceof.App\Repository\Recurso2PreguntaRepository).
  • Resolving inheritance for "App\Repository\Recurso2PreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2PreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2TemaRepository" (parent: .abstract.instanceof.App\Repository\Recurso2TemaRepository).
  • Resolving inheritance for "App\Repository\Recurso2TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoEmbedRepository" (parent: .abstract.instanceof.App\Repository\RecursoEmbedRepository).
  • Resolving inheritance for "App\Repository\RecursoEmbedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoEmbedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository" (parent: .abstract.instanceof.App\Repository\RecursoRepository).
  • Resolving inheritance for "App\Repository\RecursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoTemaRepository" (parent: .abstract.instanceof.App\Repository\RecursoTemaRepository).
  • Resolving inheritance for "App\Repository\RecursoTemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoTemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository" (parent: .abstract.instanceof.App\Repository\RespuestaRepository).
  • Resolving inheritance for "App\Repository\RespuestaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroAlimentacionRepository" (parent: .abstract.instanceof.App\Repository\RetroAlimentacionRepository).
  • Resolving inheritance for "App\Repository\RetroAlimentacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroAlimentacionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroHiloRepository" (parent: .abstract.instanceof.App\Repository\RetroHiloRepository).
  • Resolving inheritance for "App\Repository\RetroHiloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroHiloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroRepository" (parent: .abstract.instanceof.App\Repository\RetroRepository).
  • Resolving inheritance for "App\Repository\RetroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\ActivityUserRepository" (parent: .abstract.instanceof.App\Repository\Sql\ActivityUserRepository).
  • Resolving inheritance for "App\Repository\Sql\ActivityUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\ActivityUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\AreaRepository" (parent: .abstract.instanceof.App\Repository\Sql\AreaRepository).
  • Resolving inheritance for "App\Repository\Sql\AreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\AreaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CasoPracticoRepository" (parent: .abstract.instanceof.App\Repository\Sql\CasoPracticoRepository).
  • Resolving inheritance for "App\Repository\Sql\CasoPracticoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CasoPracticoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CertificadoRepository" (parent: .abstract.instanceof.App\Repository\Sql\CertificadoRepository).
  • Resolving inheritance for "App\Repository\Sql\CertificadoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CertificadoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\DeberesRepository" (parent: .abstract.instanceof.App\Repository\Sql\DeberesRepository).
  • Resolving inheritance for "App\Repository\Sql\DeberesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\DeberesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PreguntasRepository" (parent: .abstract.instanceof.App\Repository\Sql\PreguntasRepository).
  • Resolving inheritance for "App\Repository\Sql\PreguntasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PreguntasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PruebasFisicasRepository" (parent: .abstract.instanceof.App\Repository\Sql\PruebasFisicasRepository).
  • Resolving inheritance for "App\Repository\Sql\PruebasFisicasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PruebasFisicasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadAlumnoRepository" (parent: .abstract.instanceof.App\Repository\Sql\PublicidadAlumnoRepository).
  • Resolving inheritance for "App\Repository\Sql\PublicidadAlumnoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadAlumnoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadRepository" (parent: .abstract.instanceof.App\Repository\Sql\PublicidadRepository).
  • Resolving inheritance for "App\Repository\Sql\PublicidadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursoCasosRepository" (parent: .abstract.instanceof.App\Repository\Sql\RecursoCasosRepository).
  • Resolving inheritance for "App\Repository\Sql\RecursoCasosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursoCasosRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursosRepository" (parent: .abstract.instanceof.App\Repository\Sql\RecursosRepository).
  • Resolving inheritance for "App\Repository\Sql\RecursosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursosRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RespuestasRepository" (parent: .abstract.instanceof.App\Repository\Sql\RespuestasRepository).
  • Resolving inheritance for "App\Repository\Sql\RespuestasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RespuestasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SedeRepository" (parent: .abstract.instanceof.App\Repository\Sql\SedeRepository).
  • Resolving inheritance for "App\Repository\Sql\SedeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SedeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SurveyRepository" (parent: .abstract.instanceof.App\Repository\Sql\SurveyRepository).
  • Resolving inheritance for "App\Repository\Sql\SurveyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SurveyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TemasPermisosRepository" (parent: .abstract.instanceof.App\Repository\Sql\TemasPermisosRepository).
  • Resolving inheritance for "App\Repository\Sql\TemasPermisosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TemasPermisosRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TestRepository" (parent: .abstract.instanceof.App\Repository\Sql\TestRepository).
  • Resolving inheritance for "App\Repository\Sql\TestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\UserRepository" (parent: .abstract.instanceof.App\Repository\Sql\UserRepository).
  • Resolving inheritance for "App\Repository\Sql\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository" (parent: .abstract.instanceof.App\Repository\TemaRepository).
  • Resolving inheritance for "App\Repository\TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2ExamenPreguntaRepository" (parent: .abstract.instanceof.App\Repository\Test2ExamenPreguntaRepository).
  • Resolving inheritance for "App\Repository\Test2ExamenPreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2ExamenPreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2PreguntaRepository" (parent: .abstract.instanceof.App\Repository\Test2PreguntaRepository).
  • Resolving inheritance for "App\Repository\Test2PreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2PreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2SimulacroPreguntaRepository" (parent: .abstract.instanceof.App\Repository\Test2SimulacroPreguntaRepository).
  • Resolving inheritance for "App\Repository\Test2SimulacroPreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2SimulacroPreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRepository" (parent: .abstract.instanceof.App\Repository\TestAlumnoRepository).
  • Resolving inheritance for "App\Repository\TestAlumnoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRespuestaRepository" (parent: .abstract.instanceof.App\Repository\TestAlumnoRespuestaRepository).
  • Resolving inheritance for "App\Repository\TestAlumnoRespuestaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRespuestaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRepository" (parent: .abstract.instanceof.App\Repository\TestExamenAlumnoRepository).
  • Resolving inheritance for "App\Repository\TestExamenAlumnoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRespuestaRepository" (parent: .abstract.instanceof.App\Repository\TestExamenAlumnoRespuestaRepository).
  • Resolving inheritance for "App\Repository\TestExamenAlumnoRespuestaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRespuestaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenCursoRepository" (parent: .abstract.instanceof.App\Repository\TestExamenCursoRepository).
  • Resolving inheritance for "App\Repository\TestExamenCursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenCursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenRepository" (parent: .abstract.instanceof.App\Repository\TestExamenRepository).
  • Resolving inheritance for "App\Repository\TestExamenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenTemasRepository" (parent: .abstract.instanceof.App\Repository\TestExamenTemasRepository).
  • Resolving inheritance for "App\Repository\TestExamenTemasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenTemasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository" (parent: .abstract.instanceof.App\Repository\TestRepository).
  • Resolving inheritance for "App\Repository\TestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRepository" (parent: .abstract.instanceof.App\Repository\TestSimulacroAlumnoRepository).
  • Resolving inheritance for "App\Repository\TestSimulacroAlumnoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRespuestaRepository" (parent: .abstract.instanceof.App\Repository\TestSimulacroAlumnoRespuestaRepository).
  • Resolving inheritance for "App\Repository\TestSimulacroAlumnoRespuestaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRespuestaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroRepository" (parent: .abstract.instanceof.App\Repository\TestSimulacroRepository).
  • Resolving inheritance for "App\Repository\TestSimulacroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEjercicioRepository" (parent: .abstract.instanceof.App\Repository\TipoEjercicioRepository).
  • Resolving inheritance for "App\Repository\TipoEjercicioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEjercicioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoRecursoRepository" (parent: .abstract.instanceof.App\Repository\TipoRecursoRepository).
  • Resolving inheritance for "App\Repository\TipoRecursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoRecursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAreaRepository" (parent: .abstract.instanceof.App\Repository\TutorAreaRepository).
  • Resolving inheritance for "App\Repository\TutorAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAreaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User2TemaRepository" (parent: .abstract.instanceof.App\Repository\User2TemaRepository).
  • Resolving inheritance for "App\Repository\User2TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User2TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\FPDF\HtmlToPdf" (parent: .abstract.instanceof.App\Services\FPDF\HtmlToPdf).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\FPDF\HtmlToPdf" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\FPDF\HtmlToPdf).
  • Resolving inheritance for "App\Services\FPDF\HtmlToPdf" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\FPDF\HtmlToPdf).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\AnnouncementsAlertTask" (parent: .abstract.instanceof.App\Task\AnnouncementsAlertTask).
  • Resolving inheritance for "App\Task\AnnouncementsAlertTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\AnnouncementsAlertTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanDataBaseTask" (parent: .abstract.instanceof.App\Task\CleanDataBaseTask).
  • Resolving inheritance for "App\Task\CleanDataBaseTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanDataBaseTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanTestRespuestasDataBaseTask" (parent: .abstract.instanceof.App\Task\CleanTestRespuestasDataBaseTask).
  • Resolving inheritance for "App\Task\CleanTestRespuestasDataBaseTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanTestRespuestasDataBaseTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundAlertTask" (parent: .abstract.instanceof.App\Task\CompoundAlertTask).
  • Resolving inheritance for "App\Task\CompoundAlertTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundAlertTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundCursoTask" (parent: .abstract.instanceof.App\Task\CompoundCursoTask).
  • Resolving inheritance for "App\Task\CompoundCursoTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundCursoTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgCVTask" (parent: .abstract.instanceof.App\Task\CompoundMsgCVTask).
  • Resolving inheritance for "App\Task\CompoundMsgCVTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgCVTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgTask" (parent: .abstract.instanceof.App\Task\CompoundMsgTask).
  • Resolving inheritance for "App\Task\CompoundMsgTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundStatisticsTask" (parent: .abstract.instanceof.App\Task\CompoundStatisticsTask).
  • Resolving inheritance for "App\Task\CompoundStatisticsTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundStatisticsTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundTestTask" (parent: .abstract.instanceof.App\Task\CompoundTestTask).
  • Resolving inheritance for "App\Task\CompoundTestTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundTestTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundUserTask" (parent: .abstract.instanceof.App\Task\CompoundUserTask).
  • Resolving inheritance for "App\Task\CompoundUserTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundUserTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EmailUsersInactivos" (parent: .abstract.instanceof.App\Task\EmailUsersInactivos).
  • Resolving inheritance for "App\Task\EmailUsersInactivos" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EmailUsersInactivos).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EstadoUsuariosTask" (parent: .abstract.instanceof.App\Task\EstadoUsuariosTask).
  • Resolving inheritance for "App\Task\EstadoUsuariosTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EstadoUsuariosTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgCloseWithAnswerTask" (parent: .abstract.instanceof.App\Task\MsgCloseWithAnswerTask).
  • Resolving inheritance for "App\Task\MsgCloseWithAnswerTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgCloseWithAnswerTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgWithoutAnswerTask" (parent: .abstract.instanceof.App\Task\MsgWithoutAnswerTask).
  • Resolving inheritance for "App\Task\MsgWithoutAnswerTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgWithoutAnswerTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\ProcessActivityReport" (parent: .abstract.instanceof.App\Task\ProcessActivityReport).
  • Resolving inheritance for "App\Task\ProcessActivityReport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\ProcessActivityReport).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\PublicarCursoTask" (parent: .abstract.instanceof.App\Task\PublicarCursoTask).
  • Resolving inheritance for "App\Task\PublicarCursoTask" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\PublicarCursoTask).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\RemoveFakeUser" (parent: .abstract.instanceof.App\Task\RemoveFakeUser).
  • Resolving inheritance for "App\Task\RemoveFakeUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Task\RemoveFakeUser).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.acme_api.event.jwt_created_listener" (parent: .abstract.instanceof.acme_api.event.jwt_created_listener).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.acme_api.event.jwt_created_listener" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.acme_api.event.jwt_created_listener).
  • Resolving inheritance for "acme_api.event.jwt_created_listener" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.acme_api.event.jwt_created_listener).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.login" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.login" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.login" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.login" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
537
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Services\Tool\Tool": Class or interface "App\Services\Tool\Tool" cannot be loaded.
  • Skipping service "App\Services\SqlService": Class or interface "App\Services\SqlService" cannot be loaded.
  • Skipping service "App\MAGENTO\HttpClientMagento": Class or interface "App\MAGENTO\HttpClientMagento" cannot be loaded.
  • Skipping service "App\Services\Consultas\ConsultasAlumno": Class or interface "App\Services\Consultas\ConsultasAlumno" cannot be loaded.
  • Skipping service "App\Services\Consultas\ConsultasRecursos": Class or interface "App\Services\Consultas\ConsultasRecursos" cannot be loaded.
5
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.login"; reason: private alias.
  • Removed service "security.user_checker.login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.8yOea_I"; reason: private alias.
  • Removed service ".service_locator.zNKVhu3"; reason: private alias.
  • Removed service ".service_locator.pqkoV3l"; reason: private alias.
  • Removed service ".service_locator.DxMcYxr"; reason: private alias.
  • Removed service ".service_locator.g6Nzudc"; reason: private alias.
  • Removed service ".service_locator.H_VmNaA"; reason: private alias.
  • Removed service ".service_locator.OmE7W1B"; reason: private alias.
  • Removed service ".service_locator.zVkg0a."; reason: private alias.
  • Removed service ".service_locator.ipuKcJO"; reason: private alias.
  • Removed service ".service_locator.uaYnUIE"; reason: private alias.
  • Removed service ".service_locator.YvnYPUB"; reason: private alias.
  • Removed service ".service_locator.8fPUMip"; reason: private alias.
  • Removed service ".service_locator.VQOVoaJ"; reason: private alias.
  • Removed service ".service_locator.Uf3UDN3"; reason: private alias.
  • Removed service ".service_locator.dKvK4RL"; reason: private alias.
  • Removed service ".service_locator.eLmwKn_"; reason: private alias.
  • Removed service ".service_locator.1CpnE4N"; reason: private alias.
  • Removed service ".service_locator.kBwu4JW"; reason: private alias.
  • Removed service ".service_locator.zyaeN.f"; reason: private alias.
  • Removed service ".service_locator.hqA5LWn"; reason: private alias.
  • Removed service ".service_locator.ymEk_hY"; reason: private alias.
  • Removed service ".service_locator.w2pzFVe"; reason: private alias.
  • Removed service ".service_locator.7PSkGHI"; reason: private alias.
  • Removed service ".service_locator.smJsCNt"; reason: private alias.
197
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\ADMIN\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\ADMIN\Users" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\Authentication" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\MENSAJERIA\Bidireccional" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\MENSAJERIA\Masivo" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\MENSAJERIA\Mensajes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\MENSAJERIA\Retro" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\MENSAJERIA\Retros" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\PROFESOR\Alumnos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\PROFESOR\Asignaturas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\PROFESOR\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\PROFESOR\Deberes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\SUPERADMIN\Areas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\SUPERADMIN\Aulas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\SUPERADMIN\Retro\Retro" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\SUPERADMIN\Sedes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_ALUMNO\AlumnoExamenes" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_ALUMNO\AlumnoStats" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_ALUMNO\Compras" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_CERTIFICADOS\Certificados" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_CURSOS\Cursos" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_PREGUNTAS\Preguntas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_PROGRAMACION\Programaciones" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_TEMAS\Temas" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Controller\_TEST\NTest" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Repository\BaseRepository" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "App\Services\UserService\UserService" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.login" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.rbkQM6D" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
95
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Cursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ADMIN\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ADMIN\Users"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ADMIN\Users"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ADMIN\Users"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Authentication"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\COMUNICACIONES\Announcement"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\COMUNICACIONES\AnnouncementCategory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DEBERES\Deberes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DEBERES\Deberes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DEBERES\Deberes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MAGENTO\Magento"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MAGENTO\Magento"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MAGENTO\Magento"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Bidireccional"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Masivo"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Mensajes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retro"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retro"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Retro"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MENSAJERIA\Retros"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MENSAJERIA\Retros"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MENSAJERIA\Retros"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Alumnos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Alumnos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PROFESOR\Alumnos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PROFESOR\Asignaturas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Cursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PROFESOR\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PROFESOR\Deberes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PROFESOR\Deberes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PROFESOR\Deberes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Areas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Areas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Areas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Aulas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Cursos\CursosH"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Importador\ImpoPreguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\PdfConvert\PdfConvert"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Profesores\Profesores"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Retro\Retro"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Sedes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Stats\Stats"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Preguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Respuestas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Temas\Temas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Tests\Recursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SUPERADMIN\Users"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SUPERADMIN\Users"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SUPERADMIN\Users"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_ALUMNO\AlumnoExamenes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_ALUMNO\AlumnoStats"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ALUMNO\Compras"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ALUMNO\Compras"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_ALUMNO\Compras"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_BIBLIOTECA\Biblioteca"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CASO_PRACTICO\CasoPractico"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CERTIFICADOS\Certificados"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CERTIFICADOS\Diplomas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CONFIGURACION\Configuracion"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CONVOCATORIA\Convocatoria"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\Cursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CURSOS\Cursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_CURSOS\auxCursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_CURSOS\auxCursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_CURSOS\auxCursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\Dashboard"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_ESTADISTICAS\Estadisticas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_FILES\ServerFiles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_FILES\ServerFiles"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_FILES\ServerFiles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INFORMES\Informes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INFORMES\Informes"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_INFORMES\Informes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_INGLES\Ingles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_INGLES\Ingles"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_INGLES\Ingles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_LOGROS\Logros"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_LOGROS\Logros"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_LOGROS\Logros"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_MANUAL_PDF\ManualPdf"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_MENU\Menu"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_MENU\Menu"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_MENU\Menu"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_ORTOGRAFIA\Ortografia"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PREGUNTAS\Preguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PREGUNTAS\importarPreguntas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PROGRAMACION\Programaciones"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PSICOTECNICOS\Psicotecnicos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PUBLICIDAD\Publicidad"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_PUBLICIDAD\PublicidadAlumno"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_RECURSO\CursoRecursoCaso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_RECURSO\CursoRecursoRefactor"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO\Recurso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO\Recurso"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_RECURSO\Recurso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_RECURSOS\NRecursos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_RECURSO_INFORME\RecursoInforme"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\AddShowUnitsProgramation"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\RecoveryUnitsCourse"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\addBirthdateUsers"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\addMsgKVToAllMsg"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SCRIPTS\updateUrlToVimeo"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocion"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_SURVEY\Survey"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_SURVEY\Survey"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_SURVEY\Survey"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEMAS\Temas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEMAS\Temas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TEMAS\Temas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\NTest"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\NTest"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TEST\NTest"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\Test"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\Test"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TEST\Test"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\TestRecurso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\TestRecurso"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TEST\TestRecurso"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_TEST\auxTest"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_TEST\auxTest"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_TEST\auxTest"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlHoras"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlHoras"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_USER\ControlHoras"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\ControlPermisos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\ControlPermisos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_USER\ControlPermisos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\Nuser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\Nuser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_USER\Nuser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\User"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\User"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_USER\User"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_USER\auxPictureUser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_USER\auxPictureUser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_USER\auxPictureUser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\_VIDEO_AYUDA\VideoAyuda"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Listener\JWTCreatedListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Listener\JWTCreatedListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Listener\JWTCreatedListener"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComunesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ComunesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvocatoriaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConvocatoriaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Curso2TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Curso2TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeberesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeberesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FisicasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FisicasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HorarioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarcaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MarcaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeEnlaceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MensajeEnlaceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MensajeFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MensajeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MensajeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModalidadCursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ModalidadCursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgKvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgKvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgReadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgReadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NombreCursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NombreCursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pregunta2TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Pregunta2TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresencialRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PresencialRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PruebaFisicaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PruebaFisicaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2PreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Recurso2PreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Recurso2TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Recurso2TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoEmbedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecursoEmbedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoTemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecursoTemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RespuestaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroAlimentacionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RetroAlimentacionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroHiloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RetroHiloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetroRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RetroRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\ActivityUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\ActivityUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\AreaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\AreaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CasoPracticoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\CasoPracticoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\CertificadoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\CertificadoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\DeberesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\DeberesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PreguntasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\PreguntasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PruebasFisicasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\PruebasFisicasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadAlumnoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\PublicidadAlumnoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\PublicidadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\PublicidadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursoCasosRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\RecursoCasosRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RecursosRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\RecursosRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\RespuestasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\RespuestasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SedeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\SedeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\SurveyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\SurveyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TemasPermisosRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\TemasPermisosRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\TestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\TestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sql\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Sql\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2ExamenPreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Test2ExamenPreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2PreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Test2PreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Test2SimulacroPreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Test2SimulacroPreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestAlumnoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestExamenAlumnoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestExamenAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenCursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestExamenCursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestExamenRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestExamenTemasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestExamenTemasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestSimulacroAlumnoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestSimulacroAlumnoRespuestaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestSimulacroRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestSimulacroRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoEjercicioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipoEjercicioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoRecursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipoRecursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TutorAreaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TutorAreaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User2TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\User2TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\FPDF\HtmlToPdf"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\FPDF\HtmlToPdf"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\FPDF\HtmlToPdf"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\AnnouncementsAlertTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\AnnouncementsAlertTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanDataBaseTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CleanDataBaseTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CleanTestRespuestasDataBaseTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CleanTestRespuestasDataBaseTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundAlertTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundAlertTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundCursoTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundCursoTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgCVTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundMsgCVTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundMsgTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundMsgTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundStatisticsTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundStatisticsTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundTestTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundTestTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\CompoundUserTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\CompoundUserTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EmailUsersInactivos"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\EmailUsersInactivos"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\EstadoUsuariosTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\EstadoUsuariosTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgCloseWithAnswerTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\MsgCloseWithAnswerTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\MsgWithoutAnswerTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\MsgWithoutAnswerTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\ProcessActivityReport"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\ProcessActivityReport"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\PublicarCursoTask"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\PublicarCursoTask"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Task\RemoveFakeUser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Task\RemoveFakeUser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.acme_api.event.jwt_created_listener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.acme_api.event.jwt_created_listener"; reason: abstract.
  • Removed service ".abstract.instanceof.acme_api.event.jwt_created_listener"; reason: abstract.
524
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Exception\User\UserAlreadyExistException"; reason: unused.
  • Removed service "App\Extensions\MatchAgainst"; reason: unused.
  • Removed service "App\Listener\JWTAuthenticatedListener"; reason: unused.
  • Removed service "App\Listener\JWTDecodedListener"; reason: unused.
  • Removed service "App\Services\BibliotecaService\BibliotecaModel"; reason: unused.
  • Removed service "App\Services\CasoPracticoService\CasoPracticoListModel"; reason: unused.
  • Removed service "App\Services\CasoPracticoService\CasoPracticoViewModel"; reason: unused.
  • Removed service "App\Services\ComparativaBajaService\ComparativaBajaUserModel"; reason: unused.
  • Removed service "App\Services\CursosService\CourseUserListModel"; reason: unused.
  • Removed service "App\Services\DocumentacionGeneralService\DocumentacionGeneralModel"; reason: unused.
  • Removed service "App\Services\EstadisticasService\StudentStatisticModel"; reason: unused.
  • Removed service "App\Services\EvolucionEstudioService\EvolucionEstudioChartModel"; reason: unused.
  • Removed service "App\Services\EvolucionEstudioService\StudentEvolucionEstudioListModel"; reason: unused.
  • Removed service "App\Services\FPDF\AlphaPdf"; reason: unused.
  • Removed service "App\Services\Files\FileDownload"; reason: unused.
  • Removed service "App\Services\InformesService\InformeCursoModel"; reason: unused.
  • Removed service "App\Services\InformesService\InformeDudasModel"; reason: unused.
  • Removed service "App\Services\InformesService\InformeProfesorModel"; reason: unused.
  • Removed service "App\Services\InglesService\InglesMaterialModel"; reason: unused.
  • Removed service "App\Services\MsgService\AnnouncementAdminListModel"; reason: unused.
  • Removed service "App\Services\MsgService\AnnouncementUserListModel"; reason: unused.
  • Removed service "App\Services\MsgService\MsgAdminListModel"; reason: unused.
  • Removed service "App\Services\MsgService\MsgUserListModel"; reason: unused.
  • Removed service "App\Services\OrtografiaService\OrtografiaMaterialModel"; reason: unused.
  • Removed service "App\Services\ProgramacionService\ProgramacionCalendarModel"; reason: unused.
  • Removed service "App\Services\ProgramacionService\ProgramacionDetailModel"; reason: unused.
  • Removed service "App\Services\ProgramacionService\ProgramacionListModel"; reason: unused.
  • Removed service "App\Services\PruebasFisicas\PruebasFisicasMaterialModel"; reason: unused.
  • Removed service "App\Services\PruebasFisicas\PruebasFisicasRegistroListModel"; reason: unused.
  • Removed service "App\Services\PruebasFisicas\PruebasFisicasRegistroModel"; reason: unused.
  • Removed service "App\Services\PruebasFisicas\PruebasFisicasRegistroTipoModel"; reason: unused.
  • Removed service "App\Services\PsicotecnicosService\PsicotecnicosMaterialModel"; reason: unused.
  • Removed service "App\Services\RecursosService\CourseResourceListModel"; reason: unused.
  • Removed service "App\Services\RecursosService\ResourseModel"; reason: unused.
  • Removed service "App\Services\RecursosService\StudentResourceListModel"; reason: unused.
  • Removed service "App\Services\SuperPromocionService\SuperPromocionNotasDetailsModel"; reason: unused.
  • Removed service "App\Services\SuperPromocionService\SuperPromocionNotasUserModel"; reason: unused.
  • Removed service "App\Services\TecnicasEstudioService\TecnicasEstudioModel"; reason: unused.
  • Removed service "App\Services\TestService\AdminCourseTestModel"; reason: unused.
  • Removed service "App\Services\TestService\AdminListTestModel"; reason: unused.
  • Removed service "App\Services\TestService\AdminTestDetailsModel"; reason: unused.
  • Removed service "App\Services\TestService\AdminTestQuestionModel"; reason: unused.
  • Removed service "App\Services\TestService\AttemptsTestModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentDoTestModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentListTestModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentRandomTestListModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentTestQuestionAnswerModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentTestQuestionModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentTestResourceModel"; reason: unused.
  • Removed service "App\Services\TestService\StudentTestStatsModel"; reason: unused.
  • Removed service "App\Services\TestService\TestResourceListModel"; reason: unused.
  • Removed service "App\Services\TestService\TypeTestModel"; reason: unused.
  • Removed service "App\Services\Tool\Tool"; reason: unused.
  • Removed service "App\Services\SqlService"; reason: unused.
  • Removed service "App\MAGENTO\HttpClientMagento"; reason: unused.
  • Removed service "App\Services\Consultas\ConsultasAlumno"; reason: unused.
  • Removed service "App\Services\Consultas\ConsultasRecursos"; reason: unused.
  • Removed service "App\Services\FPDF\Fpdfservice"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~Ees0kX0"; reason: unused.
  • Removed service "form.type_guesser.doctrine"; reason: unused.
  • Removed service "form.type.entity"; reason: unused.
  • Removed service "doctrine.orm.validator.unique"; reason: unused.
  • Removed service "doctrine.orm.validator_initializer"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_entity_manager.validator_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.entity_manager_registry_loader"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication_utils"; reason: unused.
  • Removed service "security.impersonate_url_generator"; reason: unused.
  • Removed service "security.validator.user_password"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.clUEvlF"; reason: unused.
  • Removed service ".service_locator.aa1PbBb"; reason: unused.
153
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ADMIN\Cursos" to "App\Controller\ADMIN\Cursos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ADMIN\Users" to "App\Controller\ADMIN\Users".
  • Inlined service "App\Services\Sessions\AuthenticationService" to "App\Controller\Authentication".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\Authentication" to "App\Controller\Authentication".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\COMUNICACIONES\Announcement" to "App\Controller\COMUNICACIONES\Announcement".
  • Inlined service "App\Services\MsgService\AnnouncementCategoryService" to "App\Controller\COMUNICACIONES\AnnouncementCategory".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\COMUNICACIONES\AnnouncementCategory" to "App\Controller\COMUNICACIONES\AnnouncementCategory".
  • Inlined service "App\Services\DeberesService\DeberesService" to "App\Controller\DEBERES\Deberes".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\DEBERES\Deberes" to "App\Controller\DEBERES\Deberes".
  • Inlined service "App\Services\MagentoService\MagentoService" to "App\Controller\MAGENTO\Magento".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MAGENTO\Magento" to "App\Controller\MAGENTO\Magento".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Bidireccional" to "App\Controller\MENSAJERIA\Bidireccional".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Masivo" to "App\Controller\MENSAJERIA\Masivo".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Mensajes" to "App\Controller\MENSAJERIA\Mensajes".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Retro" to "App\Controller\MENSAJERIA\Retro".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\MENSAJERIA\Retros" to "App\Controller\MENSAJERIA\Retros".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Alumnos" to "App\Controller\PROFESOR\Alumnos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Asignaturas" to "App\Controller\PROFESOR\Asignaturas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Cursos" to "App\Controller\PROFESOR\Cursos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\PROFESOR\Deberes" to "App\Controller\PROFESOR\Deberes".
  • Inlined service "App\Services\AreaService\AreaService" to "App\Controller\SUPERADMIN\Areas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Areas" to "App\Controller\SUPERADMIN\Areas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Aulas" to "App\Controller\SUPERADMIN\Aulas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Cursos\CursosH" to "App\Controller\SUPERADMIN\Cursos\CursosH".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Importador\ImpoPreguntas" to "App\Controller\SUPERADMIN\Importador\ImpoPreguntas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\PdfConvert\PdfConvert" to "App\Controller\SUPERADMIN\PdfConvert\PdfConvert".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Profesores\Profesores" to "App\Controller\SUPERADMIN\Profesores\Profesores".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Retro\Retro" to "App\Controller\SUPERADMIN\Retro\Retro".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Sedes" to "App\Controller\SUPERADMIN\Sedes".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Stats\Stats" to "App\Controller\SUPERADMIN\Stats\Stats".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Preguntas" to "App\Controller\SUPERADMIN\Temas\Preguntas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Respuestas" to "App\Controller\SUPERADMIN\Temas\Respuestas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Temas\Temas" to "App\Controller\SUPERADMIN\Temas\Temas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Tests\Recursos" to "App\Controller\SUPERADMIN\Tests\Recursos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SUPERADMIN\Users" to "App\Controller\SUPERADMIN\Users".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\AlumnoExamenes" to "App\Controller\_ALUMNO\AlumnoExamenes".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\AlumnoStats" to "App\Controller\_ALUMNO\AlumnoStats".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_ALUMNO\Compras" to "App\Controller\_ALUMNO\Compras".
  • Inlined service "App\Services\BibliotecaService\BibliotecaService" to "App\Controller\_BIBLIOTECA\Biblioteca".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_BIBLIOTECA\Biblioteca" to "App\Controller\_BIBLIOTECA\Biblioteca".
  • Inlined service "App\Services\CasoPracticoService\CasoPracticoService" to "App\Controller\_CASO_PRACTICO\CasoPractico".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CASO_PRACTICO\CasoPractico" to "App\Controller\_CASO_PRACTICO\CasoPractico".
  • Inlined service "App\Services\FPDF\FpdfService" to "App\Controller\_CERTIFICADOS\Certificados".
  • Inlined service "App\Services\FPDF\CertificadosPdf" to "App\Controller\_CERTIFICADOS\Certificados".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CERTIFICADOS\Certificados" to "App\Controller\_CERTIFICADOS\Certificados".
  • Inlined service "App\Services\CertificadoService\CertificadoService" to "App\Controller\_CERTIFICADOS\Diplomas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CERTIFICADOS\Diplomas" to "App\Controller\_CERTIFICADOS\Diplomas".
  • Inlined service "App\Services\ComparativaBajaService\ComparativaBajaService" to "App\Controller\_COMPARATIVA_BAJA\ComparativaBaja".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_COMPARATIVA_BAJA\ComparativaBaja" to "App\Controller\_COMPARATIVA_BAJA\ComparativaBaja".
  • Inlined service "App\Services\ConfigurationService\ConfigurationService" to "App\Controller\_CONFIGURACION\Configuracion".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CONFIGURACION\Configuracion" to "App\Controller\_CONFIGURACION\Configuracion".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CONVOCATORIA\Convocatoria" to "App\Controller\_CONVOCATORIA\Convocatoria".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CURSOS\Cursos" to "App\Controller\_CURSOS\Cursos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_CURSOS\auxCursos" to "App\Controller\_CURSOS\auxCursos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\Dashboard" to "App\Controller\_DASHBOARD\_ADMIN\Dashboard".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth" to "App\Controller\_DASHBOARD\_ADMIN\EvoStudentsMonth".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth" to "App\Controller\_DASHBOARD\_ADMIN\HalfMarkPresentialForMoth".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea" to "App\Controller\_DASHBOARD\_ADMIN\HalfMarksStudentByArea".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsBySede" to "App\Controller\_DASHBOARD\_ADMIN\StudentsBySede".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth" to "App\Controller\_DASHBOARD\_ADMIN\StudentsLastMonth".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\StudentsOnline" to "App\Controller\_DASHBOARD\_ADMIN\StudentsOnline".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea" to "App\Controller\_DASHBOARD\_ADMIN\TeachersFromArea".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede" to "App\Controller\_DASHBOARD\_ADMIN\TeachersFromSede".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral" to "App\Controller\_DOCUMENTACION_GENERAL\DocumentacionGeneral".
  • Inlined service "App\Services\EstadisticasService\EstadisticasService" to "App\Controller\_ESTADISTICAS\Estadisticas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_ESTADISTICAS\Estadisticas" to "App\Controller\_ESTADISTICAS\Estadisticas".
  • Inlined service "App\Services\EvolucionEstudioService\EvolucionEstudioService" to "App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio" to "App\Controller\_EVOLUCION_ESTUDIO\EvolucionEstudio".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_FILES\ServerFiles" to "App\Controller\_FILES\ServerFiles".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_INFORMES\Informes" to "App\Controller\_INFORMES\Informes".
  • Inlined service "App\Services\InglesService\InglesMaterialService" to "App\Controller\_INGLES\Ingles".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_INGLES\Ingles" to "App\Controller\_INGLES\Ingles".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_LOGROS\Logros" to "App\Controller\_LOGROS\Logros".
  • Inlined service "App\Services\ManualPdfService\ManualPdfService" to "App\Controller\_MANUAL_PDF\ManualPdf".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_MANUAL_PDF\ManualPdf" to "App\Controller\_MANUAL_PDF\ManualPdf".
  • Inlined service "App\Services\MenuService\MenuService" to "App\Controller\_MENU\Menu".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_MENU\Menu" to "App\Controller\_MENU\Menu".
  • Inlined service "App\Services\OrtografiaService\OrtografiaMaterialService" to "App\Controller\_ORTOGRAFIA\Ortografia".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_ORTOGRAFIA\Ortografia" to "App\Controller\_ORTOGRAFIA\Ortografia".
  • Inlined service "App\Services\PreguntasService\PreguntasService" to "App\Controller\_PREGUNTAS\Preguntas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PREGUNTAS\Preguntas" to "App\Controller\_PREGUNTAS\Preguntas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PREGUNTAS\importarPreguntas" to "App\Controller\_PREGUNTAS\importarPreguntas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PROGRAMACION\Programaciones" to "App\Controller\_PROGRAMACION\Programaciones".
  • Inlined service "App\Services\PruebasFisicas\PruebasFisicasMaterialService" to "App\Controller\_PRUEBAS_FISICAS\PruebasFisicas".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PRUEBAS_FISICAS\PruebasFisicas" to "App\Controller\_PRUEBAS_FISICAS\PruebasFisicas".
  • Inlined service "App\Services\PsicotecnicosService\PsicotecnicosMaterialService" to "App\Controller\_PSICOTECNICOS\Psicotecnicos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PSICOTECNICOS\Psicotecnicos" to "App\Controller\_PSICOTECNICOS\Psicotecnicos".
  • Inlined service "App\Services\PublicidadService\PublicidadService" to "App\Controller\_PUBLICIDAD\Publicidad".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PUBLICIDAD\Publicidad" to "App\Controller\_PUBLICIDAD\Publicidad".
  • Inlined service "App\Services\PublicidadService\PublicidadAlumnoService" to "App\Controller\_PUBLICIDAD\PublicidadAlumno".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_PUBLICIDAD\PublicidadAlumno" to "App\Controller\_PUBLICIDAD\PublicidadAlumno".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\CursoRecursoCaso" to "App\Controller\_RECURSO\CursoRecursoCaso".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\CursoRecursoRefactor" to "App\Controller\_RECURSO\CursoRecursoRefactor".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO\Recurso" to "App\Controller\_RECURSO\Recurso".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSOS\NRecursos" to "App\Controller\_RECURSOS\NRecursos".
  • Inlined service "App\Services\RecursoInformeService\RecursoInformeService" to "App\Controller\_RECURSO_INFORME\RecursoInforme".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_RECURSO_INFORME\RecursoInforme" to "App\Controller\_RECURSO_INFORME\RecursoInforme".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\AddShowUnitsProgramation" to "App\Controller\_SCRIPTS\AddShowUnitsProgramation".
  • Inlined service "App\Services\RecoveryUnitsCourseService\RecoveryUnitsCourseService" to "App\Controller\_SCRIPTS\RecoveryUnitsCourse".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\RecoveryUnitsCourse" to "App\Controller\_SCRIPTS\RecoveryUnitsCourse".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\addBirthdateUsers" to "App\Controller\_SCRIPTS\addBirthdateUsers".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\addMsgKVToAllMsg" to "App\Controller\_SCRIPTS\addMsgKVToAllMsg".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SCRIPTS\updateUrlToVimeo" to "App\Controller\_SCRIPTS\updateUrlToVimeo".
  • Inlined service "App\Services\SuperPromocionService\SuperPromocionService" to "App\Controller\_SUPER_PROMOCION\SuperPromocion".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SUPER_PROMOCION\SuperPromocion" to "App\Controller\_SUPER_PROMOCION\SuperPromocion".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SUPER_PROMOCION\SuperPromocionNotas" to "App\Controller\_SUPER_PROMOCION\SuperPromocionNotas".
  • Inlined service "App\Services\SurveyService\SurveyService" to "App\Controller\_SURVEY\Survey".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_SURVEY\Survey" to "App\Controller\_SURVEY\Survey".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio" to "App\Controller\_TECNICAS_ESTUDIO\TecnicasEstudio".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TEMAS\Temas" to "App\Controller\_TEMAS\Temas".
  • Inlined service "App\Services\TestService\TestAdminService" to "App\Controller\_TEST\NTest".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\NTest" to "App\Controller\_TEST\NTest".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\Test" to "App\Controller\_TEST\Test".
  • Inlined service "App\Services\TestService\TestResourceService" to "App\Controller\_TEST\TestRecurso".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\TestRecurso" to "App\Controller\_TEST\TestRecurso".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_TEST\auxTest" to "App\Controller\_TEST\auxTest".
  • Inlined service "App\Services\ControlHorasService\ControlHorasService" to "App\Controller\_USER\ControlHoras".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\ControlHoras" to "App\Controller\_USER\ControlHoras".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\ControlPermisos" to "App\Controller\_USER\ControlPermisos".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\Nuser" to "App\Controller\_USER\Nuser".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\User" to "App\Controller\_USER\User".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_USER\auxPictureUser" to "App\Controller\_USER\auxPictureUser".
  • Inlined service "App\Services\VideoAyudaService\VideoAyudaService" to "App\Controller\_VIDEO_AYUDA\VideoAyuda".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\_VIDEO_AYUDA\VideoAyuda" to "App\Controller\_VIDEO_AYUDA\VideoAyuda".
  • Inlined service ".service_locator.W9y3dzm.App\Listener\JWTCreatedListener" to "App\Listener\JWTCreatedListener".
  • Inlined service "App\Repository\Sql\BibliotecaRepository" to "App\Services\BibliotecaService\BibliotecaService".
  • Inlined service "App\Services\FPDF\DiplomaService" to "App\Services\CertificadoService\CertificadoService".
  • Inlined service "App\Repository\Sql\ConfigurationRepository" to "App\Services\ConfigurationService\ConfigurationService".
  • Inlined service "App\Repository\Sql\DocumentacionGeneralRepository" to "App\Services\DocumentacionGeneralService\DocumentacionGeneralService".
  • Inlined service "App\Repository\Sql\EvolucionEstudioRepository" to "App\Services\EvolucionEstudioService\EvolucionEstudioService".
  • Inlined service ".service_locator.W9y3dzm.App\Services\FPDF\HtmlToPdf" to "App\Services\FPDF\HtmlToPdf".
  • Inlined service "App\Repository\Sql\InformesRepository" to "App\Services\InformesService\InformesService".
  • Inlined service "App\Repository\Sql\InglesMaterialRepository" to "App\Services\InglesService\InglesMaterialService".
  • Inlined service "App\Repository\Sql\ManualPdfRepository" to "App\Services\ManualPdfService\ManualPdfService".
  • Inlined service "App\Repository\Sql\AnnouncementCategoryRepository" to "App\Services\MsgService\AnnouncementCategoryService".
  • Inlined service "App\Repository\Sql\OrtografiaMaterialRepository" to "App\Services\OrtografiaService\OrtografiaMaterialService".
  • Inlined service "App\Services\PreguntasService\PreguntasListModel" to "App\Services\PreguntasService\PreguntasService".
  • Inlined service "App\Services\PreguntasService\PreguntasListAnswerModel" to "App\Services\PreguntasService\PreguntasService".
  • Inlined service "App\Repository\Sql\AulasRepository" to "App\Services\ProgramacionService\ProgramacionService".
  • Inlined service "App\Repository\Sql\PruebasFisicasMaterialRepository" to "App\Services\PruebasFisicas\PruebasFisicasMaterialService".
  • Inlined service "App\Repository\Sql\PsicotecnicosMaterialRepository" to "App\Services\PsicotecnicosService\PsicotecnicosMaterialService".
  • Inlined service "App\Services\RecursosService\RecursoPsicotecnicosService" to "App\Services\PsicotecnicosService\PsicotecnicosMaterialService".
  • Inlined service "App\Repository\Sql\SuperPromocionNotasRepository" to "App\Services\SuperPromocionService\SuperPromocionNotasService".
  • Inlined service "App\Repository\Sql\TecnicasEstudioRepository" to "App\Services\TecnicasEstudioService\TecnicasEstudioService".
  • Inlined service "App\Repository\Sql\TestResourceRepository" to "App\Services\TestService\TestResourceService".
  • Inlined service "App\Repository\Sql\VideoAyudaRepository" to "App\Services\VideoAyudaService\VideoAyudaService".
  • Inlined service "App\Services\CommonService\CleanDataBaseService" to "App\Task\CleanDataBaseTask".
  • Inlined service "App\Services\CommonService\RemoveDataBaseService" to "App\Task\CleanTestRespuestasDataBaseTask".
  • Inlined service ".service_locator.W9y3dzm.acme_api.event.jwt_created_listener" to "acme_api.event.jwt_created_listener".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service ".service_locator.4kgUM3R" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "container.getenv" to "secrets.decryption_key".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.VPhYdBw" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.Xc5tJJm" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.ebRA.bC" to "security.access_map".
  • Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "lexik_jwt_authentication.handler.authentication_success" to "security.authentication.success_handler.login.json_login".
  • Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "security.authentication.failure_handler.login.json_login".
  • Inlined service "security.authentication.success_handler.login.json_login" to "security.authentication.listener.json.login".
  • Inlined service "security.authentication.failure_handler.login.json_login" to "security.authentication.listener.json.login".
  • Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.json.login".
  • Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
  • Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
  • Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service ".1_TokenStorage~xl29M_i" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.VMK2iOS" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "cron.command_builder" to "cron.resolver".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.JBg77w2" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.491LSII.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "session.factory" to "session".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "App\Services\Files\ReadExcel" to "App\Controller\_PREGUNTAS\Preguntas".
  • Inlined service "App\Services\Files\ReadExcel" to "App\Controller\_PREGUNTAS\Preguntas".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "property_info" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "property_info" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
394