https://sklad.pernicka.cz/ru/

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"homepage"
.
[
  "route" => "homepage"
  "route_parameters" => [
    "_route" => "homepage"
    "_controller" => "App\Controller\HomepageController::homepage"
    "_locale" => "ru"
  ]
  "request_uri" => "https://sklad.pernicka.cz/ru/"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 97

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#140
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#137
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php"
    #line: 32
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#136
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php"
    #line: 34
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:42 {
        spl_autoload_call($class_name) …
        ›  */class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationListener{
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:42 {
    spl_autoload_call($class_name) …
    ›  */class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationListener{
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#134
    #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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#133
    #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/part-db/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:24 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:24 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#132
    #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/part-db/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/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/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:24 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/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/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:24 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Form_MainService.php:41 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Form_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'main', $b, $d, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true], $c, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.form.main'] ?? $container->load('getSecurity_Authentication_Listener_Form_MainService'));yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#105
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Rememberme_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Rememberme_MainService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Rememberme_MainService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#104
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Rememberme_MainService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($container->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), true, ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Rememberme_MainService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($container->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), true, ($container->privates['security.authentication.session_strategy'] ?? ($container->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 3 => ($container->privates['security.authentication.listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_MainService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#101
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Anonymous_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Anonymous_MainService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:40 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Anonymous_MainService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:40 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#100
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Anonymous_MainService.php:24 {
        ContainerYjpKwiO\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $container->getParameter('container.build_hash'), ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:40 {
        ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
        › yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Listener_Anonymous_MainService.php:24 {
    ContainerYjpKwiO\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $container->getParameter('container.build_hash'), ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Firewall_Map_Context_MainService.php:40 {
    ContainerYjpKwiO\getSecurity_Firewall_Map_Context_MainService::ContainerYjpKwiO\{closure} …
    › yield 4 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#168
    #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/part-db/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:21 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:21 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/scheb/two-factor-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#188
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#95
    #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/part-db/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), ($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), true);}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), ($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), true);}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#94
    #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/part-db/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php"
    #line: 26
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/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/part-db/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
        spl_autoload_call($class_name) …
        ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), ($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), true);}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/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/part-db/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:37 {
    spl_autoload_call($class_name) …
    ›  */class DaoAuthenticationProvider extends UserAuthenticationProvider{
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), ($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), true);}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:25 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_Main_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#75
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#73
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), $container->getEnv('APP_SECRET'), 'main');}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:27 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        › yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($container->privates['App\\Security\\UserChecker'] ?? ($container->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), $container->getEnv('APP_SECRET'), 'main');}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:27 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    › yield 1 => ($container->privates['security.authentication.provider.two_factor.main'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_MainService'));yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#70
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService.php:22 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:28 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        ›     yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));    yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));}, 4), true);
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService.php:22 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:28 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    ›     yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));    yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));}, 4), true);
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 {#69
    #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/part-db/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService.php:24 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($container->getParameter('container.build_hash'));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService.php:26 {
        ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:28 {
        ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
        ›     yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));    yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));}, 4), true);
      }
      /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);}
      /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
      }
      /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/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/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService.php:24 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($container->getParameter('container.build_hash'));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService.php:26 {
    ContainerYjpKwiO\getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.authenticated_token_handler'] ?? $container->load('getSchebTwoFactor_AuthenticatedTokenHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getSecurity_Authentication_ManagerService.php:28 {
    ContainerYjpKwiO\getSecurity_Authentication_ManagerService::ContainerYjpKwiO\{closure} …
    ›     yield 2 => ($container->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService'));    yield 3 => ($container->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService'));}, 4), true);
  }
  /var/www/part-db/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/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);}
  /var/www/part-db/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
  }
  /var/www/part-db/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
