https://service-africa.com/registration

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"registration"
.
[
  "route" => "registration"
  "route_parameters" => [
    "_route" => "registration"
    "_controller" => "App\Controller\Admin\RegistrationController::index"
    "_locale" => "fr"
  ]
  "request_uri" => "https://service-africa.com/registration"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 82

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
php User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead.
[
  "exception" => ErrorException {#101
    #message: "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead."
    #code: 0
    #file: "/var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
        Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
        › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Csrf_TokenStorageService.php:24 {
        Container3VImFd1\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:43 {
        Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']);$d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService'))));$d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
    Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
    › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Csrf_TokenStorageService.php:24 {
    Container3VImFd1\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:43 {
    Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']);$d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService'))));$d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => ErrorException {#293
    #message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver."
    #code: 0
    #file: "/var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php"
    #line: 53
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
        Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:1350 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultYmlMetadataDriverService() …
        › {    $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/src/Component/Discount/config/doctrine') => 'App\\Component\\Discount\\Model', (\dirname(__DIR__, 4).'/src/Component/Order/config/doctrine') => 'App\\Component\\Order\\Model', (\dirname(__DIR__, 4).'/src/Component/Payment/config/doctrine') => 'App\\Component\\Payment\\Model', (\dirname(__DIR__, 4).'/src/Component/Product/config/doctrine') => 'App\\Component\\Product\\Model', (\dirname(__DIR__, 4).'/src/Component/Productsp/config/doctrine') => 'App\\Component\\Productsp\\Model', (\dirname(__DIR__, 4).'/src/Component/Shipment/config/doctrine') => 'App\\Component\\Shipment\\Model']);}
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:549 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $c = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());}
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
        Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
        Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
    Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:1350 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultYmlMetadataDriverService() …
    › {    $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/src/Component/Discount/config/doctrine') => 'App\\Component\\Discount\\Model', (\dirname(__DIR__, 4).'/src/Component/Order/config/doctrine') => 'App\\Component\\Order\\Model', (\dirname(__DIR__, 4).'/src/Component/Payment/config/doctrine') => 'App\\Component\\Payment\\Model', (\dirname(__DIR__, 4).'/src/Component/Product/config/doctrine') => 'App\\Component\\Product\\Model', (\dirname(__DIR__, 4).'/src/Component/Productsp/config/doctrine') => 'App\\Component\\Productsp\\Model', (\dirname(__DIR__, 4).'/src/Component/Shipment/config/doctrine') => 'App\\Component\\Shipment\\Model']);}
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:549 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › 
    › $c = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());}
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
    Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
    Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (3 times) User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.