[
  "exception" => ErrorException {#3116
    #message: "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/http-kernel/Event/KernelEvent.php"
    #line: 88
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/http-kernel/Event/KernelEvent.php:88 {
        Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() …
        › {    trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);}
      /var/www/part-db/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php:106 {
        Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener->onKernelFinishRequest(FinishRequestEvent $event): void …
        › {    if (!$event->isMasterRequest()) {        return;
      }
      /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/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/part-db/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/part-db/vendor/symfony/http-kernel/HttpKernel.php:205 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
      }
      /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /var/www/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
    }
  }
]
{
  /var/www/part-db/vendor/symfony/http-kernel/Event/KernelEvent.php:88 {
    Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() …
    › {    trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);}
  /var/www/part-db/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php:106 {
    Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener->onKernelFinishRequest(FinishRequestEvent $event): void …
    › {    if (!$event->isMasterRequest()) {        return;
  }
  /var/www/part-db/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/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/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/part-db/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/part-db/vendor/symfony/http-kernel/HttpKernel.php:205 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
  }
  /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /var/www/part-db/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/part-db/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/part-db/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/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
}
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 (10 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a (10 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a (15 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/extractors.yaml" is deprecated.
n/a (15 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/extractors.yaml" is deprecated.
n/a (5 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/console.yaml" is deprecated.
n/a (5 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/console.yaml" is deprecated.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3158
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3159
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3160
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3161
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\RedirectController" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "gregwar_captcha.controller" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "gregwar_captcha.type" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "scheb_two_factor.provider_preparation_recorder" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Controller\RegisterController" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Translation\Bundle\Controller\WebUIController" service.

Debug 104

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"security.authentication.success"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin"
.
[
  "event" => "security.authentication.success"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin"
]
event Notified event
"security.authentication.success"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin"
.
[
  "event" => "security.authentication.success"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin"
]
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
"Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
]
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
"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
"App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber::onRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber::redirectToSettingsIfNeeded"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber::redirectToSettingsIfNeeded"
]
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
"App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber::setTimeZone"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber::setTimeZone"
]
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"
]
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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine SELECT t0.disabled AS disabled_1, t0.config_theme AS config_theme_2, t0.pw_reset_token AS pw_reset_token_3, t0.config_instock_comment_a AS config_instock_comment_a_4, t0.config_instock_comment_w AS config_instock_comment_w_5, t0.trusted_device_cookie_version AS trusted_device_cookie_version_6, t0.backup_codes AS backup_codes_7, t0.id AS id_8, t0.google_authenticator_secret AS google_authenticator_secret_9, t0.config_timezone AS config_timezone_10, t0.config_language AS config_language_11, t0.email AS email_12, t0.department AS department_13, t0.last_name AS last_name_14, t0.first_name AS first_name_15, t0.need_pw_change AS need_pw_change_16, t0.password AS password_17, t0.name AS name_18, t0.settings AS settings_19, t0.backup_codes_generation_date AS backup_codes_generation_date_20, t0.pw_reset_expires AS pw_reset_expires_21, t0.last_modified AS last_modified_22, t0.datetime_added AS datetime_added_23, t0.perms_system AS perms_system_24, t0.perms_groups AS perms_groups_25, t0.perms_users AS perms_users_26, t0.perms_self AS perms_self_27, t0.perms_system_config AS perms_system_config_28, t0.perms_system_database AS perms_system_database_29, t0.perms_parts AS perms_parts_30, t0.perms_parts_name AS perms_parts_name_31, t0.perms_parts_category AS perms_parts_category_32, t0.perms_parts_description AS perms_parts_description_33, t0.perms_parts_minamount AS perms_parts_minamount_34, t0.perms_parts_footprint AS perms_parts_footprint_35, t0.perms_parts_lots AS perms_parts_lots_36, t0.perms_parts_tags AS perms_parts_tags_37, t0.perms_parts_unit AS perms_parts_unit_38, t0.perms_parts_mass AS perms_parts_mass_39, t0.perms_parts_manufacturer AS perms_parts_manufacturer_40, t0.perms_parts_status AS perms_parts_status_41, t0.perms_parts_mpn AS perms_parts_mpn_42, t0.perms_parts_comment AS perms_parts_comment_43, t0.perms_parts_order AS perms_parts_order_44, t0.perms_parts_orderdetails AS perms_parts_orderdetails_45, t0.perms_parts_prices AS perms_parts_prices_46, t0.perms_parts_parameters AS perms_parts_parameters_47, t0.perms_parts_attachements AS perms_parts_attachements_48, t0.perms_devices AS perms_devices_49, t0.perms_devices_parts AS perms_devices_parts_50, t0.perms_storelocations AS perms_storelocations_51, t0.perms_footprints AS perms_footprints_52, t0.perms_categories AS perms_categories_53, t0.perms_suppliers AS perms_suppliers_54, t0.perms_manufacturers AS perms_manufacturers_55, t0.perms_attachement_types AS perms_attachement_types_56, t0.perms_currencies AS perms_currencies_57, t0.perms_measurement_units AS perms_measurement_units_58, t0.perms_tools AS perms_tools_59, t0.perms_labels AS perms_labels_60, t0.group_id AS group_id_61, t62.enforce_2fa AS enforce_2fa_63, t62.comment AS comment_64, t62.not_selectable AS not_selectable_65, t62.name AS name_66, t62.id AS id_67, t62.last_modified AS last_modified_68, t62.datetime_added AS datetime_added_69, t62.perms_system AS perms_system_70, t62.perms_groups AS perms_groups_71, t62.perms_users AS perms_users_72, t62.perms_self AS perms_self_73, t62.perms_system_config AS perms_system_config_74, t62.perms_system_database AS perms_system_database_75, t62.perms_parts AS perms_parts_76, t62.perms_parts_name AS perms_parts_name_77, t62.perms_parts_category AS perms_parts_category_78, t62.perms_parts_description AS perms_parts_description_79, t62.perms_parts_minamount AS perms_parts_minamount_80, t62.perms_parts_footprint AS perms_parts_footprint_81, t62.perms_parts_lots AS perms_parts_lots_82, t62.perms_parts_tags AS perms_parts_tags_83, t62.perms_parts_unit AS perms_parts_unit_84, t62.perms_parts_mass AS perms_parts_mass_85, t62.perms_parts_manufacturer AS perms_parts_manufacturer_86, t62.perms_parts_status AS perms_parts_status_87, t62.perms_parts_mpn AS perms_parts_mpn_88, t62.perms_parts_comment AS perms_parts_comment_89, t62.perms_parts_order AS perms_parts_order_90, t62.perms_parts_orderdetails AS perms_parts_orderdetails_91, t62.perms_parts_prices AS perms_parts_prices_92, t62.perms_parts_parameters AS perms_parts_parameters_93, t62.perms_parts_attachements AS perms_parts_attachements_94, t62.perms_devices AS perms_devices_95, t62.perms_devices_parts AS perms_devices_parts_96, t62.perms_storelocations AS perms_storelocations_97, t62.perms_footprints AS perms_footprints_98, t62.perms_categories AS perms_categories_99, t62.perms_suppliers AS perms_suppliers_100, t62.perms_manufacturers AS perms_manufacturers_101, t62.perms_attachement_types AS perms_attachement_types_102, t62.perms_currencies AS perms_currencies_103, t62.perms_measurement_units AS perms_measurement_units_104, t62.perms_tools AS perms_tools_105, t62.perms_labels AS perms_labels_106, t62.parent_id AS parent_id_107, t62.id_preview_attachement AS id_preview_attachement_108, t0.currency_id AS currency_id_109, t0.id_preview_attachement AS id_preview_attachement_110 FROM "users" t0 LEFT JOIN "groups" t62 ON t0.group_id = t62.id WHERE t0.id = ? LIMIT 1
[
  1
]
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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"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
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
event Notified event
"kernel.response"
to listener
"Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
]
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\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::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\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::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\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
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
]
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 1979

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
18
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand" (parent: .abstract.instanceof.App\Command\CleanAttachmentsCommand).
  • Resolving inheritance for "App\Command\CleanAttachmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand" (parent: .abstract.instanceof.App\Command\ConvertBBCodeCommand).
  • Resolving inheritance for "App\Command\ConvertBBCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand" (parent: .abstract.instanceof.App\Command\SetPasswordCommand).
  • Resolving inheritance for "App\Command\SetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand" (parent: .abstract.instanceof.App\Command\ShowEventLogCommand).
  • Resolving inheritance for "App\Command\ShowEventLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand" (parent: .abstract.instanceof.App\Command\UpdateExchangeRatesCommand).
  • Resolving inheritance for "App\Command\UpdateExchangeRatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController" (parent: .abstract.instanceof.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for "App\Controller\AdminPages\AttachmentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController" (parent: .abstract.instanceof.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for "App\Controller\AdminPages\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController" (parent: .abstract.instanceof.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for "App\Controller\AdminPages\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController" (parent: .abstract.instanceof.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for "App\Controller\AdminPages\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController" (parent: .abstract.instanceof.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for "App\Controller\AdminPages\FootprintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController" (parent: .abstract.instanceof.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for "App\Controller\AdminPages\LabelProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController" (parent: .abstract.instanceof.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for "App\Controller\AdminPages\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController" (parent: .abstract.instanceof.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for "App\Controller\AdminPages\MeasurementUnitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController" (parent: .abstract.instanceof.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for "App\Controller\AdminPages\StorelocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController" (parent: .abstract.instanceof.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for "App\Controller\AdminPages\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController" (parent: .abstract.instanceof.App\Controller\AttachmentFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController).
  • Resolving inheritance for "App\Controller\AttachmentFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController" (parent: .abstract.instanceof.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController).
  • Resolving inheritance for "App\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController" (parent: .abstract.instanceof.App\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController).
  • Resolving inheritance for "App\Controller\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController" (parent: .abstract.instanceof.App\Controller\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController).
  • Resolving inheritance for "App\Controller\LabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController" (parent: .abstract.instanceof.App\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController).
  • Resolving inheritance for "App\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController" (parent: .abstract.instanceof.App\Controller\PartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController).
  • Resolving inheritance for "App\Controller\PartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController" (parent: .abstract.instanceof.App\Controller\PartListsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController).
  • Resolving inheritance for "App\Controller\PartListsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController" (parent: .abstract.instanceof.App\Controller\RedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController).
  • Resolving inheritance for "App\Controller\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController" (parent: .abstract.instanceof.App\Controller\ScanController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController).
  • Resolving inheritance for "App\Controller\ScanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController" (parent: .abstract.instanceof.App\Controller\SelectAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController).
  • Resolving inheritance for "App\Controller\SelectAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController" (parent: .abstract.instanceof.App\Controller\StatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController).
  • Resolving inheritance for "App\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController" (parent: .abstract.instanceof.App\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController).
  • Resolving inheritance for "App\Controller\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController" (parent: .abstract.instanceof.App\Controller\TreeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController).
  • Resolving inheritance for "App\Controller\TreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController" (parent: .abstract.instanceof.App\Controller\TypeaheadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController).
  • Resolving inheritance for "App\Controller\TypeaheadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
  • Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController" (parent: .abstract.instanceof.App\Controller\UserSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController).
  • Resolving inheritance for "App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures" (parent: .abstract.instanceof.App\DataFixtures\DataStructureFixtures).
  • Resolving inheritance for "App\DataFixtures\DataStructureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\GroupFixtures).
  • Resolving inheritance for "App\DataFixtures\GroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures" (parent: .abstract.instanceof.App\DataFixtures\LabelProfileFixtures).
  • Resolving inheritance for "App\DataFixtures\LabelProfileFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures" (parent: .abstract.instanceof.App\DataFixtures\PartFixtures).
  • Resolving inheritance for "App\DataFixtures\PartFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable" (parent: .abstract.instanceof.App\DataTables\AttachmentDataTable).
  • Resolving inheritance for "App\DataTables\AttachmentDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn" (parent: .abstract.instanceof.App\DataTables\Column\EntityColumn).
  • Resolving inheritance for "App\DataTables\Column\EntityColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn" (parent: .abstract.instanceof.App\DataTables\Column\IconLinkColumn).
  • Resolving inheritance for "App\DataTables\Column\IconLinkColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn" (parent: .abstract.instanceof.App\DataTables\Column\LocaleDateTimeColumn).
  • Resolving inheritance for "App\DataTables\Column\LocaleDateTimeColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn" (parent: .abstract.instanceof.App\DataTables\Column\LogEntryExtraColumn).
  • Resolving inheritance for "App\DataTables\Column\LogEntryExtraColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn" (parent: .abstract.instanceof.App\DataTables\Column\LogEntryTargetColumn).
  • Resolving inheritance for "App\DataTables\Column\LogEntryTargetColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn" (parent: .abstract.instanceof.App\DataTables\Column\MarkdownColumn).
  • Resolving inheritance for "App\DataTables\Column\MarkdownColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn" (parent: .abstract.instanceof.App\DataTables\Column\PartAttachmentsColumn).
  • Resolving inheritance for "App\DataTables\Column\PartAttachmentsColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn" (parent: .abstract.instanceof.App\DataTables\Column\RevertLogColumn).
  • Resolving inheritance for "App\DataTables\Column\RevertLogColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn" (parent: .abstract.instanceof.App\DataTables\Column\TagsColumn).
  • Resolving inheritance for "App\DataTables\Column\TagsColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable" (parent: .abstract.instanceof.App\DataTables\LogDataTable).
  • Resolving inheritance for "App\DataTables\LogDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable" (parent: .abstract.instanceof.App\DataTables\PartsDataTable).
  • Resolving inheritance for "App\DataTables\PartsDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SetMailFromSubscriber).
  • Resolving inheritance for "App\EventSubscriber\SetMailFromSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SymfonyDebugToolbarSubscriber).
  • Resolving inheritance for "App\EventSubscriber\SymfonyDebugToolbarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\LoginSuccessSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\RegisterU2FSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\AttachmentTypeAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\AttachmentTypeAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\BaseEntityAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\BaseEntityAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\CategoryAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\CategoryAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm" (parent: .abstract.instanceof.App\Form\AdminPages\CompanyForm).
  • Resolving inheritance for "App\Form\AdminPages\CompanyForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\CurrencyAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\CurrencyAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\FootprintAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\FootprintAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\GroupAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\GroupAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType" (parent: .abstract.instanceof.App\Form\AdminPages\ImportType).
  • Resolving inheritance for "App\Form\AdminPages\ImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\LabelProfileAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\LabelProfileAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm" (parent: .abstract.instanceof.App\Form\AdminPages\MassCreationForm).
  • Resolving inheritance for "App\Form\AdminPages\MassCreationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\MeasurementUnitAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\MeasurementUnitAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\StorelocationAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\StorelocationAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm" (parent: .abstract.instanceof.App\Form\AdminPages\SupplierForm).
  • Resolving inheritance for "App\Form\AdminPages\SupplierForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType" (parent: .abstract.instanceof.App\Form\AttachmentFormType).
  • Resolving inheritance for "App\Form\AttachmentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension" (parent: .abstract.instanceof.App\Form\CollectionTypeExtension).
  • Resolving inheritance for "App\Form\CollectionTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType" (parent: .abstract.instanceof.App\Form\LabelOptionsType).
  • Resolving inheritance for "App\Form\LabelOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType" (parent: .abstract.instanceof.App\Form\LabelSystem\LabelDialogType).
  • Resolving inheritance for "App\Form\LabelSystem\LabelDialogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType" (parent: .abstract.instanceof.App\Form\LabelSystem\ScanDialogType).
  • Resolving inheritance for "App\Form\LabelSystem\ScanDialogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType" (parent: .abstract.instanceof.App\Form\ParameterType).
  • Resolving inheritance for "App\Form\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType" (parent: .abstract.instanceof.App\Form\Part\OrderdetailType).
  • Resolving inheritance for "App\Form\Part\OrderdetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType" (parent: .abstract.instanceof.App\Form\Part\PartBaseType).
  • Resolving inheritance for "App\Form\Part\PartBaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType" (parent: .abstract.instanceof.App\Form\Part\PartLotType).
  • Resolving inheritance for "App\Form\Part\PartLotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType" (parent: .abstract.instanceof.App\Form\Part\PricedetailType).
  • Resolving inheritance for "App\Form\Part\PricedetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionGroupType).
  • Resolving inheritance for "App\Form\Permissions\PermissionGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionType).
  • Resolving inheritance for "App\Form\Permissions\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionsType).
  • Resolving inheritance for "App\Form\Permissions\PermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType" (parent: .abstract.instanceof.App\Form\TFAGoogleSettingsType).
  • Resolving inheritance for "App\Form\TFAGoogleSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType" (parent: .abstract.instanceof.App\Form\Type\BigDecimalMoneyType).
  • Resolving inheritance for "App\Form\Type\BigDecimalMoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType" (parent: .abstract.instanceof.App\Form\Type\BigDecimalNumberType).
  • Resolving inheritance for "App\Form\Type\BigDecimalNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType" (parent: .abstract.instanceof.App\Form\Type\CurrencyEntityType).
  • Resolving inheritance for "App\Form\Type\CurrencyEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType" (parent: .abstract.instanceof.App\Form\Type\MasterPictureAttachmentType).
  • Resolving inheritance for "App\Form\Type\MasterPictureAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType" (parent: .abstract.instanceof.App\Form\Type\SIUnitType).
  • Resolving inheritance for "App\Form\Type\SIUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType" (parent: .abstract.instanceof.App\Form\Type\StructuralEntityType).
  • Resolving inheritance for "App\Form\Type\StructuralEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType" (parent: .abstract.instanceof.App\Form\Type\TriStateCheckboxType).
  • Resolving inheritance for "App\Form\Type\TriStateCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm" (parent: .abstract.instanceof.App\Form\UserAdminForm).
  • Resolving inheritance for "App\Form\UserAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType" (parent: .abstract.instanceof.App\Form\UserSettingsType).
  • Resolving inheritance for "App\Form\UserSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType" (parent: .abstract.instanceof.App\Form\WorkaroundCollectionType).
  • Resolving inheritance for "App\Form\WorkaroundCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter" (parent: .abstract.instanceof.App\Security\Voter\AttachmentVoter).
  • Resolving inheritance for "App\Security\Voter\AttachmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter" (parent: .abstract.instanceof.App\Security\Voter\GroupVoter).
  • Resolving inheritance for "App\Security\Voter\GroupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter" (parent: .abstract.instanceof.App\Security\Voter\LabelProfileVoter).
  • Resolving inheritance for "App\Security\Voter\LabelProfileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter" (parent: .abstract.instanceof.App\Security\Voter\LogEntryVoter).
  • Resolving inheritance for "App\Security\Voter\LogEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderdetailVoter).
  • Resolving inheritance for "App\Security\Voter\OrderdetailVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter" (parent: .abstract.instanceof.App\Security\Voter\PartLotVoter).
  • Resolving inheritance for "App\Security\Voter\PartLotVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter" (parent: .abstract.instanceof.App\Security\Voter\PartVoter).
  • Resolving inheritance for "App\Security\Voter\PartVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for "App\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter" (parent: .abstract.instanceof.App\Security\Voter\PricedetailVoter).
  • Resolving inheritance for "App\Security\Voter\PricedetailVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter" (parent: .abstract.instanceof.App\Security\Voter\StructureVoter).
  • Resolving inheritance for "App\Security\Voter\StructureVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
  • Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor" (parent: .abstract.instanceof.App\Services\CustomEnvVarProcessor).
  • Resolving inheritance for "App\Services\CustomEnvVarProcessor" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\GlobalProviders" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\PartLotProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\PartProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension" (parent: .abstract.instanceof.App\Twig\BarcodeExtension).
  • Resolving inheritance for "App\Twig\BarcodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension" (parent: .abstract.instanceof.App\Twig\LastUserExtension).
  • Resolving inheritance for "App\Twig\LastUserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension" (parent: .abstract.instanceof.App\Twig\TypeLabelExtension).
  • Resolving inheritance for "App\Twig\TypeLabelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator" (parent: .abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator).
  • Resolving inheritance for "App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator" (parent: .abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator).
  • Resolving inheritance for "App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Misc\ValidRangeValidator).
  • Resolving inheritance for "App\Validator\Constraints\Misc\ValidRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator" (parent: .abstract.instanceof.App\Validator\Constraints\NoLockoutValidator).
  • Resolving inheritance for "App\Validator\Constraints\NoLockoutValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator" (parent: .abstract.instanceof.App\Validator\Constraints\NoneOfItsChildrenValidator).
  • Resolving inheritance for "App\Validator\Constraints\NoneOfItsChildrenValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SelectableValidator).
  • Resolving inheritance for "App\Validator\Constraints\SelectableValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UrlOrBuiltinValidator).
  • Resolving inheritance for "App\Validator\Constraints\UrlOrBuiltinValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidFileFilterValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidFileFilterValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidGoogleAuthCodeValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidGoogleAuthCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidPartLotValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidPartLotValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidPermissionValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidPermissionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable" (parent: .abstract.instanceof.serializer.normalizer.json_serializable).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable).
  • Resolving inheritance for "serializer.normalizer.json_serializable" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable).
  • 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 ".tree.cache.inner" (parent: cache.app).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • 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 "cache.validator_expression_language" (parent: cache.system).
  • 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.backtrace.default" (parent: doctrine.dbal.logger.backtrace).
  • 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.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.two_factor.main" (parent: scheb_two_factor.security.authentication.provider).
  • Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
  • Resolving inheritance for "security.authentication.csrf_token_validator.two_factor.main" (parent: scheb_two_factor.security.authentication.csrf_token_validator).
  • Resolving inheritance for "security.authentication.listener.two_factor.main" (parent: scheb_two_factor.security.authentication.listener).
  • Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
  • Resolving inheritance for "security.authentication.authentication_success_event_suppressor.two_factor.main" (parent: scheb_two_factor.security.authentication_success_event_suppressor).
  • Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
  • Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn).
  • Resolving inheritance for "Omines\DataTablesBundle\Column\TwigColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn).
  • Resolving inheritance for "Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
  • Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
  • Resolving inheritance for "Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension).
  • Resolving inheritance for "Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension).
  • Resolving inheritance for "shivas_versioning.cache.version" (parent: cache.system).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "php_translation.catalogue_fetcher" (parent: Translation\Bundle\Catalogue\CatalogueFetcher).
  • Resolving inheritance for "php_translation.catalogue_writer" (parent: Translation\Bundle\Catalogue\CatalogueWriter).
  • Resolving inheritance for "php_translation.catalogue_manager" (parent: Translation\Bundle\Catalogue\CatalogueManager).
  • Resolving inheritance for "php_translation.extractor" (parent: Translation\Extractor\Extractor).
  • Resolving inheritance for "php_translation.storage_manager" (parent: Translation\Bundle\Service\StorageManager).
  • Resolving inheritance for "php_translation.configuration_manager" (parent: Translation\Bundle\Service\ConfigurationManager).
  • Resolving inheritance for "php_translation.importer" (parent: Translation\Bundle\Service\Importer).
  • Resolving inheritance for "php_translation.cache_clearer" (parent: Translation\Bundle\Service\CacheClearer).
  • Resolving inheritance for "php_translation.catalogue_counter" (parent: Translation\Bundle\Catalogue\CatalogueCounter).
  • Resolving inheritance for "php_translation.twig_extension" (parent: Translation\Bundle\Twig\TranslationExtension).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "php_translation.storage.app" (parent: php_translation.storage.abstract).
  • Resolving inheritance for "php_translation.single_storage.file.app" (parent: php_translation.local_file_storage.abstract).
  • Resolving inheritance for "php_translator.console.delete_obsolete" (parent: Translation\Bundle\Command\DeleteObsoleteCommand).
  • Resolving inheritance for "php_translator.console.download" (parent: Translation\Bundle\Command\DownloadCommand).
  • Resolving inheritance for "php_translator.console.extract" (parent: Translation\Bundle\Command\ExtractCommand).
  • Resolving inheritance for "php_translator.console.status" (parent: Translation\Bundle\Command\StatusCommand).
  • Resolving inheritance for "php_translator.console.sync" (parent: Translation\Bundle\Command\SyncCommand).
  • 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 "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • 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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "security.authentication.provider.dao.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
451
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\LabelController::generator": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::categoryTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::deviceTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::footprintTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::locationTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::manufacturerTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::supplierTree": no corresponding services exist for the referenced types.
7
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Swap\Swap"; reason: private alias.
  • Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Service\FilterService"; 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\Contracts\Cache\TagAwareCacheInterface $treeCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $treeCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $treeCache"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; 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\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; 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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; 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.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; 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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "datatables.renderer"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Service\VersionManagerInterface"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Formatter\FormatterInterface"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Writer\WriterInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
  • Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
  • Removed service "php_translation.extractor.php"; reason: private alias.
  • Removed service "php_translation.extractor.twig"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTrans"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTransChoice"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FlashMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeChoices"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeEmptyValue"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeHelp"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeInvalidMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelExplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelImplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypePlaceholder"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ValidationAnnotation"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.SourceLocationContainerVisitor"; reason: private alias.
  • Removed service "php_translation.extractor.twig.factory.twig"; reason: private alias.
  • Removed service "nelmio_security.external_redirect.target_validator"; 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 $debugLogger"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.wasiY4X"; reason: private alias.
  • Removed service ".service_locator.9J6STdG"; reason: private alias.
  • Removed service ".service_locator.FfTKJHx"; reason: private alias.
  • Removed service ".service_locator.Eb0X08C"; reason: private alias.
  • Removed service ".service_locator.s0GsEes"; reason: private alias.
  • Removed service ".service_locator.l8PRQXp"; reason: private alias.
  • Removed service ".service_locator.SDpfUXe"; reason: private alias.
  • Removed service ".service_locator.86DIQ8E"; reason: private alias.
  • Removed service ".service_locator.8Zh3t78"; reason: private alias.
  • Removed service ".service_locator.z2FwoL6"; reason: private alias.
  • Removed service ".service_locator.WdxsK40"; reason: private alias.
  • Removed service ".service_locator.uqF67G6"; reason: private alias.
  • Removed service ".service_locator.AA2O7nW"; reason: private alias.
  • Removed service ".service_locator.YwoSbX1"; reason: private alias.
  • Removed service ".service_locator.cyXRkdF"; reason: private alias.
  • Removed service ".service_locator.RU9waB."; reason: private alias.
  • Removed service ".service_locator.5B2E1Hd"; reason: private alias.
  • Removed service ".service_locator.dW3W1C3"; reason: private alias.
  • Removed service ".service_locator.GyRXW86"; reason: private alias.
  • Removed service ".service_locator..q9Mues"; reason: private alias.
  • Removed service ".service_locator.1nY0u3i"; reason: private alias.
  • Removed service ".service_locator.fV4uilJ"; reason: private alias.
  • Removed service ".service_locator.pyyQ.UA"; reason: private alias.
  • Removed service ".service_locator.ZIu8rK7"; reason: private alias.
  • Removed service ".service_locator.Opp0LTM"; reason: private alias.
  • Removed service ".service_locator.i_K_PD9"; reason: private alias.
  • Removed service ".service_locator.oyFsKau"; reason: private alias.
  • Removed service ".service_locator.gGEnoGm"; reason: private alias.
  • Removed service ".service_locator.Wi14fnp"; reason: private alias.
  • Removed service ".service_locator.Mbbj8Qh"; reason: private alias.
  • Removed service ".service_locator.CIIzrkh"; reason: private alias.
  • Removed service ".service_locator.4VE9aQO"; reason: private alias.
  • Removed service ".service_locator.KHEZNCL"; reason: private alias.
  • Removed service ".service_locator.V2EyVsL"; reason: private alias.
  • Removed service ".service_locator.1FTe5DV"; reason: private alias.
  • Removed service ".service_locator.hBwI9Iw"; reason: private alias.
  • Removed service ".service_locator.Wh8KFvW"; reason: private alias.
  • Removed service ".service_locator.ZC2Dm.."; reason: private alias.
  • Removed service ".service_locator.T6zguKd"; reason: private alias.
  • Removed service ".service_locator.NxCyRiE"; reason: private alias.
  • Removed service ".service_locator.kO29wpd"; reason: private alias.
  • Removed service ".service_locator.13hcflX"; reason: private alias.
  • Removed service ".service_locator.1iTPI_k"; reason: private alias.
  • Removed service ".service_locator.J2XQP5e"; reason: private alias.
  • Removed service ".service_locator.wdElN_W"; reason: private alias.
  • Removed service ".service_locator.AA2UV0U"; reason: private alias.
  • Removed service ".service_locator.E1cOZgd"; reason: private alias.
  • Removed service ".service_locator.iu4sgFS"; reason: private alias.
  • Removed service ".service_locator.boErBEX"; reason: private alias.
  • Removed service ".service_locator._Cy9Bt5"; reason: private alias.
  • Removed service ".service_locator.QuHbQSm"; reason: private alias.
  • Removed service ".service_locator.zFVigFn"; reason: private alias.
  • Removed service ".service_locator.BXDbD84"; reason: private alias.
  • Removed service ".service_locator.s1QQb2E"; reason: private alias.
  • Removed service ".service_locator.P9zQS0H"; reason: private alias.
  • Removed service ".service_locator.ED_iWUh"; reason: private alias.
  • Removed service ".service_locator.jEIXwNL"; reason: private alias.
  • Removed service ".service_locator.JjvWeMK"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.1GzfxoI"; reason: private alias.
  • Removed service ".service_locator.v6uBZhP"; reason: private alias.
  • Removed service ".service_locator.qKYYOh7"; reason: private alias.
  • Removed service ".service_locator.l.NWs5o"; reason: private alias.
  • Removed service ".service_locator.8d1iDrf"; reason: private alias.
  • Removed service ".service_locator.EqHzD7q"; reason: private alias.
  • Removed service ".service_locator.q5hi7hq"; reason: private alias.
  • Removed service ".service_locator.7HvWZkA"; reason: private alias.
  • Removed service ".service_locator.hvasu6A"; reason: private alias.
  • Removed service ".service_locator.WwWHv8V"; reason: private alias.
  • Removed service ".service_locator.RV57H0q"; reason: private alias.
  • Removed service ".service_locator.Ji739XO"; reason: private alias.
  • Removed service ".service_locator.Er0_7SX"; reason: private alias.
  • Removed service ".service_locator.MYzpJBB"; reason: private alias.
  • Removed service ".service_locator.QP6ffWQ"; reason: private alias.
  • Removed service ".service_locator.NB1T4D0"; reason: private alias.
  • Removed service ".service_locator.MHuQ92P"; reason: private alias.
  • Removed service ".service_locator.QDEaFHu"; reason: private alias.
  • Removed service ".service_locator.4Syq9Lt"; reason: private alias.
  • Removed service ".service_locator.2yOD2wl"; reason: private alias.
  • Removed service ".service_locator.ORBbeFl"; reason: private alias.
  • Removed service ".service_locator.NK827YO"; 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 "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; 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 "security.authentication.provider.dao.main"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.main"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.main"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.main"; reason: private alias.
302
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Command\SetPasswordCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Command\ShowEventLogCommand" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\AttachmentTypeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\AttachmentTypeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\CategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\CategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\CurrencyController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\CurrencyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\DeviceController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\DeviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\FootprintController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\FootprintController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\LabelProfileController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\LabelProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\ManufacturerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\ManufacturerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\MeasurementUnitController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\MeasurementUnitController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\StorelocationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\StorelocationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\SupplierController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\SupplierController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\GroupController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\GroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\LabelController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\RedirectController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\RedirectController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\Controller\SecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\SelectAPIController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\UserSettingsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\DataTables\AttachmentDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\LogEntryExtraColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\LogEntryTargetColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\RevertLogColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\TagsColumn" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTables\LogDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\LogDataTable" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTables\PartsDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Form\AttachmentFormType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AttachmentFormType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Part\PartBaseType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\Attachments\AttachmentURLGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\ElementTypeNameGenerator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\EntityImporter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Services\EntityURLGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\Barcodes\BarcodeContentGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\Barcodes\BarcodeRedirector" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\PlaceholderProviders\PartProvider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\LogSystem\LogEntryExtraFormatter" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\MarkdownParser" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\PasswordResetManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Trees\ToolsTreeBuilder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Trees\ToolsTreeBuilder" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\Trees\TreeViewGenerator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Twig\AppExtension" previously pointing to "translator.data_collector" to "translator".
  • 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.validator" to "validator".
  • 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 "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • 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 "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • 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 "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • 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 "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.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • 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 "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Omines\DataTablesBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Omines\DataTablesBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "gregwar_captcha.type" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "gregwar_captcha.type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "gregwar_captcha.generator" previously pointing to "router.default" to "router".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.default_backup_code_manager" previously pointing to "scheb_two_factor.persister.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Changed reference of service "scheb_two_factor.provider_preparation_recorder" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Controller\RegisterController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Controller\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Translation\Bundle\Service\CacheClearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Bundle\Twig\TranslationExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.cache_clearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Translation\Bundle\Controller\WebUIController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "php_translation.data_collector" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "nelmio_security.external_redirect_listener" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.lftMTJj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Z27f.mC" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.8i8cXY_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\AttachmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\GroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\LabelProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\LogEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\OrderdetailVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PartLotVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PartVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PricedetailVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\StructureVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.T6UA.So" 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.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
174
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 "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.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 "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 "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 "maker.auto_command.abstract"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.legacy_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication_success_event_suppressor"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.csrf_token_validator"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "php_translation.storage.abstract"; reason: abstract.
  • Removed service "php_translation.local_file_storage.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CleanAttachmentsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ConvertBBCodeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetPasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ShowEventLogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateExchangeRatesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ScanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\DataStructureFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\GroupFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\LabelProfileFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\PartFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\AttachmentDataTable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\EntityColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\IconLinkColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LocaleDateTimeColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LogEntryExtraColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LogEntryTargetColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\MarkdownColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\PartAttachmentsColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\RevertLogColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\TagsColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\LogDataTable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\PartsDataTable"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\SetMailFromSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\SymfonyDebugToolbarSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\LoginSuccessSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\RegisterU2FSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\AttachmentTypeAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\BaseEntityAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CategoryAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CompanyForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CurrencyAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\FootprintAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\GroupAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\ImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\LabelProfileAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\MassCreationForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\MeasurementUnitAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\StorelocationAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\SupplierForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttachmentFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CollectionTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelOptionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelSystem\LabelDialogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelSystem\ScanDialogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ParameterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\OrderdetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PartBaseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PartLotType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PricedetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TFAGoogleSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BigDecimalMoneyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BigDecimalNumberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CurrencyEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\MasterPictureAttachmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SIUnitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\StructuralEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TriStateCheckboxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\WorkaroundCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\AttachmentVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\GroupVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\LabelProfileVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\LogEntryVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\OrderdetailVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PartLotVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PartVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PricedetailVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\StructureVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\CustomEnvVarProcessor"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\BarcodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\LastUserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\TypeLabelExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\Misc\ValidRangeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\NoLockoutValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\NoneOfItsChildrenValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SelectableValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UrlOrBuiltinValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidFileFilterValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidGoogleAuthCodeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidPartLotValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidPermissionValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".abstract.instanceof.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
421
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "nyholm.psr7.psr17_factory"; reason: unused.
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Configuration\PermissionsConfiguration"; reason: unused.
  • Removed service "App\Doctrine\Purger\ResetAutoIncrementORMPurger"; reason: unused.
  • Removed service "App\Events\SecurityEvent"; reason: unused.
  • Removed service "App\Events\SecurityEvents"; reason: unused.
  • Removed service "App\Exceptions\AttachmentDownloadException"; reason: unused.
  • Removed service "App\Exceptions\EntityNotSupportedException"; reason: unused.
  • Removed service "App\Exceptions\LogEntryObsoleteException"; reason: unused.
  • Removed service "App\Exceptions\TwigModeException"; reason: unused.
  • Removed service "App\Form\Permissions\PermissionsMapper"; reason: unused.
  • Removed service "App\Helpers\BBCodeToMarkdownConverter"; reason: unused.
  • Removed service "App\Helpers\BigDecimalType"; reason: unused.
  • Removed service "App\Helpers\LabelResponse"; reason: unused.
  • Removed service "App\Helpers\Trees\StructuralDBElementIterator"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNode"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNodeIterator"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNodeState"; reason: unused.
  • Removed service "App\Helpers\UTCDateTimeType"; reason: unused.
  • Removed service "App\Repository\AttachmentRepository"; reason: unused.
  • Removed service "App\Repository\DBElementRepository"; reason: unused.
  • Removed service "App\Repository\LabelProfileRepository"; reason: unused.
  • Removed service "App\Repository\LogEntryRepository"; reason: unused.
  • Removed service "App\Repository\NamedDBElementRepository"; reason: unused.
  • Removed service "App\Repository\PartRepository"; reason: unused.
  • Removed service "App\Repository\Parts\CategoryRepository"; reason: unused.
  • Removed service "App\Repository\Parts\DeviceRepository"; reason: unused.
  • Removed service "App\Repository\Parts\FootprintRepository"; reason: unused.
  • Removed service "App\Repository\Parts\ManufacturerRepository"; reason: unused.
  • Removed service "App\Repository\Parts\MeasurementUnitRepository"; reason: unused.
  • Removed service "App\Repository\Parts\StorelocationRepository"; reason: unused.
  • Removed service "App\Repository\Parts\SupplierRepository"; reason: unused.
  • Removed service "App\Repository\StructuralDBElementRepository"; reason: unused.
  • Removed service "App\Repository\UserRepository"; reason: unused.
  • Removed service "App\Security\Annotations\ColumnSecurity"; reason: unused.
  • Removed service "App\Twig\Sandbox\InheritanceSecurityPolicy"; reason: unused.
  • Removed service "App\Validator\Constraints\BigDecimal\BigDecimalPositive"; reason: unused.
  • Removed service "App\Validator\Constraints\BigDecimal\BigDecimalPositiveOrZero"; reason: unused.
  • Removed service "App\Validator\Constraints\Misc\ValidRange"; reason: unused.
  • Removed service "App\Validator\Constraints\NoLockout"; reason: unused.
  • Removed service "App\Validator\Constraints\NoneOfItsChildren"; reason: unused.
  • Removed service "App\Validator\Constraints\Selectable"; reason: unused.
  • Removed service "App\Validator\Constraints\UrlOrBuiltin"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidFileFilter"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidGoogleAuthCode"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidPartLot"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidPermission"; 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.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.factory.service"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; 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 "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; 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~zcmn27t"; 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.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; 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 "security.authentication.guard_handler"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; 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 "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.mime_type_guesser"; reason: unused.
  • Removed service "liip_imagine.extension_guesser"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
  • Removed service "php_translation.extractor"; reason: unused.
  • Removed service "php_translation.twig_extension"; reason: unused.
  • Removed service "nelmio_security.ua_parser"; reason: unused.
  • Removed service "nelmio_security.policy_manager"; reason: unused.
  • Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
  • Removed service ".service_locator.zwoGwHN"; reason: unused.
  • Removed service ".service_locator.iVutGqs"; reason: unused.
  • Removed service ".service_locator.2B38SwK"; reason: unused.
  • Removed service ".service_locator.mZqgHhm"; reason: unused.
  • Removed service ".service_locator.xL__HlT"; reason: unused.
  • Removed service ".service_locator.3xt_LIj"; reason: unused.
  • Removed service ".service_locator.T4jTwiA"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
137
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\AttachmentTypeController" to "App\Controller\AdminPages\AttachmentTypeController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\CategoryController" to "App\Controller\AdminPages\CategoryController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\CurrencyController" to "App\Controller\AdminPages\CurrencyController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\DeviceController" to "App\Controller\AdminPages\DeviceController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\FootprintController" to "App\Controller\AdminPages\FootprintController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\LabelProfileController" to "App\Controller\AdminPages\LabelProfileController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\ManufacturerController" to "App\Controller\AdminPages\ManufacturerController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\MeasurementUnitController" to "App\Controller\AdminPages\MeasurementUnitController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\StorelocationController" to "App\Controller\AdminPages\StorelocationController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\SupplierController" to "App\Controller\AdminPages\SupplierController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AttachmentFileController" to "App\Controller\AttachmentFileController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\GroupController" to "App\Controller\GroupController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\HomepageController" to "App\Controller\HomepageController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\LabelController" to "App\Controller\LabelController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\LogController" to "App\Controller\LogController".
  • Inlined service "App\Services\PricedetailHelper" to "App\Controller\PartController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\PartController" to "App\Controller\PartController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\PartListsController" to "App\Controller\PartListsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\RedirectController" to "App\Controller\RedirectController".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeRedirector" to "App\Controller\ScanController".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeNormalizer" to "App\Controller\ScanController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\ScanController" to "App\Controller\ScanController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\SelectAPIController" to "App\Controller\SelectAPIController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\StatisticsController" to "App\Controller\StatisticsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\ToolsController" to "App\Controller\ToolsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\TreeController" to "App\Controller\TreeController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\TypeaheadController" to "App\Controller\TypeaheadController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\UserController" to "App\Controller\UserController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\UserSettingsController" to "App\Controller\UserSettingsController".
  • Inlined service "florianv_swap.swap" to "App\Services\ExchangeRateUpdater".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeContentGenerator" to "App\Services\LabelSystem\BarcodeGenerator".
  • Inlined service "App\Services\LabelSystem\LabelHTMLGenerator" to "App\Services\LabelSystem\LabelGenerator".
  • Inlined service "App\Services\LabelSystem\BarcodeGenerator" to "App\Services\LabelSystem\LabelHTMLGenerator".
  • Inlined service "App\Services\LabelSystem\SandboxedTwigProvider" to "App\Services\LabelSystem\LabelHTMLGenerator".
  • Inlined service "mailer.mailer" to "App\Services\PasswordResetManager".
  • Inlined service "App\Services\TFA\BackupCodeGenerator" to "App\Services\TFA\BackupCodeManager".
  • Inlined service "App\Services\MoneyFormatter" to "App\Twig\AppExtension".
  • 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 ".tree.cache.inner.recorder_inner" to ".tree.cache.inner".
  • Inlined service "session.storage.factory.native" to "session.factory".
  • Inlined service ".service_locator.qStIMoR" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.qhoMw_x" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.L7TlPNc" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • 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 "App\Services\TranslationExtractor\PermissionExtractor" to "translation.extractor".
  • 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.validator" 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 "doctrine_migrations.migrations_collector" to "profiler".
  • Inlined service "php_translation.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • 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.1ZPWTRB" to "router.expression_language_provider".
  • 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 "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" 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.normalizer.json_serializable" 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 "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.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • 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 "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • 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.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.njNBgYl" 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.Xbsa8iG" 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.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 ".service_locator.DR7PyE4" to "doctrine.orm.default_entity_listener_resolver".
  • 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.entity_manager_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 "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • 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.QPwreRw" to "security.access_map".
  • Inlined service ".security.request_matcher.G3u_k0F" to "security.access_map".
  • Inlined service ".security.request_matcher.HcEJwzN" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "scheb_two_factor.default_backup_code_manager" to "security.authentication.provider.two_factor.main".
  • Inlined service "security.authentication.success_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.authentication_required_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.csrf_token_validator.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" 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.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\BarcodeExtension" to "twig".
  • Inlined service "App\Twig\LastUserExtension" to "twig".
  • Inlined service "App\Twig\TypeLabelExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "Omines\DataTablesBundle\Twig\DataTablesExtension" to "twig".
  • Inlined service "shivas_versioning.twig.version" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.extension.html" to "twig".
  • Inlined service "twig.extension.markdown" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "twig.extension.cssinliner" to "twig".
  • Inlined service "twig.extension.inky" to "twig".
  • Inlined service "Translation\Bundle\Twig\TranslationExtension" to "twig".
  • Inlined service "nelmio_security.twig_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "App\Services\LabelSystem\LabelProfileDropdownHelper" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" 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.pG7V6e3" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • 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.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~6s8e1le" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterCollection" to "Omines\DataTablesBundle\Exporter\DataTableExporterManager".
  • Inlined service "Omines\DataTablesBundle\Twig\TwigRenderer" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "Omines\DataTablesBundle\DependencyInjection\Instantiator" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "datatables.adapter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.column_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.type_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.exporter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "shivas_versioning.writer.version" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.formatter.git" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.version" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.git" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.revision" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.init" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.cache.version.recorder_inner" to "shivas_versioning.cache.version".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\Doctrine\Purger\ResetAutoIncrementPurgerFactory" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\DataStructureFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\GroupFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\LabelProfileFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\PartFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "twig.markdown.default" to "twig.runtime.markdown".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
  • Inlined service "scheb_two_factor.trusted_token_encoder" to "scheb_two_factor.trusted_token_storage".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "security.firewall_config.two_factor.main" to "scheb_two_factor.firewall_context".
  • Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
  • Inlined service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" to "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider".
  • Inlined service "Translation\Extractor\FileExtractor\PHPFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\FileExtractor\TwigFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Twig\TwigVisitor" to "Translation\Extractor\FileExtractor\TwigFileExtractor".
  • Inlined service "php_translation.single_storage.file.app" to "php_translation.storage.app".
  • Inlined service ".service_locator.W9y3dzm.Translation\Bundle\Controller\SymfonyProfilerController" to "Translation\Bundle\Controller\SymfonyProfilerController".
  • Inlined service "florianv_swap.builder" to "florianv_swap.swap".
  • Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
  • Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
  • Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
  • Inlined service "nelmio_security.external_redirect.target_validator.whitelist" to "nelmio_security.external_redirect_listener".
  • 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 "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\Voter\AttachmentVoter" to "debug.security.voter.App\Security\Voter\AttachmentVoter".
  • Inlined service "App\Security\Voter\GroupVoter" to "debug.security.voter.App\Security\Voter\GroupVoter".
  • Inlined service "App\Security\Voter\LabelProfileVoter" to "debug.security.voter.App\Security\Voter\LabelProfileVoter".
  • Inlined service "App\Security\Voter\LogEntryVoter" to "debug.security.voter.App\Security\Voter\LogEntryVoter".
  • Inlined service "App\Security\Voter\OrderdetailVoter" to "debug.security.voter.App\Security\Voter\OrderdetailVoter".
  • Inlined service "App\Security\Voter\PartLotVoter" to "debug.security.voter.App\Security\Voter\PartLotVoter".
  • Inlined service "App\Security\Voter\PartVoter" to "debug.security.voter.App\Security\Voter\PartVoter".
  • Inlined service "App\Security\Voter\PermissionVoter" to "debug.security.voter.App\Security\Voter\PermissionVoter".
  • Inlined service "App\Security\Voter\PricedetailVoter" to "debug.security.voter.App\Security\Voter\PricedetailVoter".
  • Inlined service "App\Security\Voter\StructureVoter" to "debug.security.voter.App\Security\Voter\StructureVoter".
  • Inlined service "App\Security\Voter\UserVoter" to "debug.security.voter.App\Security\Voter\UserVoter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.authentication.rememberme.services.simplehash.main.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.main.two_factor_decorator".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.WjDMGet" to ".service_locator.WjDMGet.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 ".service_locator.W9y3dzm" to ".service_locator.W9y3dzm.Translation\Bundle\Controller\SymfonyProfilerController".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.tyZE1EU" to "console.command_loader".
  • Inlined service ".service_locator.WjDMGet.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "session.factory" to "session".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • 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 "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
462