[
  "exception" => ErrorException {#277
    #message: "User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead."
    #code: 0
    #file: "/var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/cache/DoctrineProvider.php:33 {
        Symfony\Component\Cache\DoctrineProvider->__construct(CacheItemPoolInterface $pool) …
        › {    trigger_deprecation('symfony/cache', '5.4', '"%s" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.', __CLASS__);}
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:560 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setEntityNamespaces(['App\\Component\\Discount\\Model' => 'App\\Component\\Discount\\Model', 'App\\Component\\Order\\Model' => 'App\\Component\\Order\\Model', 'App\\Component\\Payment\\Model' => 'App\\Component\\Payment\\Model', 'App\\Component\\Product\\Model' => 'App\\Component\\Product\\Model', 'App\\Component\\Productsp\\Model' => 'App\\Component\\Productsp\\Model', 'App\\Component\\Shipment\\Model' => 'App\\Component\\Shipment\\Model', 'App' => 'App\\Entity']);$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
        Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
        Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/cache/DoctrineProvider.php:33 {
    Symfony\Component\Cache\DoctrineProvider->__construct(CacheItemPoolInterface $pool) …
    › {    trigger_deprecation('symfony/cache', '5.4', '"%s" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.', __CLASS__);}
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:560 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setEntityNamespaces(['App\\Component\\Discount\\Model' => 'App\\Component\\Discount\\Model', 'App\\Component\\Order\\Model' => 'App\\Component\\Order\\Model', 'App\\Component\\Payment\\Model' => 'App\\Component\\Payment\\Model', 'App\\Component\\Product\\Model' => 'App\\Component\\Product\\Model', 'App\\Component\\Productsp\\Model' => 'App\\Component\\Productsp\\Model', 'App\\Component\\Shipment\\Model' => 'App\\Component\\Shipment\\Model', 'App' => 'App\\Entity']);$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
    Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
    Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#283
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:569 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
        Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
        Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
        Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:569 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getLoginFormAuthenticatorService.php:28 {
    Container3VImFd1\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/getSecurity_Firewall_Map_Context_MainService.php:54 {
    Container3VImFd1\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $c, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, new \App\Security\AccessDeniedHandler(), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:460 {
    Container3VImFd1\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/web187/html/dogmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/web187/html/dogmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (3 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#2761
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:49 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->collect(Request $request, Response $response) …
        › {    $this->currentRequest = $this->requestStack && $this->requestStack->getMasterRequest() !== $request ? $request : null;}
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
        › 
        › $collector->collect($request, $response, $e);// we need to clone for sub-requests
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
        › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:49 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->collect(Request $request, Response $response) …
    › {    $this->currentRequest = $this->requestStack && $this->requestStack->getMasterRequest() !== $request ? $request : null;}
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
    › 
    › $collector->collect($request, $response, $e);// we need to clone for sub-requests
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
    › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/web187/html/dogmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/web187/html/dogmo/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a The "App\Component\Product\Model\Productsp::setQty()" method will require a new "integer $cat_sp" argument in the next major version of its interface "App\Component\Product\Model\ProductspInterface", not defining it is deprecated.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2936
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Component\Productsp\Model\Productsp::setQty()" method will require a new "integer $cat_sp" argument in the next major version of its interface "App\Component\Productsp\Model\ProductspInterface", not defining it is deprecated.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2932
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Event\StripeEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2931
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a (18 times) Since symfony/config 5.1: The signature of method "Symfony\Component\Config\Definition\Builder\NodeDefinition::setDeprecated()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/web187/html/dogmo/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2890
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
}
n/a (3 times) Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2885
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:569 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/web187/html/dogmo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/web187/html/dogmo/var/cache/dev/Container3VImFd1/srcApp_KernelDevDebugContainer.php:569 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}

Debug 43

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"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\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
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\EventListener\MyEventListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\MyEventListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventListener\MyEventListener::onKernelRequestBlocker"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\MyEventListener::onKernelRequestBlocker"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT t0.id AS id_1, t0.cart_cat AS cart_cat_2, t0.type AS type_3, t0.type1 AS type1_4, t0.status AS status_5, t0.user_id AS user_id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.name AS name_9, t0.name_en AS name_en_10, t0.content AS content_11, t0.content_en AS content_en_12, t0.image AS image_13, t0.price AS price_14, t0.price_old AS price_old_15 FROM cart_product t0
doctrine SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.name AS name_3, c0_.content AS content_4, c0_.image AS image_5, c0_.price AS price_6 FROM cart_payment c0_
doctrine SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.name AS name_3, c0_.price AS price_4, c0_.content AS content_5, c0_.image AS image_6 FROM cart_shipment c0_
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
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
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 1213

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Discount\Repository\DiscountRepository" (parent: .abstract.instanceof.App\Component\Discount\Repository\DiscountRepository).
  • Resolving inheritance for "App\Component\Discount\Repository\DiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Discount\Repository\DiscountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Order\Repository\OrderRepository" (parent: .abstract.instanceof.App\Component\Order\Repository\OrderRepository).
  • Resolving inheritance for "App\Component\Order\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Order\Repository\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Payment\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Component\Payment\Repository\PaymentRepository).
  • Resolving inheritance for "App\Component\Payment\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Payment\Repository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductRepository" (parent: .abstract.instanceof.App\Component\Product\Repository\ProductRepository).
  • Resolving inheritance for "App\Component\Product\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductspRepository" (parent: .abstract.instanceof.App\Component\Product\Repository\ProductspRepository).
  • Resolving inheritance for "App\Component\Product\Repository\ProductspRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductspRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Productsp\Repository\ProductspRepository" (parent: .abstract.instanceof.App\Component\Productsp\Repository\ProductspRepository).
  • Resolving inheritance for "App\Component\Productsp\Repository\ProductspRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Productsp\Repository\ProductspRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
  • Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistrationController" (parent: .abstract.instanceof.App\Controller\Admin\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistrationController).
  • Resolving inheritance for "App\Controller\Admin\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Admin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController).
  • Resolving inheritance for "App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
  • Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\BillController" (parent: .abstract.instanceof.App\Controller\Shop\BillController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\BillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\BillController).
  • Resolving inheritance for "App\Controller\Shop\BillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\BillController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CanalController" (parent: .abstract.instanceof.App\Controller\Shop\CanalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CanalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CanalController).
  • Resolving inheritance for "App\Controller\Shop\CanalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CanalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CartController" (parent: .abstract.instanceof.App\Controller\Shop\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CartController).
  • Resolving inheritance for "App\Controller\Shop\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DefaultController" (parent: .abstract.instanceof.App\Controller\Shop\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DefaultController).
  • Resolving inheritance for "App\Controller\Shop\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController" (parent: .abstract.instanceof.App\Controller\Shop\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController).
  • Resolving inheritance for "App\Controller\Shop\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController1" (parent: .abstract.instanceof.App\Controller\Shop\HomeController1).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController1" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController1).
  • Resolving inheritance for "App\Controller\Shop\HomeController1" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController1).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MavianceController" (parent: .abstract.instanceof.App\Controller\Shop\MavianceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MavianceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MavianceController).
  • Resolving inheritance for "App\Controller\Shop\MavianceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MavianceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MtnController" (parent: .abstract.instanceof.App\Controller\Shop\MtnController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MtnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MtnController).
  • Resolving inheritance for "App\Controller\Shop\MtnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MtnController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\NewsletterController" (parent: .abstract.instanceof.App\Controller\Shop\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\NewsletterController).
  • Resolving inheritance for "App\Controller\Shop\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayPalController" (parent: .abstract.instanceof.App\Controller\Shop\PayPalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayPalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayPalController).
  • Resolving inheritance for "App\Controller\Shop\PayPalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayPalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayYYToController" (parent: .abstract.instanceof.App\Controller\Shop\PayYYToController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayYYToController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayYYToController).
  • Resolving inheritance for "App\Controller\Shop\PayYYToController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayYYToController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RechargeController" (parent: .abstract.instanceof.App\Controller\Shop\RechargeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RechargeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RechargeController).
  • Resolving inheritance for "App\Controller\Shop\RechargeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RechargeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StripeController" (parent: .abstract.instanceof.App\Controller\Shop\StripeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StripeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StripeController).
  • Resolving inheritance for "App\Controller\Shop\StripeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StripeController).
  • 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\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.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderIdSaveInSessionSubscriber" (parent: .abstract.instanceof.App\Event\OrderIdSaveInSessionSubscriber).
  • Resolving inheritance for "App\Event\OrderIdSaveInSessionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderIdSaveInSessionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderRecalculateSubscriber" (parent: .abstract.instanceof.App\Event\OrderRecalculateSubscriber).
  • Resolving inheritance for "App\Event\OrderRecalculateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderRecalculateSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\StripeEventSubscriber" (parent: .abstract.instanceof.App\Event\StripeEventSubscriber).
  • Resolving inheritance for "App\Event\StripeEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\StripeEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener" (parent: .abstract.instanceof.App\EventListener\AccessDeniedListener).
  • Resolving inheritance for "App\EventListener\AccessDeniedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SmsContactSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SmsContactSubscriber).
  • Resolving inheritance for "App\EventSubscriber\SmsContactSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SmsContactSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddItemType" (parent: .abstract.instanceof.App\Form\AddItemType).
  • Resolving inheritance for "App\Form\AddItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProductType" (parent: .abstract.instanceof.App\Form\AddProductType).
  • Resolving inheritance for "App\Form\AddProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesHiddenType" (parent: .abstract.instanceof.App\Form\AnnoncesHiddenType).
  • Resolving inheritance for "App\Form\AnnoncesHiddenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesHiddenType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType" (parent: .abstract.instanceof.App\Form\AnnoncesType).
  • Resolving inheritance for "App\Form\AnnoncesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType" (parent: .abstract.instanceof.App\Form\BookingType).
  • Resolving inheritance for "App\Form\BookingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClearCartType" (parent: .abstract.instanceof.App\Form\ClearCartType).
  • Resolving inheritance for "App\Form\ClearCartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClearCartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CodePromoType" (parent: .abstract.instanceof.App\Form\CodePromoType).
  • Resolving inheritance for "App\Form\CodePromoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CodePromoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerContactType" (parent: .abstract.instanceof.App\Form\CustomerContactType).
  • Resolving inheritance for "App\Form\CustomerContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProductType" (parent: .abstract.instanceof.App\Form\EditProductType).
  • Resolving inheritance for "App\Form\EditProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType" (parent: .abstract.instanceof.App\Form\ForgotPasswordType).
  • Resolving inheritance for "App\Form\ForgotPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterType" (parent: .abstract.instanceof.App\Form\NewsletterType).
  • Resolving inheritance for "App\Form\NewsletterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductSpType" (parent: .abstract.instanceof.App\Form\ProductSpType).
  • Resolving inheritance for "App\Form\ProductSpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductSpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
  • Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemoveItemType" (parent: .abstract.instanceof.App\Form\RemoveItemType).
  • Resolving inheritance for "App\Form\RemoveItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemoveItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType" (parent: .abstract.instanceof.App\Form\ResetPasswordType).
  • Resolving inheritance for "App\Form\ResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetDiscountType" (parent: .abstract.instanceof.App\Form\SetDiscountType).
  • Resolving inheritance for "App\Form\SetDiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetDiscountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetItemQuantityType" (parent: .abstract.instanceof.App\Form\SetItemQuantityType).
  • Resolving inheritance for "App\Form\SetItemQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetItemQuantityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPaymentType" (parent: .abstract.instanceof.App\Form\SetPaymentType).
  • Resolving inheritance for "App\Form\SetPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductType" (parent: .abstract.instanceof.App\Form\SetProductType).
  • Resolving inheritance for "App\Form\SetProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductVille" (parent: .abstract.instanceof.App\Form\SetProductVille).
  • Resolving inheritance for "App\Form\SetProductVille" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductVille).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetShipmentType" (parent: .abstract.instanceof.App\Form\SetShipmentType).
  • Resolving inheritance for "App\Form\SetShipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetShipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType" (parent: .abstract.instanceof.App\Form\UserFormType).
  • Resolving inheritance for "App\Form\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
  • Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository" (parent: .abstract.instanceof.App\Repository\AnnoncesRepository).
  • Resolving inheritance for "App\Repository\AnnoncesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingMoneyRepository" (parent: .abstract.instanceof.App\Repository\BookingMoneyRepository).
  • Resolving inheritance for "App\Repository\BookingMoneyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingMoneyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingPaymentRepository" (parent: .abstract.instanceof.App\Repository\BookingPaymentRepository).
  • Resolving inheritance for "App\Repository\BookingPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerContactRepository" (parent: .abstract.instanceof.App\Repository\CustomerContactRepository).
  • Resolving inheritance for "App\Repository\CustomerContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerContactRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository" (parent: .abstract.instanceof.App\Repository\ImagesRepository).
  • Resolving inheritance for "App\Repository\ImagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
  • Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpRepository" (parent: .abstract.instanceof.App\Repository\ProductSpRepository).
  • Resolving inheritance for "App\Repository\ProductSpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmDataRepository" (parent: .abstract.instanceof.App\Repository\SmDataRepository).
  • Resolving inheritance for "App\Repository\SmDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishListRepository" (parent: .abstract.instanceof.App\Repository\WishListRepository).
  • Resolving inheritance for "App\Repository\WishListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishListRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.subscriber.stripe_event" (parent: .abstract.instanceof.app.subscriber.stripe_event).
  • Resolving inheritance for "app.subscriber.stripe_event" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.subscriber.stripe_event).
  • 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 "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • 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.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.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • 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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • 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.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.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
223
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Utils\Tests\WebTestCase": Class or interface "App\Utils\Tests\WebTestCase" cannot be loaded.
  • Skipping service "App\Util\MailerLogger": Class or interface "App\Util\MailerLogger" cannot be loaded.
2
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Component\Discount\Model\DiscountInterface"; reason: private alias.
  • Removed service "App\Component\Order\Model\OrderInterface"; reason: private alias.
  • Removed service "App\Component\Order\Model\OrderItemInterface"; reason: private alias.
  • Removed service "App\Component\Order\OrderFactoryInterface"; reason: private alias.
  • Removed service "App\Component\Order\Storage\OrderStorageInterface"; reason: private alias.
  • Removed service "App\Component\Payment\Model\PaymentInterface"; reason: private alias.
  • Removed service "App\Component\Product\Model\ProductInterface"; reason: private alias.
  • Removed service "App\Component\Product\Model\ProductspInterface"; reason: private alias.
  • Removed service "App\Component\Productsp\Model\ProductspInterface"; reason: private alias.
  • Removed service "App\Component\Shipment\Model\ShipmentInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; 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\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; 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\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.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\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\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\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; 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\Core\Authentication\AuthenticationManagerInterface"; 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\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; 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 "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; 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 $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 $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.qDuLkI6"; reason: private alias.
  • Removed service ".service_locator.2bQpZSd"; reason: private alias.
  • Removed service ".service_locator.1EYXaxk"; reason: private alias.
  • Removed service ".service_locator.rjKzhdi"; reason: private alias.
  • Removed service ".service_locator.VHsQ5JR"; reason: private alias.
  • Removed service ".service_locator.r.xe__B"; reason: private alias.
  • Removed service ".service_locator.GYvePSe"; reason: private alias.
  • Removed service ".service_locator.qjim_BS"; reason: private alias.
  • Removed service ".service_locator.RjFE0UH"; reason: private alias.
  • Removed service ".service_locator.Pz3xhxs"; reason: private alias.
  • Removed service ".service_locator.eMvZ6lq"; reason: private alias.
  • Removed service ".service_locator.Lw61czd"; reason: private alias.
  • Removed service ".service_locator.9HvnprW"; reason: private alias.
  • Removed service ".service_locator.xM30K77"; reason: private alias.
  • Removed service ".service_locator.I8TxX5m"; reason: private alias.
  • Removed service ".service_locator.hX5gvPb"; reason: private alias.
  • Removed service ".service_locator.S36vZAZ"; reason: private alias.
  • Removed service ".service_locator.vz8Jg3n"; reason: private alias.
  • Removed service ".service_locator.lDrDJt0"; reason: private alias.
  • Removed service ".service_locator.Oi4_xhu"; reason: private alias.
  • Removed service ".service_locator.NH70h6h"; reason: private alias.
  • Removed service ".service_locator.dhWP44Z"; reason: private alias.
  • Removed service ".service_locator.bDZoF7v"; reason: private alias.
  • Removed service ".service_locator.jpBRUut"; reason: private alias.
  • Removed service ".service_locator.Vh5iqG1"; reason: private alias.
  • Removed service ".service_locator.HY5t1Tx"; reason: private alias.
  • Removed service ".service_locator.J7JxyCO"; reason: private alias.
  • Removed service ".service_locator.rqc448s"; reason: private alias.
  • Removed service ".service_locator.p4ttCuM"; reason: private alias.
  • Removed service ".service_locator.jHEi7t2"; reason: private alias.
  • Removed service ".service_locator.H2wsr5X"; reason: private alias.
  • Removed service ".service_locator.sGfSYUI"; reason: private alias.
  • Removed service ".service_locator.UG.X.OQ"; reason: private alias.
  • Removed service ".service_locator.8R6u05O"; reason: private alias.
  • Removed service ".service_locator.HxBDc34"; reason: private alias.
  • Removed service ".service_locator.8T9qmSO"; reason: private alias.
  • Removed service ".service_locator.II9ka5h"; reason: private alias.
  • Removed service ".service_locator.AzlTL6P"; reason: private alias.
  • Removed service ".service_locator.xE9TwDN"; reason: private alias.
  • Removed service ".service_locator.jez_NaQ"; reason: private alias.
  • Removed service ".service_locator.FOSaYuS"; reason: private alias.
  • Removed service ".service_locator.1l0EkMk"; reason: private alias.
  • Removed service ".service_locator.CquharZ"; reason: private alias.
  • Removed service ".service_locator.hMEWUvu"; reason: private alias.
  • Removed service ".service_locator.Dd9kgOe"; reason: private alias.
  • Removed service ".service_locator.Ft5Xywq"; reason: private alias.
  • Removed service ".service_locator.jm9SzO6"; reason: private alias.
  • Removed service ".service_locator.EL.KtHr"; reason: private alias.
  • Removed service ".service_locator.9dQq0ka"; reason: private alias.
  • Removed service ".service_locator.se6BvQ5"; reason: private alias.
  • Removed service ".service_locator.Ixb6IMz"; reason: private alias.
  • Removed service ".service_locator.DUuJI8t"; reason: private alias.
  • Removed service ".service_locator.VQTCrnk"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator.HT6m2Fk"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.1qxpWX0"; 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 "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 "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 ".service_locator.GpOX2wP"; reason: private alias.
  • Removed service ".service_locator.8uPDOeG"; reason: private alias.
  • Removed service ".service_locator.83TZO_U"; reason: private alias.
  • Removed service ".service_locator.dFpFPBb"; reason: private alias.
  • Removed service ".service_locator.f32sySw"; reason: private alias.
  • Removed service ".service_locator.4SyRNaU"; reason: private alias.
  • Removed service ".service_locator.9636_KD"; reason: private alias.
  • Removed service ".service_locator.YJhWeJi"; reason: private alias.
  • Removed service ".service_locator.Pv.ekMf"; reason: private alias.
  • Removed service ".service_locator.fjHwAYP"; reason: private alias.
  • Removed service ".service_locator.QOdjztl"; reason: private alias.
  • Removed service ".service_locator.Ml3rUrm"; reason: private alias.
  • Removed service ".service_locator.7eYjNo5"; reason: private alias.
  • Removed service ".service_locator.c051d7V"; reason: private alias.
  • Removed service ".service_locator.5PZc34X"; reason: private alias.
  • Removed service ".service_locator.B6GCC35"; reason: private alias.
  • Removed service ".service_locator.5TDar6V"; reason: private alias.
  • Removed service ".service_locator.cKAeLe2"; reason: private alias.
  • Removed service ".service_locator.Er0_7SX"; reason: private alias.
  • Removed service ".service_locator.E51uUy6"; reason: private alias.
  • Removed service ".service_locator.qWthalN"; reason: private alias.
  • Removed service ".service_locator.imKy7Tc"; reason: private alias.
  • Removed service ".service_locator.jyaub8A"; reason: private alias.
  • Removed service ".service_locator.YlTsglx"; reason: private alias.
  • Removed service ".service_locator.fv9GEzB"; reason: private alias.
  • Removed service ".service_locator.c7kjVj6"; reason: private alias.
  • Removed service ".service_locator.91lFfhb"; reason: private alias.
  • Removed service ".service_locator.ujoazb8"; reason: private alias.
  • Removed service ".service_locator.__snQ_F"; reason: private alias.
  • Removed service ".service_locator.wN3S6V3"; reason: private alias.
  • Removed service ".service_locator.D0xnGxX"; reason: private alias.
  • Removed service ".service_locator.qf09nhz"; reason: private alias.
  • Removed service ".service_locator.AWXnOVR"; reason: private alias.
  • Removed service ".service_locator.kIsa22U"; reason: private alias.
  • Removed service ".service_locator.iwPwHdO"; reason: private alias.
  • Removed service ".service_locator.23fOe4W"; reason: private alias.
  • Removed service ".service_locator.3qOr2rX"; reason: private alias.
  • Removed service ".service_locator.o7_AMy4"; reason: private alias.
  • Removed service ".service_locator.eLWAVLP"; reason: private alias.
  • Removed service ".service_locator.mWePCzp"; reason: private alias.
  • Removed service ".service_locator.2lauczg"; reason: private alias.
  • Removed service ".service_locator.M16kko3"; reason: private alias.
  • Removed service ".service_locator.OT.J_qy"; reason: private alias.
  • Removed service ".service_locator.QziUsEX"; reason: private alias.
  • Removed service ".service_locator.cIg6g5w"; reason: private alias.
  • Removed service ".service_locator.A2HWfN."; reason: private alias.
  • Removed service ".service_locator.CMAXJWE"; reason: private alias.
  • Removed service ".service_locator.LGVlI4O"; reason: private alias.
  • Removed service ".service_locator.jpN7VvW"; reason: private alias.
  • Removed service ".service_locator.Z3cT04L"; reason: private alias.
  • Removed service ".service_locator.8izkyKk"; reason: private alias.
  • Removed service ".service_locator.aVTZaNF"; reason: private alias.
  • Removed service ".service_locator.Dld62L7"; reason: private alias.
  • Removed service ".service_locator.5utPZ7P"; reason: private alias.
  • Removed service ".service_locator.Kcv6H6L"; reason: private alias.
  • Removed service ".service_locator.DVDZXza"; reason: private alias.
  • Removed service ".service_locator..KsSp_8"; reason: private alias.
  • Removed service ".service_locator.tIzVUDj"; reason: private alias.
  • Removed service ".service_locator.dEdcuCe"; reason: private alias.
  • Removed service ".service_locator.o4kf.V_"; reason: private alias.
  • Removed service ".service_locator.3hvEnQD"; reason: private alias.
  • Removed service ".service_locator.kaOAi6A"; reason: private alias.
  • Removed service ".service_locator.2_a5sdU"; reason: private alias.
  • Removed service ".service_locator.r7nnWBV"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
290
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Component\Order\OrderFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Component\Product\Repository\ProductRepository" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\RegistrationController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Admin\RegistrationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\BillController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\BillController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Shop\CartController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\HomeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\MtnController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\MtnController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Shop\RechargeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Shop\RechargeController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AddItemType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AddProductType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BookingType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ClearCartType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\CustomerContactType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ForgotPasswordType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\RemoveItemType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ResetPasswordType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SetDiscountType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\SetDiscountType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SetItemQuantityType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\SetPaymentType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\SetPaymentType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SetProductType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\SetProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SetShipmentType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\SetShipmentType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserFormType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\UserType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\SmsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.event_dispatcher_debug" 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 "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_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.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 "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 "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" 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.remote_user" 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.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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 ".service_locator.CBqdyhw" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.Npm6pnu" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.1Ip8AJz" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.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 ".service_locator.q3f6h3A" 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".
97
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • 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.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 "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; 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.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; 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.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; 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.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 "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Discount\Repository\DiscountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Discount\Repository\DiscountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Order\Repository\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Order\Repository\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Payment\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Payment\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Product\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Product\Repository\ProductspRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Product\Repository\ProductspRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Component\Productsp\Repository\ProductspRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Component\Productsp\Repository\ProductspRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\BillController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\BillController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\BillController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CanalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CanalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\CanalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeController1"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeController1"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\HomeController1"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MavianceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MavianceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\MavianceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MtnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MtnController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\MtnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\NewsletterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayPalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayPalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\PayPalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\PayYYToController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\PayYYToController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\PayYYToController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RechargeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RechargeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\RechargeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StripeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StripeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\StripeController"; 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\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderIdSaveInSessionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Event\OrderIdSaveInSessionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\OrderRecalculateSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Event\OrderRecalculateSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\StripeEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Event\StripeEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\AccessDeniedListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SmsContactSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\SmsContactSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AddItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AddProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesHiddenType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AnnoncesHiddenType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnoncesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AnnoncesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BookingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClearCartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClearCartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CodePromoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CodePromoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\EditProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ForgotPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NewsletterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductSpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductSpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemoveItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RemoveItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ResetPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetDiscountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetDiscountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetItemQuantityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetItemQuantityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetProductVille"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetProductVille"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetShipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SetShipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnoncesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AnnoncesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingMoneyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BookingMoneyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BookingPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerContactRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerContactRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImagesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductSpRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SmDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishListRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WishListRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.subscriber.stripe_event"; reason: abstract.
  • Removed service ".abstract.instanceof.app.subscriber.stripe_event"; reason: abstract.
225
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Component\Discount\Model\Discount"; reason: unused.
  • Removed service "App\Component\Order\Events"; reason: unused.
  • Removed service "App\Component\Order\Model\Order"; reason: unused.
  • Removed service "App\Component\Order\Summary"; reason: unused.
  • Removed service "App\Component\Payment\Model\Payment"; reason: unused.
  • Removed service "App\Component\Product\Model\Productsp"; reason: unused.
  • Removed service "App\Component\Productsp\Model\Productsp"; reason: unused.
  • Removed service "App\Component\Shipment\Model\Shipment"; reason: unused.
  • Removed service "App\Component\Shipment\Repository\ShipmentRepository"; reason: unused.
  • Removed service "App\Constants\Constraints"; reason: unused.
  • Removed service "App\Constants\Emails"; reason: unused.
  • Removed service "App\Event\SmsContactEvent"; reason: unused.
  • Removed service "App\Event\StripeEvent"; reason: unused.
  • Removed service "App\Service\CurrencyConverter"; reason: unused.
  • Removed service "App\Service\FacebookService"; reason: unused.
  • Removed service "App\Service\GoogleService"; reason: unused.
  • Removed service "App\Service\PaymentSer"; reason: unused.
  • Removed service "App\Service\PaymentService"; reason: unused.
  • Removed service "App\Service\SaferCrypto"; reason: unused.
  • Removed service "App\Service\UnsafeCrypto"; reason: unused.
  • Removed service "App\Utils\Bill"; reason: unused.
  • Removed service "App\Utils\MailerLogger"; reason: unused.
  • Removed service "App\Utils\Messages"; reason: unused.
  • Removed service "App\Utils\Tests\WebTestCase"; reason: unused.
  • Removed service "App\Util\MailerLogger"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~_3Ezw.r"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~m7z7d8z"; reason: unused.
  • Removed service ".1_DoctrineProvider~m7z7d8z"; 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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~nH.LZ4S"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~nH.LZ4S"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~nH.LZ4S"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~nH.LZ4S"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; 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 "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 "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~1ew3HqH"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service ".4_CliContextProvider~8UAeer9"; reason: unused.
  • Removed service ".3_RequestContextProvider~8UAeer9"; reason: unused.
  • Removed service ".2_SourceContextProvider~8UAeer9"; reason: unused.
  • Removed service "var_dumper.server_connection"; 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 "monolog.logger.mailer"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
98
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "App\Component\Order\Storage\OrderSessionStorage" to "App\Component\Order\OrderFactory".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Admin\RegistrationController" to "App\Controller\Admin\RegistrationController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\BillController" to "App\Controller\Shop\BillController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\CanalController" to "App\Controller\Shop\CanalController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\CartController" to "App\Controller\Shop\CartController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\DefaultController" to "App\Controller\Shop\DefaultController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\HomeController" to "App\Controller\Shop\HomeController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\HomeController1" to "App\Controller\Shop\HomeController1".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\MavianceController" to "App\Controller\Shop\MavianceController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\MtnController" to "App\Controller\Shop\MtnController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\NewsletterController" to "App\Controller\Shop\NewsletterController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\PayPalController" to "App\Controller\Shop\PayPalController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\PayYYToController" to "App\Controller\Shop\PayYYToController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\RechargeController" to "App\Controller\Shop\RechargeController".
  • Inlined service ".service_locator.q3f6h3A.App\Controller\Shop\StripeController" to "App\Controller\Shop\StripeController".
  • 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 ".1_~KdilrcL" to "error_handler.error_renderer.html".
  • Inlined service ".2_~KdilrcL" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • 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 "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.XEl46Ee" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~q70hCJC" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.eJaD2t3" 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 "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.l6ELYLY" to "validator.validator_factory".
  • Inlined service ".service_locator.yY.p4P7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "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.doctrine" to "profiler".
  • Inlined service "swiftmailer.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 ".service_locator.kODoftA" to ".1_LegacyRouteLoaderContainer~PZnNhDS".
  • 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 ".1_LegacyRouteLoaderContainer~PZnNhDS" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~1LFn8Dm" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~1LFn8Dm" to "error_handler.error_renderer.serializer".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.zJyh7qS" to "security.firewall.map".
  • 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 "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.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "App\Security\AccessDeniedHandler" 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 "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.WwfGo10" 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.TQEKh.M" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".1_NonceGenerator~oZMDD1K" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~oZMDD1K" to "twig.extension.webprofiler".
  • 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.form" to "twig".
  • Inlined service "twig.extension.dump" 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 "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
  • Inlined service ".1_bool~SglVUYL" to "twig.error_renderer.html".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~8UAeer9" to "var_dumper.contextualized_cli_dumper".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~8UAeer9" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~8UAeer9" to "var_dumper.command.server_dump".
  • 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 "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.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" 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\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~OeQlvpq" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • 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 "security.access.authenticated_voter" to "debug.security.voter.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 "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.EyZUPFz" to ".service_locator.EyZUPFz.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.EUAhY9l" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EyZUPFz.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • 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 "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
277
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1