https://preprod.copees.com/fr/imprimerie-paris15?navigate=navigated_from_menu

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"imprimerie_paris15"
.
[
  "route" => "imprimerie_paris15"
  "route_parameters" => [
    "_route" => "imprimerie_paris15"
    "_controller" => "App\Controller\Page\PagesController::imprimerieparis15"
    "_locale" => "fr"
  ]
  "request_uri" => "https://preprod.copees.com/fr/imprimerie-paris15?navigate=navigated_from_menu"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 45

Log messages generated by using features marked as deprecated.

Time Channel Message
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 {#319
    #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: "/home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:826 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:802 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/EntityManager_9a5be93.php:32 {{    $this->initializer14b2f && ($this->initializer14b2f->__invoke($valueHolder0b206, $this, 'getMetadataFactory', array(), $this->initializer14b2f) || 1) && $this->valueHolder0b206 = $valueHolder0b206;}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/EntityManager_9a5be93.php:32 {{    $this->initializer14b2f && ($this->initializer14b2f->__invoke($valueHolder0b206, $this, 'getMetadataFactory', array(), $this->initializer14b2f) || 1) && $this->valueHolder0b206 = $valueHolder0b206;}
      /home/preprodcopees/www/copees-sf/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:183 {
        › 
        › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
      }
      /home/preprodcopees/www/copees-sf/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:35 {{    $manager = $registry->getManagerForClass($entityClass);}
      /home/preprodcopees/www/copees-sf/src/Repository/UserRepository.php:20 {{    parent::__construct($registry, User::class);}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getUserRepositoryService.php:16 {
        › 
        › return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getGoogleAuthenticateurService.php:22 {
        › 
        › return $this->privates['App\\Security\\GoogleAuthenticateur'] = new \App\Security\GoogleAuthenticateur(($this->privates['App\\Services\\CartService'] ?? $this->getCartServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['google' => 'knpu.oauth2.client.google', 'apple' => 'knpu.oauth2.client.apple', 'microsoft' => 'knpu.oauth2.client.microsoft']))), ($this->privates['App\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php')));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getSecurity_Authentication_Listener_Guard_MainService.php:21 {yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php'));yield 1 => ($this->privates['App\\Security\\GoogleAuthenticateur'] ?? $this->load('getGoogleAuthenticateurService.php'));yield 2 => ($this->privates['App\\Security\\AppleAuthenticateur'] ?? $this->load('getAppleAuthenticateurService.php'));
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:82 {
        › 
        › foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {    // get a key that's unique to *this* guard authenticator
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/security-bundle/Debug/WrappedListener.php:51 {if (\is_callable($this->listener)) {    ($this->listener)($event);} else {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {$wrappedListener = new WrappedListener($listener);$wrappedListener($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/security-http/Firewall.php:97 {if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:826 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:802 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/EntityManager_9a5be93.php:32 {{    $this->initializer14b2f && ($this->initializer14b2f->__invoke($valueHolder0b206, $this, 'getMetadataFactory', array(), $this->initializer14b2f) || 1) && $this->valueHolder0b206 = $valueHolder0b206;}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/EntityManager_9a5be93.php:32 {{    $this->initializer14b2f && ($this->initializer14b2f->__invoke($valueHolder0b206, $this, 'getMetadataFactory', array(), $this->initializer14b2f) || 1) && $this->valueHolder0b206 = $valueHolder0b206;}
  /home/preprodcopees/www/copees-sf/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:183 {
    › 
    › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
  }
  /home/preprodcopees/www/copees-sf/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:35 {{    $manager = $registry->getManagerForClass($entityClass);}
  /home/preprodcopees/www/copees-sf/src/Repository/UserRepository.php:20 {{    parent::__construct($registry, User::class);}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getUserRepositoryService.php:16 {
    › 
    › return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getGoogleAuthenticateurService.php:22 {
    › 
    › return $this->privates['App\\Security\\GoogleAuthenticateur'] = new \App\Security\GoogleAuthenticateur(($this->privates['App\\Services\\CartService'] ?? $this->getCartServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['google' => 'knpu.oauth2.client.google', 'apple' => 'knpu.oauth2.client.apple', 'microsoft' => 'knpu.oauth2.client.microsoft']))), ($this->privates['App\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php')));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getSecurity_Authentication_Listener_Guard_MainService.php:21 {yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php'));yield 1 => ($this->privates['App\\Security\\GoogleAuthenticateur'] ?? $this->load('getGoogleAuthenticateurService.php'));yield 2 => ($this->privates['App\\Security\\AppleAuthenticateur'] ?? $this->load('getAppleAuthenticateurService.php'));
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:82 {
    › 
    › foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {    // get a key that's unique to *this* guard authenticator
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/security-bundle/Debug/WrappedListener.php:51 {if (\is_callable($this->listener)) {    ($this->listener)($event);} else {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {$wrappedListener = new WrappedListener($listener);$wrappedListener($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/security-http/Firewall.php:97 {if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (4 times) User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => ErrorException {#664
    #message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    #line: 90
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
        › 
        › $fieldName = lcfirst(Inflector::classify($by));}
      /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:228 {if (0 === strpos($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:1314 {public function getmetaDesciption($pathname){    $pageMeta  = $this->em->getRepository(Seo::class)->findOneByNameRoute($pathname);    if($pageMeta){
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/9f/9f09ca56fff70f7cd466ae9b270a9cfaa020e4c02597befaccd2e24c8423d477.php:578 {echo "          ";echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\AppExtension']->getmetaDesciption(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 19, $this->source); })()), "request", [], "any", false, false, false, 19), "get", [0 => "_route"], "method", false, false, false, 19)));echo "
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:8 {<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">{% block metaDescription %}    <meta name="description" content="
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
    › 
    › $fieldName = lcfirst(Inflector::classify($by));}
  /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:228 {if (0 === strpos($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:1314 {public function getmetaDesciption($pathname){    $pageMeta  = $this->em->getRepository(Seo::class)->findOneByNameRoute($pathname);    if($pageMeta){
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/9f/9f09ca56fff70f7cd466ae9b270a9cfaa020e4c02597befaccd2e24c8423d477.php:578 {echo "          ";echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\AppExtension']->getmetaDesciption(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 19, $this->source); })()), "request", [], "any", false, false, false, 19), "get", [0 => "_route"], "method", false, false, false, 19)));echo "
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:8 {<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">{% block metaDescription %}    <meta name="description" content="
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2665
    #message: "User Deprecated: The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php"
    #line: 13
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:13 {
        › 
        › @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:13 {
    › 
    › @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2666
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2668
    #message: "User Deprecated: The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ProcessorService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ProcessorService.php:9 {
        › 
        › @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ProcessorService.php:9 {
    › 
    › @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2669
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteProcessor class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ProcessorService.php:11 {
        › 
        › return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ProcessorService.php:11 {
    › 
    › return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_DirectoryService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:43 {$a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2671
    #message: "User Deprecated: The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php"
    #line: 13
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:13 {
        › 
        › @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:13 {
    › 
    › @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2672
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2674
    #message: "User Deprecated: The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:9 {
        › 
        › @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:9 {
    › 
    › @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\Reader\RestControllerReader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2675
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\Reader\RestControllerReader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestControllerReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestControllerReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2677
    #message: "User Deprecated: The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:9 {
        › 
        › @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:9 {
    › 
    › @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\Reader\RestActionReader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2678
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\Reader\RestActionReader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestActionReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestActionReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2680
    #message: "User Deprecated: The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Inflector_DoctrineService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Inflector_DoctrineService.php:9 {
        › 
        › @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Inflector_DoctrineService.php:9 {
    › 
    › @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Inflector\DoctrineInflector class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2681
    #message: "User Deprecated: The FOS\RestBundle\Inflector\DoctrineInflector class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:14 {
        › 
        › @trigger_error(sprintf('The %s\DoctrineInflector class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Inflector_DoctrineService.php:11 {
        › 
        › return new \FOS\RestBundle\Inflector\DoctrineInflector();}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:14 {
    › 
    › @trigger_error(sprintf('The %s\DoctrineInflector class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Inflector_DoctrineService.php:11 {
    › 
    › return new \FOS\RestBundle\Inflector\DoctrineInflector();}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ActionService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->load('getFosRest_Inflector_DoctrineService.php'), true, ['json' => false, 'html' => true], true);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_Reader_ControllerService.php:11 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->load('getFosRest_Routing_Loader_Reader_ActionService.php'), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2683
    #message: "User Deprecated: Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php"
    #line: 54
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:54 {if ($controllerReader instanceof ControllerNameParser || null === $controllerReader) {    @trigger_error(sprintf('Not passing an instance of %s as the 3rd argument of %s() is deprecated since FOSRestBundle 2.8.', RestControllerReader::class, __METHOD__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:54 {if ($controllerReader instanceof ControllerNameParser || null === $controllerReader) {    @trigger_error(sprintf('Not passing an instance of %s as the 3rd argument of %s() is deprecated since FOSRestBundle 2.8.', RestControllerReader::class, __METHOD__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_ControllerService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), $this->load('getFosRest_Routing_Loader_Reader_ControllerService.php'), NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:44 {$a->addLoader($this->load('getFosRest_Routing_Loader_DirectoryService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2684
    #message: "User Deprecated: The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_YamlCollectionService.php"
    #line: 13
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_YamlCollectionService.php:13 {
        › 
        › @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:45 {$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_YamlCollectionService.php:13 {
    › 
    › @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:45 {$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2685
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_YamlCollectionService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')), true, ['json' => false, 'html' => true], NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:45 {$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_YamlCollectionService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')), true, ['json' => false, 'html' => true], NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:45 {$a->addLoader($this->load('getFosRest_Routing_Loader_ControllerService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
[
  "exception" => ErrorException {#2687
    #message: "User Deprecated: The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_XmlCollectionService.php"
    #line: 13
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_XmlCollectionService.php:13 {
        › 
        › @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:46 {$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));$a->addLoader(new \Captcha\Bundle\CaptchaBundle\Routing\CaptchaRoutesLoader());
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_XmlCollectionService.php:13 {
    › 
    › @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.', E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:46 {$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));$a->addLoader(new \Captcha\Bundle\CaptchaBundle\Routing\CaptchaRoutesLoader());
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2688
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php:14 {
        › 
        › @trigger_error(sprintf('The %s\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_XmlCollectionService.php:15 {
        › 
        › return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')), true, ['json' => false, 'html' => true], NULL);}
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:46 {$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));$a->addLoader(new \Captcha\Bundle\CaptchaBundle\Routing\CaptchaRoutesLoader());
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php:14 {
    › 
    › @trigger_error(sprintf('The %s\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getFosRest_Routing_Loader_XmlCollectionService.php:15 {
    › 
    › return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->load('getFosRest_Routing_Loader_ProcessorService.php')), true, ['json' => false, 'html' => true], NULL);}
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/getRouting_LoaderService.php:46 {$a->addLoader($this->load('getFosRest_Routing_Loader_YamlCollectionService.php'));$a->addLoader($this->load('getFosRest_Routing_Loader_XmlCollectionService.php'));$a->addLoader(new \Captcha\Bundle\CaptchaBundle\Routing\CaptchaRoutesLoader());
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:648 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Container.php:433 {if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {{    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Referencing controllers with CaptchaBundle:CaptchaHandler:index is deprecated since Symfony 4.1, use "Captcha\Bundle\CaptchaBundle\Controller\CaptchaHandlerController::indexAction" instead.
[
  "exception" => ErrorException {#2709
    #message: "User Deprecated: Referencing controllers with CaptchaBundle:CaptchaHandler:index is deprecated since Symfony 4.1, use "Captcha\Bundle\CaptchaBundle\Controller\CaptchaHandlerController::indexAction" instead."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php"
    #line: 95
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
        › 
        ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
    › 
    ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Referencing controllers with CaptchaBundle:SimpleCaptchaHandler:index is deprecated since Symfony 4.1, use "Captcha\Bundle\CaptchaBundle\Controller\SimpleCaptchaHandlerController::indexAction" instead.
[
  "exception" => ErrorException {#2770
    #message: "User Deprecated: Referencing controllers with CaptchaBundle:SimpleCaptchaHandler:index is deprecated since Symfony 4.1, use "Captcha\Bundle\CaptchaBundle\Controller\SimpleCaptchaHandlerController::indexAction" instead."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php"
    #line: 95
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
        › 
        ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
    › 
    ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Referencing controllers with JMSTranslationBundle:Translate:index is deprecated since Symfony 4.1, use "JMS\TranslationBundle\Controller\TranslateController::indexAction" instead.
[
  "exception" => ErrorException {#2697
    #message: "User Deprecated: Referencing controllers with JMSTranslationBundle:Translate:index is deprecated since Symfony 4.1, use "JMS\TranslationBundle\Controller\TranslateController::indexAction" instead."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php"
    #line: 95
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
        › 
        ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
      }
      /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:95 {
    › 
    ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $deprecatedNotation, $controller), E_USER_DEPRECATED);} catch (\InvalidArgumentException $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Routing/Router.php:70 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /home/preprodcopees/www/copees-sf/src/Twig/AppExtension.php:561 {{    return (null ===  $this->router->getRouteCollection()->get($name)) ? false : true;}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/4c/4c621d833f96365d89189327e7f96b6f8b020c5f6c12b55711da1396a95d6256.php:234 {echo "            ";if ($this->extensions['App\Twig\AppExtension']->routeExists(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "attributes", [], "any", false, false, false, 116), "get", [0 => "_route"], "method", false, false, false, 116))) {    // line 117
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:91 {echo "    ";$this->loadTemplate("front/header.html.twig", "page/imprimerie-paris15.html.twig", 6)->display($context);// line 7
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:182 {try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/templates/front/layout.html.twig:405 {{#<script defer charset="utf-8" src="https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js"></script>#}{% block body %}{% endblock %}{% block javascripts %}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/twig/b5/b5ab6a27f50a2397df328e5947b78389a26d19378a61b493a85a959200606918.php:49 {$this->parent = $this->loadTemplate("front/layout.html.twig", "page/imprimerie-paris15.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:405 {try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:378 {{    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Template.php:390 {try {    $this->display($context);} catch (\Throwable $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/TemplateWrapper.php:45 {    // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /home/preprodcopees/www/copees-sf/vendor/twig/twig/src/Environment.php:318 {{    return $this->load($name)->render($context);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:234 {} elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
  }
  /home/preprodcopees/www/copees-sf/src/Controller/Page/PagesController.php:483 {{    $response = $this->render('page/imprimerie-paris15.html.twig');    return $response;
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:151 {// call controller$response = $controller(...$arguments);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (3 times) User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.
[
  "exception" => ErrorException {#9750
    #message: "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
    #code: 0
    #file: "/home/preprodcopees/www/copees-sf/vendor/symfony/http-foundation/Cookie.php"
    #line: 97
    #severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-foundation/Cookie.php:97 {if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), E_USER_DEPRECATED);}
      }
      /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php:476 {    $this->isCookieSecure(),    $this->isCookieHttpOnly());
      }
      /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php:299 {{    $response->headers->setCookie($this->createCookie($view));}
      /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php:219 {$this->modifyResponseClosure = function (DeviceView $deviceView, FilterResponseEvent $event) use ($view) {    return $deviceView->modifyResponse($view, $event->getResponse());};
      }
      /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php:177 {$modifyClosure = $this->modifyResponseClosure;$event->setResponse($modifyClosure($this->deviceView, $event));}
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:190 {
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:172 {
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-foundation/Cookie.php:97 {if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), E_USER_DEPRECATED);}
  }
  /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php:476 {    $this->isCookieSecure(),    $this->isCookieHttpOnly());
  }
  /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php:299 {{    $response->headers->setCookie($this->createCookie($view));}
  /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php:219 {$this->modifyResponseClosure = function (DeviceView $deviceView, FilterResponseEvent $event) use ($view) {    return $deviceView->modifyResponse($view, $event->getResponse());};
  }
  /home/preprodcopees/www/copees-sf/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php:177 {$modifyClosure = $this->modifyResponseClosure;$event->setResponse($modifyClosure($this->deviceView, $event));}
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:190 {
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:172 {
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/preprodcopees/www/copees-sf/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/preprodcopees/www/copees-sf/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a (2 times) Not setting doctrine.dbal.override_url to true is deprecated. True is the only value that will be supported in doctrine-bundle 3.0.
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => SilencedErrorContext^ {#16754
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/config/Definition/BaseNode.php:427 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => SilencedErrorContext^ {#16755
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/symfony/config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /home/preprodcopees/www/copees-sf/vendor/symfony/config/Definition/BaseNode.php:427 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
n/a Configuring an encoder with "bcrypt" as algorithm is deprecated since Symfony 4.3, use "auto" instead.
n/a (2 times) Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
n/a (2 times) The body_listener config has been enabled by default and will be disabled by default in FOSRestBundle 3.0. Please enable or disable it explicitly.
n/a (2 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "mobile_detect" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "captcha" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "fos_rest.inflector" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.routing.loader.reader.action" service.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => SilencedErrorContext^ {#16797
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:826 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /home/preprodcopees/www/copees-sf/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /home/preprodcopees/www/copees-sf/var/cache/dev/ContainerPTBy5fM/srcApp_KernelDevDebugContainer.php:826 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}

Debug 292

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 4
]
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"
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\GoogleAuthenticateur"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\GoogleAuthenticateur"
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\AppleAuthenticateur"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\AppleAuthenticateur"
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\MicrosoftAuthenticateur"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\MicrosoftAuthenticateur"
]
doctrine SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.language_code = ? AND t0.is_enabled = ? LIMIT 1
[
  "Fr"
  true
]
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
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
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::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::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
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
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
"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.name_path AS name_path_2, t0.name_route AS name_route_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.titre AS titre_6, t0.content AS content_7 FROM seo t0 WHERE t0.name_route = ? LIMIT 1
[
  "imprimerie_paris15"
]
doctrine SELECT t0.id AS id_1, t0.name_path AS name_path_2, t0.name_route AS name_route_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.titre AS titre_6, t0.content AS content_7 FROM seo t0 WHERE t0.name_route = ? LIMIT 1
[
  "imprimerie_paris15"
]
doctrine SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.country_code = ?
[
  "FR"
]
doctrine SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.country_code = ?
[
  "FR"
]
doctrine SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.country_code = ?
[
  "FR"
]
doctrine SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.country_code = ?
[
  "FR"
]
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.condition_d AS condition_d_3 FROM bandeau_home_page t0 LIMIT 1
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.condition_d AS condition_d_3 FROM bandeau_home_page t0 LIMIT 1
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.bandeau_home_page_id AS bandeau_home_page_id_3 FROM bandeau_home_page_item t0 WHERE t0.bandeau_home_page_id = ?
[
  1
]
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.num_bandeau AS num_bandeau_3 FROM bandeau_rose t0 WHERE t0.num_bandeau = ? LIMIT 1
[
  1
]
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.num_bandeau AS num_bandeau_3 FROM bandeau_rose t0 WHERE t0.num_bandeau = ? LIMIT 1
[
  2
]
doctrine SELECT t0.id AS id_1, t0.description AS description_2, t0.num_bandeau AS num_bandeau_3 FROM bandeau_rose t0 WHERE t0.num_bandeau = ? LIMIT 1
[
  3
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 ORDER BY t0.sort ASC
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  15
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  14
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  16
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  110
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  112
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  133
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  132
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  134
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  135
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  136
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  137
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  138
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  139
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  140
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  141
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  142
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  143
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  144
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  145
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  146
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  147
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  148
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  149
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  150
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  151
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  113
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  114
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  115
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  116
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  117
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  118
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  119
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  120
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  121
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  122
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  123
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  124
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  125
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  126
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  127
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  128
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  129
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  130
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  131
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  111
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  152
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  153
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  17
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  61
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  65
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  66
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  67
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  68
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  69
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  70
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  71
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  72
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  73
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  74
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  75
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  76
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  62
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  77
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  78
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  79
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  80
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  81
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  82
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  83
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  84
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  85
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  86
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  87
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  88
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  89
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  90
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  91
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  92
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  93
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  94
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  95
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  63
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  96
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  97
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  98
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  99
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  100
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  101
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  102
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  64
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  103
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  104
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  105
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  106
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  107
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  108
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  109
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  18
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  51
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  54
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  55
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  56
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  52
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  57
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  58
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  59
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  60
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  53
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  19
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  49
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  50
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  20
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  154
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  40
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  41
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  42
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  43
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  44
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  45
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  46
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  47
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  48
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  21
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  35
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  36
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  37
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  38
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  39
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  22
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  29
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  32
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  33
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  34
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  30
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  31
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  23
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  27
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  28
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  24
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  25
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.sort AS sort_4, t0.description AS description_5, t0.icone AS icone_6, t0.parent_menu_id AS parent_menu_id_7 FROM menu_burger t0 WHERE t0.parent_menu_id = ? ORDER BY t0.sort ASC
[
  26
]
doctrine SELECT t0.id AS id_1, t0.name_path AS name_path_2, t0.name_route AS name_route_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.titre AS titre_6, t0.content AS content_7 FROM seo t0 WHERE t0.name_route = ? LIMIT 1
[
  "cgv_page"
]
doctrine SELECT t0.id AS id_1, t0.name_path AS name_path_2, t0.name_route AS name_route_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.titre AS titre_6, t0.content AS content_7 FROM seo t0 WHERE t0.name_route = ? LIMIT 1
[
  "cgv_page"
]
doctrine SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.email_imp AS email_imp_2, i0_.email_imp_facture AS email_imp_facture_3, i0_.stripe_account_id AS stripe_account_id_4, i0_.stripe_owner_id AS stripe_owner_id_5, i0_.stripe_bank_account_id AS stripe_bank_account_id_6, i0_.zonechalandise AS zonechalandise_7, i0_.retribution_pourcentage AS retribution_pourcentage_8, i0_.address AS address_9, i0_.code_postal AS code_postal_10, i0_.account_bank_number AS account_bank_number_11, i0_.fiscal_number AS fiscal_number_12, i0_.profession AS profession_13, i0_.percent_owner_ship AS percent_owner_ship_14, i0_.date_of_birth AS date_of_birth_15, i0_.identity_number AS identity_number_16, i0_.city AS city_17, i0_.lat AS lat_18, i0_.longi AS longi_19, i0_.is_default_livraison_national AS is_default_livraison_national_20, i0_.id_sender_livraison_national AS id_sender_livraison_national_21, i0_.code_postal_livraison AS code_postal_livraison_22, i0_.is_traite_copees_plus AS is_traite_copees_plus_23, i0_.is_traite_copees_pro AS is_traite_copees_pro_24, i0_.is_virement4j AS is_virement4j_25, i0_.is_virement30j AS is_virement30j_26, i0_.mobile AS mobile_27, i0_.is_exaprint AS is_exaprint_28, i0_.nbr_km_pointretrait AS nbr_km_pointretrait_29, i0_.user_id AS user_id_30, i0_.country_id AS country_id_31 FROM imprimeur i0_ LEFT JOIN imprimeur_carrier i2_ ON i0_.id = i2_.imprimeur_id LEFT JOIN carrier c1_ ON c1_.id = i2_.carrier_id WHERE i0_.id IN (?) AND c1_.num IN (?)
[
  [
    1
    2
  ]
  2
]
event Notified event
"kernel.response"
to listener
"FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
.
[
  "event" => "kernel.response"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"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\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
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
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
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::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::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
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
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
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
.
[
  "event" => "kernel.response"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::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\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
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
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
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::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::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
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
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
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
.
[
  "event" => "kernel.response"
  "listener" => "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::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\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 3042

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .abstract.instanceof.Twig\Extensions\DateExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension).
  • Resolving inheritance for "Twig\Extensions\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .abstract.instanceof.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for "Twig\Extensions\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAmountImprimeurCommand" (parent: .abstract.instanceof.App\Command\AddAmountImprimeurCommand).
  • Resolving inheritance for "App\Command\AddAmountImprimeurCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAmountImprimeurCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDeletedAbonnementPlusCommand" (parent: .abstract.instanceof.App\Command\CheckDeletedAbonnementPlusCommand).
  • Resolving inheritance for "App\Command\CheckDeletedAbonnementPlusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDeletedAbonnementPlusCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteFileAndCartNotOrderCommand" (parent: .abstract.instanceof.App\Command\DeleteFileAndCartNotOrderCommand).
  • Resolving inheritance for "App\Command\DeleteFileAndCartNotOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteFileAndCartNotOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCartAbondonneCommand" (parent: .abstract.instanceof.App\Command\MailCartAbondonneCommand).
  • Resolving inheritance for "App\Command\MailCartAbondonneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCartAbondonneCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCustomerNotCartCommand" (parent: .abstract.instanceof.App\Command\MailCustomerNotCartCommand).
  • Resolving inheritance for "App\Command\MailCustomerNotCartCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCustomerNotCartCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCardExpireCommand" (parent: .abstract.instanceof.App\Command\NotifAbonnementCardExpireCommand).
  • Resolving inheritance for "App\Command\NotifAbonnementCardExpireCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCardExpireCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCommand" (parent: .abstract.instanceof.App\Command\NotifAbonnementCommand).
  • Resolving inheritance for "App\Command\NotifAbonnementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifStuartAnnuleCommand" (parent: .abstract.instanceof.App\Command\NotifStuartAnnuleCommand).
  • Resolving inheritance for "App\Command\NotifStuartAnnuleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifStuartAnnuleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifTemoignageCommandeCommand" (parent: .abstract.instanceof.App\Command\NotifTemoignageCommandeCommand).
  • Resolving inheritance for "App\Command\NotifTemoignageCommandeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifTemoignageCommandeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommand" (parent: .abstract.instanceof.App\Command\PayAbonnementCommand).
  • Resolving inheritance for "App\Command\PayAbonnementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeCommand" (parent: .abstract.instanceof.App\Command\PayAbonnementCommandeCommand).
  • Resolving inheritance for "App\Command\PayAbonnementCommandeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeImpayCommand" (parent: .abstract.instanceof.App\Command\PayAbonnementCommandeImpayCommand).
  • Resolving inheritance for "App\Command\PayAbonnementCommandeImpayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeImpayCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementSepaProcessingCommand" (parent: .abstract.instanceof.App\Command\PayAbonnementSepaProcessingCommand).
  • Resolving inheritance for "App\Command\PayAbonnementSepaProcessingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementSepaProcessingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterAllByImprimeurCommand" (parent: .abstract.instanceof.App\Command\PayoutPrinterAllByImprimeurCommand).
  • Resolving inheritance for "App\Command\PayoutPrinterAllByImprimeurCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterAllByImprimeurCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterCommand" (parent: .abstract.instanceof.App\Command\PayoutPrinterCommand).
  • Resolving inheritance for "App\Command\PayoutPrinterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculPriceAboProVariationProductCommand" (parent: .abstract.instanceof.App\Command\RecalculPriceAboProVariationProductCommand).
  • Resolving inheritance for "App\Command\RecalculPriceAboProVariationProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculPriceAboProVariationProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapCrelloCommand" (parent: .abstract.instanceof.App\Command\RecapCrelloCommand).
  • Resolving inheritance for "App\Command\RecapCrelloCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapCrelloCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapVirementCommand" (parent: .abstract.instanceof.App\Command\RecapVirementCommand).
  • Resolving inheritance for "App\Command\RecapVirementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapVirementCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RelanceDecouverteAbonnementPlusCommand" (parent: .abstract.instanceof.App\Command\RelanceDecouverteAbonnementPlusCommand).
  • Resolving inheritance for "App\Command\RelanceDecouverteAbonnementPlusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RelanceDecouverteAbonnementPlusCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailAndSmsUserCommand" (parent: .abstract.instanceof.App\Command\SendMailAndSmsUserCommand).
  • Resolving inheritance for "App\Command\SendMailAndSmsUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailAndSmsUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailPlanAPlatCommand" (parent: .abstract.instanceof.App\Command\SendMailPlanAPlatCommand).
  • Resolving inheritance for "App\Command\SendMailPlanAPlatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailPlanAPlatCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailRoutineCommand" (parent: .abstract.instanceof.App\Command\SendMailRoutineCommand).
  • Resolving inheritance for "App\Command\SendMailRoutineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailRoutineCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailTrakingExaprintCommand" (parent: .abstract.instanceof.App\Command\SendMailTrakingExaprintCommand).
  • Resolving inheritance for "App\Command\SendMailTrakingExaprintCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailTrakingExaprintCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewAbonnementNewsletterCommand" (parent: .abstract.instanceof.App\Command\SendNewAbonnementNewsletterCommand).
  • Resolving inheritance for "App\Command\SendNewAbonnementNewsletterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewAbonnementNewsletterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\importDesignDossierCommand" (parent: .abstract.instanceof.App\Command\importDesignDossierCommand).
  • Resolving inheritance for "App\Command\importDesignDossierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\importDesignDossierCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementController" (parent: .abstract.instanceof.App\Controller\Admin\AbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementController).
  • Resolving inheritance for "App\Controller\Admin\AbonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementProController" (parent: .abstract.instanceof.App\Controller\Admin\AbonnementProController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementProController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementProController).
  • Resolving inheritance for "App\Controller\Admin\AbonnementProController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementProController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessoireController" (parent: .abstract.instanceof.App\Controller\Admin\AccessoireController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessoireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessoireController).
  • Resolving inheritance for "App\Controller\Admin\AccessoireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessoireController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccueilElementController" (parent: .abstract.instanceof.App\Controller\Admin\AccueilElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccueilElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccueilElementController).
  • Resolving inheritance for "App\Controller\Admin\AccueilElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccueilElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController" (parent: .abstract.instanceof.App\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController).
  • Resolving inheritance for "App\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauHomePageController" (parent: .abstract.instanceof.App\Controller\Admin\BandeauHomePageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauHomePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauHomePageController).
  • Resolving inheritance for "App\Controller\Admin\BandeauHomePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauHomePageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauRoseController" (parent: .abstract.instanceof.App\Controller\Admin\BandeauRoseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauRoseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauRoseController).
  • Resolving inheritance for "App\Controller\Admin\BandeauRoseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauRoseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BesoinProductPageController" (parent: .abstract.instanceof.App\Controller\Admin\BesoinProductPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BesoinProductPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BesoinProductPageController).
  • Resolving inheritance for "App\Controller\Admin\BesoinProductPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BesoinProductPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CodePromoController" (parent: .abstract.instanceof.App\Controller\Admin\CodePromoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CodePromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CodePromoController).
  • Resolving inheritance for "App\Controller\Admin\CodePromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CodePromoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigWordingController" (parent: .abstract.instanceof.App\Controller\Admin\ConfigWordingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigWordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigWordingController).
  • Resolving inheritance for "App\Controller\Admin\ConfigWordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigWordingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController" (parent: .abstract.instanceof.App\Controller\Admin\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController).
  • Resolving inheritance for "App\Controller\Admin\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreaVistaCreateController" (parent: .abstract.instanceof.App\Controller\Admin\CreaVistaCreateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreaVistaCreateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreaVistaCreateController).
  • Resolving inheritance for "App\Controller\Admin\CreaVistaCreateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreaVistaCreateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
  • Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibiliteController" (parent: .abstract.instanceof.App\Controller\Admin\DisponibiliteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibiliteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibiliteController).
  • Resolving inheritance for "App\Controller\Admin\DisponibiliteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibiliteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DistributionflyerController" (parent: .abstract.instanceof.App\Controller\Admin\DistributionflyerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DistributionflyerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DistributionflyerController).
  • Resolving inheritance for "App\Controller\Admin\DistributionflyerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DistributionflyerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController" (parent: .abstract.instanceof.App\Controller\Admin\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController).
  • Resolving inheritance for "App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImprimeurController" (parent: .abstract.instanceof.App\Controller\Admin\ImprimeurController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImprimeurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImprimeurController).
  • Resolving inheritance for "App\Controller\Admin\ImprimeurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImprimeurController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBurgerController" (parent: .abstract.instanceof.App\Controller\Admin\MenuBurgerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBurgerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBurgerController).
  • Resolving inheritance for "App\Controller\Admin\MenuBurgerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBurgerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessageSavController" (parent: .abstract.instanceof.App\Controller\Admin\MessageSavController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessageSavController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessageSavController).
  • Resolving inheritance for "App\Controller\Admin\MessageSavController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessageSavController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotifAbonnementProController" (parent: .abstract.instanceof.App\Controller\Admin\NotifAbonnementProController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotifAbonnementProController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotifAbonnementProController).
  • Resolving inheritance for "App\Controller\Admin\NotifAbonnementProController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotifAbonnementProController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationB2cController" (parent: .abstract.instanceof.App\Controller\Admin\NotificationB2cController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationB2cController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationB2cController).
  • Resolving inheritance for "App\Controller\Admin\NotificationB2cController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationB2cController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController" (parent: .abstract.instanceof.App\Controller\Admin\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController).
  • Resolving inheritance for "App\Controller\Admin\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Page20000TemplatesController" (parent: .abstract.instanceof.App\Controller\Admin\Page20000TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Page20000TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Page20000TemplatesController).
  • Resolving inheritance for "App\Controller\Admin\Page20000TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Page20000TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesCmsController" (parent: .abstract.instanceof.App\Controller\Admin\PagesCmsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesCmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesCmsController).
  • Resolving inheritance for "App\Controller\Admin\PagesCmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesCmsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesController" (parent: .abstract.instanceof.App\Controller\Admin\PagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesController).
  • Resolving inheritance for "App\Controller\Admin\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesController).
  • 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\ProductPdfController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPdfController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPdfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPdfController).
  • Resolving inheritance for "App\Controller\Admin\ProductPdfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPdfController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapCrelloController" (parent: .abstract.instanceof.App\Controller\Admin\RecapCrelloController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapCrelloController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapCrelloController).
  • Resolving inheritance for "App\Controller\Admin\RecapCrelloController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapCrelloController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapVirementController" (parent: .abstract.instanceof.App\Controller\Admin\RecapVirementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapVirementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapVirementController).
  • Resolving inheritance for "App\Controller\Admin\RecapVirementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapVirementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SavController" (parent: .abstract.instanceof.App\Controller\Admin\SavController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SavController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SavController).
  • Resolving inheritance for "App\Controller\Admin\SavController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SavController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoController" (parent: .abstract.instanceof.App\Controller\Admin\SeoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoController).
  • Resolving inheritance for "App\Controller\Admin\SeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatistiqueController" (parent: .abstract.instanceof.App\Controller\Admin\StatistiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatistiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatistiqueController).
  • Resolving inheritance for "App\Controller\Admin\StatistiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatistiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockProductController" (parent: .abstract.instanceof.App\Controller\Admin\StockProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockProductController).
  • Resolving inheritance for "App\Controller\Admin\StockProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateNbController" (parent: .abstract.instanceof.App\Controller\Admin\TemplateNbController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateNbController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateNbController).
  • Resolving inheritance for "App\Controller\Admin\TemplateNbController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateNbController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TraductionController" (parent: .abstract.instanceof.App\Controller\Admin\TraductionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TraductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TraductionController).
  • Resolving inheritance for "App\Controller\Admin\TraductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TraductionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddOrderController" (parent: .abstract.instanceof.App\Controller\Api\AddOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddOrderController).
  • Resolving inheritance for "App\Controller\Api\AddOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController" (parent: .abstract.instanceof.App\Controller\Api\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController).
  • Resolving inheritance for "App\Controller\Api\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutAdresseController" (parent: .abstract.instanceof.App\Controller\Api\CheckoutAdresseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutAdresseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutAdresseController).
  • Resolving inheritance for "App\Controller\Api\CheckoutAdresseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutAdresseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCarrierController" (parent: .abstract.instanceof.App\Controller\Api\CheckoutCarrierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCarrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCarrierController).
  • Resolving inheritance for "App\Controller\Api\CheckoutCarrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCarrierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCodePromoController" (parent: .abstract.instanceof.App\Controller\Api\CheckoutCodePromoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCodePromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCodePromoController).
  • Resolving inheritance for "App\Controller\Api\CheckoutCodePromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCodePromoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutPaiementController" (parent: .abstract.instanceof.App\Controller\Api\CheckoutPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutPaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutPaiementController).
  • Resolving inheritance for "App\Controller\Api\CheckoutPaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExportBaseProductController" (parent: .abstract.instanceof.App\Controller\Api\ExportBaseProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExportBaseProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExportBaseProductController).
  • Resolving inheritance for "App\Controller\Api\ExportBaseProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExportBaseProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FaqController" (parent: .abstract.instanceof.App\Controller\Api\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FaqController).
  • Resolving inheritance for "App\Controller\Api\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController" (parent: .abstract.instanceof.App\Controller\Api\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController).
  • Resolving inheritance for "App\Controller\Api\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController" (parent: .abstract.instanceof.App\Controller\Api\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController).
  • Resolving inheritance for "App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
  • Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\AccueilController" (parent: .abstract.instanceof.App\Controller\Application\AccueilController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\AccueilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\AccueilController).
  • Resolving inheritance for "App\Controller\Application\AccueilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\AccueilController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\CheckoutController" (parent: .abstract.instanceof.App\Controller\Application\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\CheckoutController).
  • Resolving inheritance for "App\Controller\Application\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\IndexController" (parent: .abstract.instanceof.App\Controller\Application\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\IndexController).
  • Resolving inheritance for "App\Controller\Application\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LandingController" (parent: .abstract.instanceof.App\Controller\Application\LandingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LandingController).
  • Resolving inheritance for "App\Controller\Application\LandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LandingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LiseuseController" (parent: .abstract.instanceof.App\Controller\Application\LiseuseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LiseuseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LiseuseController).
  • Resolving inheritance for "App\Controller\Application\LiseuseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LiseuseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\PannierController" (parent: .abstract.instanceof.App\Controller\Application\PannierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\PannierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\PannierController).
  • Resolving inheritance for "App\Controller\Application\PannierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\PannierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\SecurityController" (parent: .abstract.instanceof.App\Controller\Application\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\SecurityController).
  • Resolving inheritance for "App\Controller\Application\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementController).
  • Resolving inheritance for "App\Controller\Front\AbonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\AccountController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\AccountController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\EditOffreController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\EditOffreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\EditOffreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\EditOffreController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\EditOffreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\EditOffreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\FactureController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\FactureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\FactureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\FactureController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\FactureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\FactureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\IndexController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\IndexController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\MoyensPaiementController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\MoyensPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\MoyensPaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\MoyensPaiementController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\MoyensPaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\MoyensPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\ProcessPaiementController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\ProcessPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\ProcessPaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\ProcessPaiementController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\ProcessPaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\ProcessPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\TemplatesController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\TemplatesController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\UtilisateurController" (parent: .abstract.instanceof.App\Controller\Front\AbonnementPro\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\UtilisateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\UtilisateurController).
  • Resolving inheritance for "App\Controller\Front\AbonnementPro\UtilisateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\AccountController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\AccountController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureAbonnementController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\FactureAbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureAbonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureAbonnementController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\FactureAbonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureAbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\FactureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\FactureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\MoyenPaiementController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\MoyenPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\MoyenPaiementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\MoyenPaiementController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\MoyenPaiementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\MoyenPaiementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\OrdersController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\OrdersController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\UtilisateurController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\UtilisateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\UtilisateurController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\UtilisateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\WalletController" (parent: .abstract.instanceof.App\Controller\Front\B2b\Account\WalletController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\WalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\WalletController).
  • Resolving inheritance for "App\Controller\Front\B2b\Account\WalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\WalletController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AccueilController" (parent: .abstract.instanceof.App\Controller\Front\B2b\AccueilController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AccueilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AccueilController).
  • Resolving inheritance for "App\Controller\Front\B2b\AccueilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AccueilController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AdresseController" (parent: .abstract.instanceof.App\Controller\Front\B2b\AdresseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AdresseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AdresseController).
  • Resolving inheritance for "App\Controller\Front\B2b\AdresseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AdresseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AideGraphiqueController" (parent: .abstract.instanceof.App\Controller\Front\B2b\AideGraphiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AideGraphiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AideGraphiqueController).
  • Resolving inheritance for "App\Controller\Front\B2b\AideGraphiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AideGraphiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CapturerPartagerController" (parent: .abstract.instanceof.App\Controller\Front\B2b\CapturerPartagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CapturerPartagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CapturerPartagerController).
  • Resolving inheritance for "App\Controller\Front\B2b\CapturerPartagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CapturerPartagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CharteGraphiqueController" (parent: .abstract.instanceof.App\Controller\Front\B2b\CharteGraphiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CharteGraphiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CharteGraphiqueController).
  • Resolving inheritance for "App\Controller\Front\B2b\CharteGraphiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CharteGraphiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CreerCommuniquerController" (parent: .abstract.instanceof.App\Controller\Front\B2b\CreerCommuniquerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CreerCommuniquerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CreerCommuniquerController).
  • Resolving inheritance for "App\Controller\Front\B2b\CreerCommuniquerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CreerCommuniquerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DevisMesureController" (parent: .abstract.instanceof.App\Controller\Front\B2b\DevisMesureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DevisMesureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DevisMesureController).
  • Resolving inheritance for "App\Controller\Front\B2b\DevisMesureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DevisMesureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DistribuerEnvoyerController" (parent: .abstract.instanceof.App\Controller\Front\B2b\DistribuerEnvoyerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DistribuerEnvoyerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DistribuerEnvoyerController).
  • Resolving inheritance for "App\Controller\Front\B2b\DistribuerEnvoyerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DistribuerEnvoyerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EditAbonnementController" (parent: .abstract.instanceof.App\Controller\Front\B2b\EditAbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EditAbonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EditAbonnementController).
  • Resolving inheritance for "App\Controller\Front\B2b\EditAbonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EditAbonnementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EmballerExpedierController" (parent: .abstract.instanceof.App\Controller\Front\B2b\EmballerExpedierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EmballerExpedierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EmballerExpedierController).
  • Resolving inheritance for "App\Controller\Front\B2b\EmballerExpedierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EmballerExpedierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ExposerBrillerController" (parent: .abstract.instanceof.App\Controller\Front\B2b\ExposerBrillerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ExposerBrillerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ExposerBrillerController).
  • Resolving inheritance for "App\Controller\Front\B2b\ExposerBrillerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ExposerBrillerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\FileController" (parent: .abstract.instanceof.App\Controller\Front\B2b\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\FileController).
  • Resolving inheritance for "App\Controller\Front\B2b\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ImprimerRelierController" (parent: .abstract.instanceof.App\Controller\Front\B2b\ImprimerRelierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ImprimerRelierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ImprimerRelierController).
  • Resolving inheritance for "App\Controller\Front\B2b\ImprimerRelierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ImprimerRelierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\PersonnaliserPorterController" (parent: .abstract.instanceof.App\Controller\Front\B2b\PersonnaliserPorterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\PersonnaliserPorterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\PersonnaliserPorterController).
  • Resolving inheritance for "App\Controller\Front\B2b\PersonnaliserPorterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\PersonnaliserPorterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CartController" (parent: .abstract.instanceof.App\Controller\Front\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CartController).
  • Resolving inheritance for "App\Controller\Front\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutController" (parent: .abstract.instanceof.App\Controller\Front\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutController).
  • Resolving inheritance for "App\Controller\Front\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutPosteController" (parent: .abstract.instanceof.App\Controller\Front\CheckoutPosteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutPosteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutPosteController).
  • Resolving inheritance for "App\Controller\Front\CheckoutPosteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutPosteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DistributionController" (parent: .abstract.instanceof.App\Controller\Front\DistributionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DistributionController).
  • Resolving inheritance for "App\Controller\Front\DistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DistributionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\IndexController" (parent: .abstract.instanceof.App\Controller\Front\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\IndexController).
  • Resolving inheritance for "App\Controller\Front\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseuseController" (parent: .abstract.instanceof.App\Controller\Front\LiseuseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseuseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseuseController).
  • Resolving inheritance for "App\Controller\Front\LiseuseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseuseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseusePosteController" (parent: .abstract.instanceof.App\Controller\Front\LiseusePosteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseusePosteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseusePosteController).
  • Resolving inheritance for "App\Controller\Front\LiseusePosteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseusePosteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MyaccountController" (parent: .abstract.instanceof.App\Controller\Front\MyaccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MyaccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MyaccountController).
  • Resolving inheritance for "App\Controller\Front\MyaccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MyaccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\NbDesignerController" (parent: .abstract.instanceof.App\Controller\Front\NbDesignerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\NbDesignerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\NbDesignerController).
  • Resolving inheritance for "App\Controller\Front\NbDesignerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\NbDesignerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageTemplatesController" (parent: .abstract.instanceof.App\Controller\Front\PageTemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageTemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageTemplatesController).
  • Resolving inheritance for "App\Controller\Front\PageTemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageTemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController" (parent: .abstract.instanceof.App\Controller\Front\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController).
  • Resolving inheritance for "App\Controller\Front\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductOptionController" (parent: .abstract.instanceof.App\Controller\Front\ProductOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductOptionController).
  • Resolving inheritance for "App\Controller\Front\ProductOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\TopPdfProductController" (parent: .abstract.instanceof.App\Controller\Front\TopPdfProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\TopPdfProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\TopPdfProductController).
  • Resolving inheritance for "App\Controller\Front\TopPdfProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\TopPdfProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\docApiController" (parent: .abstract.instanceof.App\Controller\Front\docApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\docApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\docApiController).
  • Resolving inheritance for "App\Controller\Front\docApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\docApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\merchPackController" (parent: .abstract.instanceof.App\Controller\Front\merchPackController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\merchPackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\merchPackController).
  • Resolving inheritance for "App\Controller\Front\merchPackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\merchPackController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Imprimeur\UtilisateurController" (parent: .abstract.instanceof.App\Controller\Imprimeur\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Imprimeur\UtilisateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Imprimeur\UtilisateurController).
  • Resolving inheritance for "App\Controller\Imprimeur\UtilisateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Imprimeur\UtilisateurController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\CartesController" (parent: .abstract.instanceof.App\Controller\Page\CartesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\CartesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\CartesController).
  • Resolving inheritance for "App\Controller\Page\CartesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\CartesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DistribueController" (parent: .abstract.instanceof.App\Controller\Page\DistribueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DistribueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DistribueController).
  • Resolving inheritance for "App\Controller\Page\DistribueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DistribueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DocumentsController" (parent: .abstract.instanceof.App\Controller\Page\DocumentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DocumentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DocumentsController).
  • Resolving inheritance for "App\Controller\Page\DocumentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DocumentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\FlyersController" (parent: .abstract.instanceof.App\Controller\Page\FlyersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\FlyersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\FlyersController).
  • Resolving inheritance for "App\Controller\Page\FlyersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\FlyersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\PagesController" (parent: .abstract.instanceof.App\Controller\Page\PagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\PagesController).
  • Resolving inheritance for "App\Controller\Page\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\PagesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\ProduitsController" (parent: .abstract.instanceof.App\Controller\Page\ProduitsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\ProduitsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\ProduitsController).
  • Resolving inheritance for "App\Controller\Page\ProduitsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\ProduitsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\RedirectPageBlogController" (parent: .abstract.instanceof.App\Controller\Page\RedirectPageBlogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\RedirectPageBlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\RedirectPageBlogController).
  • Resolving inheritance for "App\Controller\Page\RedirectPageBlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\RedirectPageBlogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AbonnementProFixtures" (parent: .abstract.instanceof.App\DataFixtures\AbonnementProFixtures).
  • Resolving inheritance for "App\DataFixtures\AbonnementProFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AbonnementProFixtures).
  • 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\CarrierFixtures" (parent: .abstract.instanceof.App\DataFixtures\CarrierFixtures).
  • Resolving inheritance for "App\DataFixtures\CarrierFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CarrierFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistributionFlyerFixtures" (parent: .abstract.instanceof.App\DataFixtures\DistributionFlyerFixtures).
  • Resolving inheritance for "App\DataFixtures\DistributionFlyerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistributionFlyerFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StatsFixtures" (parent: .abstract.instanceof.App\DataFixtures\StatsFixtures).
  • Resolving inheritance for "App\DataFixtures\StatsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StatsFixtures).
  • 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\EventListener\LocaleListener" (parent: .abstract.instanceof.App\EventListener\LocaleListener).
  • Resolving inheritance for "App\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbonnementType" (parent: .abstract.instanceof.App\Form\AbonnementType).
  • Resolving inheritance for "App\Form\AbonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbonnementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireProductType" (parent: .abstract.instanceof.App\Form\AccessoireProductType).
  • Resolving inheritance for "App\Form\AccessoireProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireReluireNbrType" (parent: .abstract.instanceof.App\Form\AccessoireReluireNbrType).
  • Resolving inheritance for "App\Form\AccessoireReluireNbrType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireReluireNbrType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireType" (parent: .abstract.instanceof.App\Form\AccessoireType).
  • Resolving inheritance for "App\Form\AccessoireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementBtnType" (parent: .abstract.instanceof.App\Form\AccueilElementBtnType).
  • Resolving inheritance for "App\Form\AccueilElementBtnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementBtnType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementType" (parent: .abstract.instanceof.App\Form\AccueilElementType).
  • Resolving inheritance for "App\Form\AccueilElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqCategoryType" (parent: .abstract.instanceof.App\Form\AdminFaqCategoryType).
  • Resolving inheritance for "App\Form\AdminFaqCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqType" (parent: .abstract.instanceof.App\Form\AdminFaqType).
  • Resolving inheritance for "App\Form\AdminFaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseApplicationType" (parent: .abstract.instanceof.App\Form\AdresseApplicationType).
  • Resolving inheritance for "App\Form\AdresseApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseApplicationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFacturationAbonnementType" (parent: .abstract.instanceof.App\Form\AdresseFacturationAbonnementType).
  • Resolving inheritance for "App\Form\AdresseFacturationAbonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFacturationAbonnementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFrontType" (parent: .abstract.instanceof.App\Form\AdresseFrontType).
  • Resolving inheritance for "App\Form\AdresseFrontType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFrontType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseType" (parent: .abstract.instanceof.App\Form\AdresseType).
  • Resolving inheritance for "App\Form\AdresseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\AdresseCheckoutType" (parent: .abstract.instanceof.App\Form\Api\AdresseCheckoutType).
  • Resolving inheritance for "App\Form\Api\AdresseCheckoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\AdresseCheckoutType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\CustomerType" (parent: .abstract.instanceof.App\Form\Api\CustomerType).
  • Resolving inheritance for "App\Form\Api\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserEditType" (parent: .abstract.instanceof.App\Form\Api\UserEditType).
  • Resolving inheritance for "App\Form\Api\UserEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserType" (parent: .abstract.instanceof.App\Form\Api\UserType).
  • Resolving inheritance for "App\Form\Api\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributDescriptionLangType" (parent: .abstract.instanceof.App\Form\AttributDescriptionLangType).
  • Resolving inheritance for "App\Form\AttributDescriptionLangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributDescriptionLangType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType" (parent: .abstract.instanceof.App\Form\AttributType).
  • Resolving inheritance for "App\Form\AttributType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisAttributeType" (parent: .abstract.instanceof.App\Form\AvisAttributeType).
  • Resolving inheritance for "App\Form\AvisAttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisAttributeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageItemType" (parent: .abstract.instanceof.App\Form\BandeauHomePageItemType).
  • Resolving inheritance for "App\Form\BandeauHomePageItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageType" (parent: .abstract.instanceof.App\Form\BandeauHomePageType).
  • Resolving inheritance for "App\Form\BandeauHomePageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauRoseType" (parent: .abstract.instanceof.App\Form\BandeauRoseType).
  • Resolving inheritance for "App\Form\BandeauRoseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauRoseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemBloc4Type" (parent: .abstract.instanceof.App\Form\BesoinProductPageBannierItemBloc4Type).
  • Resolving inheritance for "App\Form\BesoinProductPageBannierItemBloc4Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemBloc4Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemType" (parent: .abstract.instanceof.App\Form\BesoinProductPageBannierItemType).
  • Resolving inheritance for "App\Form\BesoinProductPageBannierItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierType" (parent: .abstract.instanceof.App\Form\BesoinProductPageBannierType).
  • Resolving inheritance for "App\Form\BesoinProductPageBannierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageCategoryType" (parent: .abstract.instanceof.App\Form\BesoinProductPageCategoryType).
  • Resolving inheritance for "App\Form\BesoinProductPageCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderImageLangType" (parent: .abstract.instanceof.App\Form\BesoinProductPageHeaderImageLangType).
  • Resolving inheritance for "App\Form\BesoinProductPageHeaderImageLangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderImageLangType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderMobileType" (parent: .abstract.instanceof.App\Form\BesoinProductPageHeaderMobileType).
  • Resolving inheritance for "App\Form\BesoinProductPageHeaderMobileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderMobileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderType" (parent: .abstract.instanceof.App\Form\BesoinProductPageHeaderType).
  • Resolving inheritance for "App\Form\BesoinProductPageHeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageIconeType" (parent: .abstract.instanceof.App\Form\BesoinProductPageIconeType).
  • Resolving inheritance for "App\Form\BesoinProductPageIconeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageIconeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryProductType" (parent: .abstract.instanceof.App\Form\BesoinProductPagePreferenceCategoryProductType).
  • Resolving inheritance for "App\Form\BesoinProductPagePreferenceCategoryProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategorySousType" (parent: .abstract.instanceof.App\Form\BesoinProductPagePreferenceCategorySousType).
  • Resolving inheritance for "App\Form\BesoinProductPagePreferenceCategorySousType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategorySousType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryType" (parent: .abstract.instanceof.App\Form\BesoinProductPagePreferenceCategoryType).
  • Resolving inheritance for "App\Form\BesoinProductPagePreferenceCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageType" (parent: .abstract.instanceof.App\Form\BesoinProductPageType).
  • Resolving inheritance for "App\Form\BesoinProductPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementPro2Type" (parent: .abstract.instanceof.App\Form\BlockPageAbonnementPro2Type).
  • Resolving inheritance for "App\Form\BlockPageAbonnementPro2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementPro2Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProItemType" (parent: .abstract.instanceof.App\Form\BlockPageAbonnementProItemType).
  • Resolving inheritance for "App\Form\BlockPageAbonnementProItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProType" (parent: .abstract.instanceof.App\Form\BlockPageAbonnementProType).
  • Resolving inheritance for "App\Form\BlockPageAbonnementProType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCus2Type" (parent: .abstract.instanceof.App\Form\CaptchaCus2Type).
  • Resolving inheritance for "App\Form\CaptchaCus2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCus2Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCusType" (parent: .abstract.instanceof.App\Form\CaptchaCusType).
  • Resolving inheritance for "App\Form\CaptchaCusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryPdfType" (parent: .abstract.instanceof.App\Form\CategoryPdfType).
  • Resolving inheritance for "App\Form\CategoryPdfType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryPdfType).
  • 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\ConfigWordingType" (parent: .abstract.instanceof.App\Form\ConfigWordingType).
  • Resolving inheritance for "App\Form\ConfigWordingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigWordingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContratType" (parent: .abstract.instanceof.App\Form\ContratType).
  • Resolving inheritance for "App\Form\ContratType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContratType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreaVistaCreateType" (parent: .abstract.instanceof.App\Form\CreaVistaCreateType).
  • Resolving inheritance for "App\Form\CreaVistaCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreaVistaCreateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerAbonnementType" (parent: .abstract.instanceof.App\Form\CustomerAbonnementType).
  • Resolving inheritance for "App\Form\CustomerAbonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerAbonnementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bCollectionType" (parent: .abstract.instanceof.App\Form\CustomerB2bCollectionType).
  • Resolving inheritance for "App\Form\CustomerB2bCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bType" (parent: .abstract.instanceof.App\Form\CustomerB2bType).
  • Resolving inheritance for "App\Form\CustomerB2bType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerOrderType" (parent: .abstract.instanceof.App\Form\CustomerOrderType).
  • Resolving inheritance for "App\Form\CustomerOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
  • Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DispoTextImprimeurType" (parent: .abstract.instanceof.App\Form\DispoTextImprimeurType).
  • Resolving inheritance for "App\Form\DispoTextImprimeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DispoTextImprimeurType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisponibiliteType" (parent: .abstract.instanceof.App\Form\DisponibiliteType).
  • Resolving inheritance for "App\Form\DisponibiliteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisponibiliteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionCartType" (parent: .abstract.instanceof.App\Form\DistributionCartType).
  • Resolving inheritance for "App\Form\DistributionCartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionCartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerQtyType" (parent: .abstract.instanceof.App\Form\DistributionFlyerQtyType).
  • Resolving inheritance for "App\Form\DistributionFlyerQtyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerQtyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerType" (parent: .abstract.instanceof.App\Form\DistributionFlyerType).
  • Resolving inheritance for "App\Form\DistributionFlyerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerZoneType" (parent: .abstract.instanceof.App\Form\DistributionFlyerZoneType).
  • Resolving inheritance for "App\Form\DistributionFlyerZoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerZoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionType" (parent: .abstract.instanceof.App\Form\DistributionType).
  • Resolving inheritance for "App\Form\DistributionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqB2bType" (parent: .abstract.instanceof.App\Form\FaqB2bType).
  • Resolving inheritance for "App\Form\FaqB2bType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqB2bType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType" (parent: .abstract.instanceof.App\Form\FaqType).
  • Resolving inheritance for "App\Form\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormatCatSouhaiteType" (parent: .abstract.instanceof.App\Form\FormatCatSouhaiteType).
  • Resolving inheritance for "App\Form\FormatCatSouhaiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormatCatSouhaiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GrammageCatSouhaiteType" (parent: .abstract.instanceof.App\Form\GrammageCatSouhaiteType).
  • Resolving inheritance for "App\Form\GrammageCatSouhaiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GrammageCatSouhaiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurType" (parent: .abstract.instanceof.App\Form\ImprimeurType).
  • Resolving inheritance for "App\Form\ImprimeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurUserType" (parent: .abstract.instanceof.App\Form\ImprimeurUserType).
  • Resolving inheritance for "App\Form\ImprimeurUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCountryType" (parent: .abstract.instanceof.App\Form\LanguageCountryType).
  • Resolving inheritance for "App\Form\LanguageCountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCountryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiseuseProductAtributType" (parent: .abstract.instanceof.App\Form\LiseuseProductAtributType).
  • Resolving inheritance for "App\Form\LiseuseProductAtributType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiseuseProductAtributType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuBurgerType" (parent: .abstract.instanceof.App\Form\MenuBurgerType).
  • Resolving inheritance for "App\Form\MenuBurgerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuBurgerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuVerticalAcceuilType" (parent: .abstract.instanceof.App\Form\MenuVerticalAcceuilType).
  • Resolving inheritance for "App\Form\MenuVerticalAcceuilType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuVerticalAcceuilType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinMaxReluireType" (parent: .abstract.instanceof.App\Form\MinMaxReluireType).
  • Resolving inheritance for "App\Form\MinMaxReluireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinMaxReluireType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotifB2bType" (parent: .abstract.instanceof.App\Form\NotifB2bType).
  • Resolving inheritance for "App\Form\NotifB2bType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotifB2bType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrdersType" (parent: .abstract.instanceof.App\Form\OrdersType).
  • Resolving inheritance for "App\Form\OrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrdersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\LivraisonBlockType" (parent: .abstract.instanceof.App\Form\Page\LivraisonBlockType).
  • Resolving inheritance for "App\Form\Page\LivraisonBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\LivraisonBlockType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1MetierType" (parent: .abstract.instanceof.App\Form\Page\PageBlock1MetierType).
  • Resolving inheritance for "App\Form\Page\PageBlock1MetierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1MetierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock1ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock1ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock1Type).
  • Resolving inheritance for "App\Form\Page\PageBlock1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock2ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock2ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock2Type).
  • Resolving inheritance for "App\Form\Page\PageBlock2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock3ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock3ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock3Type).
  • Resolving inheritance for "App\Form\Page\PageBlock3Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock4ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock4ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock4Type).
  • Resolving inheritance for "App\Form\Page\PageBlock4Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock5Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock5Type).
  • Resolving inheritance for "App\Form\Page\PageBlock5Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock5Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock6ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock6ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock6Type).
  • Resolving inheritance for "App\Form\Page\PageBlock6Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7ProduitType" (parent: .abstract.instanceof.App\Form\Page\PageBlock7ProduitType).
  • Resolving inheritance for "App\Form\Page\PageBlock7ProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7ProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7Type" (parent: .abstract.instanceof.App\Form\Page\PageBlock7Type).
  • Resolving inheritance for "App\Form\Page\PageBlock7Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageMetierType" (parent: .abstract.instanceof.App\Form\Page\PageMetierType).
  • Resolving inheritance for "App\Form\Page\PageMetierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageMetierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageProduitType" (parent: .abstract.instanceof.App\Form\Page\PageProduitType).
  • Resolving inheritance for "App\Form\Page\PageProduitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageProduitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock2Type" (parent: .abstract.instanceof.App\Form\Page\PageSousBlock2Type).
  • Resolving inheritance for "App\Form\Page\PageSousBlock2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock2Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock3Type" (parent: .abstract.instanceof.App\Form\Page\PageSousBlock3Type).
  • Resolving inheritance for "App\Form\Page\PageSousBlock3Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock3Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock4Type" (parent: .abstract.instanceof.App\Form\Page\PageSousBlock4Type).
  • Resolving inheritance for "App\Form\Page\PageSousBlock4Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock4Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlockType" (parent: .abstract.instanceof.App\Form\Page\PageSousBlockType).
  • Resolving inheritance for "App\Form\Page\PageSousBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlockType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageType" (parent: .abstract.instanceof.App\Form\Page\PageType).
  • Resolving inheritance for "App\Form\Page\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType" (parent: .abstract.instanceof.App\Form\PagesType).
  • Resolving inheritance for "App\Form\PagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceProductType" (parent: .abstract.instanceof.App\Form\PriceProductType).
  • Resolving inheritance for "App\Form\PriceProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAttributeType" (parent: .abstract.instanceof.App\Form\ProductAttributeType).
  • Resolving inheritance for "App\Form\ProductAttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAttributeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageLangType" (parent: .abstract.instanceof.App\Form\ProductImageLangType).
  • Resolving inheritance for "App\Form\ProductImageLangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageLangType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageMobileType" (parent: .abstract.instanceof.App\Form\ProductImageMobileType).
  • Resolving inheritance for "App\Form\ProductImageMobileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageMobileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPdfType" (parent: .abstract.instanceof.App\Form\ProductPdfType).
  • Resolving inheritance for "App\Form\ProductPdfType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPdfType).
  • 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\ProfilType" (parent: .abstract.instanceof.App\Form\ProfilType).
  • Resolving inheritance for "App\Form\ProfilType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecommendationProductType" (parent: .abstract.instanceof.App\Form\RecommendationProductType).
  • Resolving inheritance for "App\Form\RecommendationProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecommendationProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
  • Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReluireCatSouhaiteType" (parent: .abstract.instanceof.App\Form\ReluireCatSouhaiteType).
  • Resolving inheritance for "App\Form\ReluireCatSouhaiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReluireCatSouhaiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RepresentantImprimeurType" (parent: .abstract.instanceof.App\Form\RepresentantImprimeurType).
  • Resolving inheritance for "App\Form\RepresentantImprimeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RepresentantImprimeurType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavMessageType" (parent: .abstract.instanceof.App\Form\SavMessageType).
  • Resolving inheritance for "App\Form\SavMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavMessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavType" (parent: .abstract.instanceof.App\Form\SavType).
  • Resolving inheritance for "App\Form\SavType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireMinMaxType" (parent: .abstract.instanceof.App\Form\StockAccessoireMinMaxType).
  • Resolving inheritance for "App\Form\StockAccessoireMinMaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireMinMaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireType" (parent: .abstract.instanceof.App\Form\StockAccessoireType).
  • Resolving inheritance for "App\Form\StockAccessoireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType" (parent: .abstract.instanceof.App\Form\StockType).
  • Resolving inheritance for "App\Form\StockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementCatType" (parent: .abstract.instanceof.App\Form\TabAbonnementCatType).
  • Resolving inheritance for "App\Form\TabAbonnementCatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementCatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementType" (parent: .abstract.instanceof.App\Form\TabAbonnementType).
  • Resolving inheritance for "App\Form\TabAbonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageCategoryType" (parent: .abstract.instanceof.App\Form\TemplatesPageCategoryType).
  • Resolving inheritance for "App\Form\TemplatesPageCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageType" (parent: .abstract.instanceof.App\Form\TemplatesPageType).
  • Resolving inheritance for "App\Form\TemplatesPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextHoverProductType" (parent: .abstract.instanceof.App\Form\TextHoverProductType).
  • Resolving inheritance for "App\Form\TextHoverProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextHoverProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipsProductType" (parent: .abstract.instanceof.App\Form\TipsProductType).
  • Resolving inheritance for "App\Form\TipsProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipsProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAbonnementFormType" (parent: .abstract.instanceof.App\Form\UserAbonnementFormType).
  • Resolving inheritance for "App\Form\UserAbonnementFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAbonnementFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserB2bFormType" (parent: .abstract.instanceof.App\Form\UserB2bFormType).
  • Resolving inheritance for "App\Form\UserB2bFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserB2bFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserImprimeurType" (parent: .abstract.instanceof.App\Form\UserImprimeurType).
  • Resolving inheritance for "App\Form\UserImprimeurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserImprimeurType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLiseuseType" (parent: .abstract.instanceof.App\Form\UserLiseuseType).
  • Resolving inheritance for "App\Form\UserLiseuseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLiseuseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserOrderType" (parent: .abstract.instanceof.App\Form\UserOrderType).
  • Resolving inheritance for "App\Form\UserOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserOrderType).
  • 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.Symfony\Component\Form\FormTypeInterface.0.App\Form\WalletB2bType" (parent: .abstract.instanceof.App\Form\WalletB2bType).
  • Resolving inheritance for "App\Form\WalletB2bType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WalletB2bType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementPayRepository" (parent: .abstract.instanceof.App\Repository\AbonnementPayRepository).
  • Resolving inheritance for "App\Repository\AbonnementPayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementPayRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProCartRepository" (parent: .abstract.instanceof.App\Repository\AbonnementProCartRepository).
  • Resolving inheritance for "App\Repository\AbonnementProCartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProCartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProRepository" (parent: .abstract.instanceof.App\Repository\AbonnementProRepository).
  • Resolving inheritance for "App\Repository\AbonnementProRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository" (parent: .abstract.instanceof.App\Repository\AbonnementRepository).
  • Resolving inheritance for "App\Repository\AbonnementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireProductRepository" (parent: .abstract.instanceof.App\Repository\AccessoireProductRepository).
  • Resolving inheritance for "App\Repository\AccessoireProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireReluireNbrRepository" (parent: .abstract.instanceof.App\Repository\AccessoireReluireNbrRepository).
  • Resolving inheritance for "App\Repository\AccessoireReluireNbrRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireReluireNbrRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireRepository" (parent: .abstract.instanceof.App\Repository\AccessoireRepository).
  • Resolving inheritance for "App\Repository\AccessoireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementBtnRepository" (parent: .abstract.instanceof.App\Repository\AccueilElementBtnRepository).
  • Resolving inheritance for "App\Repository\AccueilElementBtnRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementBtnRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementRepository" (parent: .abstract.instanceof.App\Repository\AccueilElementRepository).
  • Resolving inheritance for "App\Repository\AccueilElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqCategoryRepository" (parent: .abstract.instanceof.App\Repository\AdminFaqCategoryRepository).
  • Resolving inheritance for "App\Repository\AdminFaqCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqRepository" (parent: .abstract.instanceof.App\Repository\AdminFaqRepository).
  • Resolving inheritance for "App\Repository\AdminFaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdresseRepository" (parent: .abstract.instanceof.App\Repository\AdresseRepository).
  • Resolving inheritance for "App\Repository\AdresseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdresseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributImageRepository" (parent: .abstract.instanceof.App\Repository\AttributImageRepository).
  • Resolving inheritance for "App\Repository\AttributImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributLangRepository" (parent: .abstract.instanceof.App\Repository\AttributLangRepository).
  • Resolving inheritance for "App\Repository\AttributLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributLangRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributRepository" (parent: .abstract.instanceof.App\Repository\AttributRepository).
  • Resolving inheritance for "App\Repository\AttributRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisAttributeRepository" (parent: .abstract.instanceof.App\Repository\AvisAttributeRepository).
  • Resolving inheritance for "App\Repository\AvisAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisAttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisVerifiesRepository" (parent: .abstract.instanceof.App\Repository\AvisVerifiesRepository).
  • Resolving inheritance for "App\Repository\AvisVerifiesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisVerifiesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageItemRepository" (parent: .abstract.instanceof.App\Repository\BandeauHomePageItemRepository).
  • Resolving inheritance for "App\Repository\BandeauHomePageItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageRepository" (parent: .abstract.instanceof.App\Repository\BandeauHomePageRepository).
  • Resolving inheritance for "App\Repository\BandeauHomePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauRoseRepository" (parent: .abstract.instanceof.App\Repository\BandeauRoseRepository).
  • Resolving inheritance for "App\Repository\BandeauRoseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauRoseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductFavorisRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductFavorisRepository).
  • Resolving inheritance for "App\Repository\BesoinProductFavorisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductFavorisRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemBloc4Repository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageBannierItemBloc4Repository).
  • Resolving inheritance for "App\Repository\BesoinProductPageBannierItemBloc4Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemBloc4Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageBannierItemRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageBannierItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageBannierRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageBannierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageCategoryRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageCategoryRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderLangRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageHeaderLangRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageHeaderLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderLangRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderMobileRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageHeaderMobileRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageHeaderMobileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderMobileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageHeaderRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageHeaderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageIconeRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageIconeRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageIconeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageIconeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryProductRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategoryProductRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPagePreferenceCategoryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategoryRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPagePreferenceCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategorySousRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategorySousRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPagePreferenceCategorySousRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategorySousRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageRepository" (parent: .abstract.instanceof.App\Repository\BesoinProductPageRepository).
  • Resolving inheritance for "App\Repository\BesoinProductPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProItemRepository" (parent: .abstract.instanceof.App\Repository\BlockPageAbonnementProItemRepository).
  • Resolving inheritance for "App\Repository\BlockPageAbonnementProItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProRepository" (parent: .abstract.instanceof.App\Repository\BlockPageAbonnementProRepository).
  • Resolving inheritance for "App\Repository\BlockPageAbonnementProRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaCusRepository" (parent: .abstract.instanceof.App\Repository\CaptchaCusRepository).
  • Resolving inheritance for "App\Repository\CaptchaCusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaCusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository" (parent: .abstract.instanceof.App\Repository\CarrierRepository).
  • Resolving inheritance for "App\Repository\CarrierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAccessoireRepository" (parent: .abstract.instanceof.App\Repository\CartDetailAccessoireRepository).
  • Resolving inheritance for "App\Repository\CartDetailAccessoireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAccessoireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAdresseRepository" (parent: .abstract.instanceof.App\Repository\CartDetailAdresseRepository).
  • Resolving inheritance for "App\Repository\CartDetailAdresseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAdresseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailPhotosRepository" (parent: .abstract.instanceof.App\Repository\CartDetailPhotosRepository).
  • Resolving inheritance for "App\Repository\CartDetailPhotosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailPhotosRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailRepository" (parent: .abstract.instanceof.App\Repository\CartDetailRepository).
  • Resolving inheritance for "App\Repository\CartDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
  • Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryPdfRepository" (parent: .abstract.instanceof.App\Repository\CategoryPdfRepository).
  • Resolving inheritance for "App\Repository\CategoryPdfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryPdfRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodePromoRepository" (parent: .abstract.instanceof.App\Repository\CodePromoRepository).
  • Resolving inheritance for "App\Repository\CodePromoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodePromoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesFacturesRepository" (parent: .abstract.instanceof.App\Repository\CompteAbonnementProCommandesFacturesRepository).
  • Resolving inheritance for "App\Repository\CompteAbonnementProCommandesFacturesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesFacturesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesRepository" (parent: .abstract.instanceof.App\Repository\CompteAbonnementProCommandesRepository).
  • Resolving inheritance for "App\Repository\CompteAbonnementProCommandesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureRepository" (parent: .abstract.instanceof.App\Repository\CompteAbonnementProFactureRepository).
  • Resolving inheritance for "App\Repository\CompteAbonnementProFactureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureUtilisateurRepository" (parent: .abstract.instanceof.App\Repository\CompteAbonnementProFactureUtilisateurRepository).
  • Resolving inheritance for "App\Repository\CompteAbonnementProFactureUtilisateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureUtilisateurRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProRepository" (parent: .abstract.instanceof.App\Repository\CompteAbonnementProRepository).
  • Resolving inheritance for "App\Repository\CompteAbonnementProRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigProductDescriptionRepository" (parent: .abstract.instanceof.App\Repository\ConfigProductDescriptionRepository).
  • Resolving inheritance for "App\Repository\ConfigProductDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigProductDescriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigWordingRepository" (parent: .abstract.instanceof.App\Repository\ConfigWordingRepository).
  • Resolving inheritance for "App\Repository\ConfigWordingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigWordingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContratcsRepository" (parent: .abstract.instanceof.App\Repository\ContratcsRepository).
  • Resolving inheritance for "App\Repository\ContratcsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContratcsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CookiesIpRepository" (parent: .abstract.instanceof.App\Repository\CookiesIpRepository).
  • Resolving inheritance for "App\Repository\CookiesIpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CookiesIpRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispoTextImprimeurRepository" (parent: .abstract.instanceof.App\Repository\DispoTextImprimeurRepository).
  • Resolving inheritance for "App\Repository\DispoTextImprimeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispoTextImprimeurRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteRepository" (parent: .abstract.instanceof.App\Repository\DisponibiliteRepository).
  • Resolving inheritance for "App\Repository\DisponibiliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionCartRepository" (parent: .abstract.instanceof.App\Repository\DistributionCartRepository).
  • Resolving inheritance for "App\Repository\DistributionCartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionCartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerImprimeurRepository" (parent: .abstract.instanceof.App\Repository\DistributionFlyerImprimeurRepository).
  • Resolving inheritance for "App\Repository\DistributionFlyerImprimeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerImprimeurRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerProductRepository" (parent: .abstract.instanceof.App\Repository\DistributionFlyerProductRepository).
  • Resolving inheritance for "App\Repository\DistributionFlyerProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerQtyRepository" (parent: .abstract.instanceof.App\Repository\DistributionFlyerQtyRepository).
  • Resolving inheritance for "App\Repository\DistributionFlyerQtyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerQtyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerRepository" (parent: .abstract.instanceof.App\Repository\DistributionFlyerRepository).
  • Resolving inheritance for "App\Repository\DistributionFlyerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerZoneRepository" (parent: .abstract.instanceof.App\Repository\DistributionFlyerZoneRepository).
  • Resolving inheritance for "App\Repository\DistributionFlyerZoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerZoneRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionRepository" (parent: .abstract.instanceof.App\Repository\DistributionRepository).
  • Resolving inheritance for "App\Repository\DistributionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqB2bRepository" (parent: .abstract.instanceof.App\Repository\FaqB2bRepository).
  • Resolving inheritance for "App\Repository\FaqB2bRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqB2bRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
  • Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavoriLiseuseRepository" (parent: .abstract.instanceof.App\Repository\FavoriLiseuseRepository).
  • Resolving inheritance for "App\Repository\FavoriLiseuseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavoriLiseuseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloCategoryRepository" (parent: .abstract.instanceof.App\Repository\FilesClientCrelloCategoryRepository).
  • Resolving inheritance for "App\Repository\FilesClientCrelloCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloRepository" (parent: .abstract.instanceof.App\Repository\FilesClientCrelloRepository).
  • Resolving inheritance for "App\Repository\FilesClientCrelloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientRepository" (parent: .abstract.instanceof.App\Repository\FilesClientRepository).
  • Resolving inheritance for "App\Repository\FilesClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesEditRepository" (parent: .abstract.instanceof.App\Repository\FilesEditRepository).
  • Resolving inheritance for "App\Repository\FilesEditRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesEditRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormatCatSouhaiteRepository" (parent: .abstract.instanceof.App\Repository\FormatCatSouhaiteRepository).
  • Resolving inheritance for "App\Repository\FormatCatSouhaiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormatCatSouhaiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranceRegionRepository" (parent: .abstract.instanceof.App\Repository\FranceRegionRepository).
  • Resolving inheritance for "App\Repository\FranceRegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranceRegionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrammageCatSouhaiteRepository" (parent: .abstract.instanceof.App\Repository\GrammageCatSouhaiteRepository).
  • Resolving inheritance for "App\Repository\GrammageCatSouhaiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrammageCatSouhaiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryOrderB2bRepository" (parent: .abstract.instanceof.App\Repository\HistoryOrderB2bRepository).
  • Resolving inheritance for "App\Repository\HistoryOrderB2bRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryOrderB2bRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImprimeurRepository" (parent: .abstract.instanceof.App\Repository\ImprimeurRepository).
  • Resolving inheritance for "App\Repository\ImprimeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImprimeurRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCountryRepository" (parent: .abstract.instanceof.App\Repository\LanguageCountryRepository).
  • Resolving inheritance for "App\Repository\LanguageCountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiseuseProduitAtributRepository" (parent: .abstract.instanceof.App\Repository\LiseuseProduitAtributRepository).
  • Resolving inheritance for "App\Repository\LiseuseProduitAtributRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiseuseProduitAtributRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuBurgerRepository" (parent: .abstract.instanceof.App\Repository\MenuBurgerRepository).
  • Resolving inheritance for "App\Repository\MenuBurgerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuBurgerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuVerticalAcceuilRepository" (parent: .abstract.instanceof.App\Repository\MenuVerticalAcceuilRepository).
  • Resolving inheritance for "App\Repository\MenuVerticalAcceuilRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuVerticalAcceuilRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesSavRepository" (parent: .abstract.instanceof.App\Repository\MessagesSavRepository).
  • Resolving inheritance for "App\Repository\MessagesSavRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesSavRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MinMaxReluireRepository" (parent: .abstract.instanceof.App\Repository\MinMaxReluireRepository).
  • Resolving inheritance for "App\Repository\MinMaxReluireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MinMaxReluireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository" (parent: .abstract.instanceof.App\Repository\MsgRepository).
  • Resolving inheritance for "App\Repository\MsgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbElementsRepository" (parent: .abstract.instanceof.App\Repository\NbElementsRepository).
  • Resolving inheritance for "App\Repository\NbElementsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbElementsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbFilesRepository" (parent: .abstract.instanceof.App\Repository\NbFilesRepository).
  • Resolving inheritance for "App\Repository\NbFilesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbFilesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbLayersRepository" (parent: .abstract.instanceof.App\Repository\NbLayersRepository).
  • Resolving inheritance for "App\Repository\NbLayersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbLayersRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTemplatesRepository" (parent: .abstract.instanceof.App\Repository\NbTemplatesRepository).
  • Resolving inheritance for "App\Repository\NbTemplatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTemplatesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTextesRepository" (parent: .abstract.instanceof.App\Repository\NbTextesRepository).
  • Resolving inheritance for "App\Repository\NbTextesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTextesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbUserTemplatesRepository" (parent: .abstract.instanceof.App\Repository\NbUserTemplatesRepository).
  • Resolving inheritance for "App\Repository\NbUserTemplatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbUserTemplatesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NosCreaRepository" (parent: .abstract.instanceof.App\Repository\NosCreaRepository).
  • Resolving inheritance for "App\Repository\NosCreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NosCreaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bProgrameRepository" (parent: .abstract.instanceof.App\Repository\NotifB2bProgrameRepository).
  • Resolving inheritance for "App\Repository\NotifB2bProgrameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bProgrameRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bRepository" (parent: .abstract.instanceof.App\Repository\NotifB2bRepository).
  • Resolving inheritance for "App\Repository\NotifB2bRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cCompteRepository" (parent: .abstract.instanceof.App\Repository\NotifB2cCompteRepository).
  • Resolving inheritance for "App\Repository\NotifB2cCompteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cCompteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cProgrameRepository" (parent: .abstract.instanceof.App\Repository\NotifB2cProgrameRepository).
  • Resolving inheritance for "App\Repository\NotifB2cProgrameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cProgrameRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAccessoireRepository" (parent: .abstract.instanceof.App\Repository\OrderDetailAccessoireRepository).
  • Resolving inheritance for "App\Repository\OrderDetailAccessoireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAccessoireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAdresseRepository" (parent: .abstract.instanceof.App\Repository\OrderDetailAdresseRepository).
  • Resolving inheritance for "App\Repository\OrderDetailAdresseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAdresseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailRepository" (parent: .abstract.instanceof.App\Repository\OrderDetailRepository).
  • Resolving inheritance for "App\Repository\OrderDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailVirementRepository" (parent: .abstract.instanceof.App\Repository\OrderDetailVirementRepository).
  • Resolving inheritance for "App\Repository\OrderDetailVirementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailVirementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository" (parent: .abstract.instanceof.App\Repository\OrdersRepository).
  • Resolving inheritance for "App\Repository\OrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\LivraisonBlockRepository" (parent: .abstract.instanceof.App\Repository\Page\LivraisonBlockRepository).
  • Resolving inheritance for "App\Repository\Page\LivraisonBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\LivraisonBlockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock1Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock1Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock1Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock1Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock2Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock2Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock2Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock2Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock3Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock3Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock3Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock3Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock4Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock4Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock4Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock4Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock5Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock5Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock5Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock5Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock6Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock6Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock6Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock6Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock7Repository" (parent: .abstract.instanceof.App\Repository\Page\PageBlock7Repository).
  • Resolving inheritance for "App\Repository\Page\PageBlock7Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock7Repository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository" (parent: .abstract.instanceof.App\Repository\Page\PageRepository).
  • Resolving inheritance for "App\Repository\Page\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageSousBlockRepository" (parent: .abstract.instanceof.App\Repository\Page\PageSousBlockRepository).
  • Resolving inheritance for "App\Repository\Page\PageSousBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageSousBlockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceProductRepository" (parent: .abstract.instanceof.App\Repository\PriceProductRepository).
  • Resolving inheritance for "App\Repository\PriceProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository" (parent: .abstract.instanceof.App\Repository\ProductAttributeRepository).
  • Resolving inheritance for "App\Repository\ProductAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCountryRepository" (parent: .abstract.instanceof.App\Repository\ProductCountryRepository).
  • Resolving inheritance for "App\Repository\ProductCountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageMobileRepository" (parent: .abstract.instanceof.App\Repository\ProductImageMobileRepository).
  • Resolving inheritance for "App\Repository\ProductImageMobileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageMobileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository" (parent: .abstract.instanceof.App\Repository\ProductImageRepository).
  • Resolving inheritance for "App\Repository\ProductImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductLangRepository" (parent: .abstract.instanceof.App\Repository\ProductLangRepository).
  • Resolving inheritance for "App\Repository\ProductLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductLangRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPdfRepository" (parent: .abstract.instanceof.App\Repository\ProductPdfRepository).
  • Resolving inheritance for "App\Repository\ProductPdfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPdfRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapCrelloRepository" (parent: .abstract.instanceof.App\Repository\RecapCrelloRepository).
  • Resolving inheritance for "App\Repository\RecapCrelloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapCrelloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapVirementRepository" (parent: .abstract.instanceof.App\Repository\RecapVirementRepository).
  • Resolving inheritance for "App\Repository\RecapVirementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapVirementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecommendationProductRepository" (parent: .abstract.instanceof.App\Repository\RecommendationProductRepository).
  • Resolving inheritance for "App\Repository\RecommendationProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecommendationProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReluireCatSouhaiteRepository" (parent: .abstract.instanceof.App\Repository\ReluireCatSouhaiteRepository).
  • Resolving inheritance for "App\Repository\ReluireCatSouhaiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReluireCatSouhaiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SAVRepository" (parent: .abstract.instanceof.App\Repository\SAVRepository).
  • Resolving inheritance for "App\Repository\SAVRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SAVRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRepository" (parent: .abstract.instanceof.App\Repository\SeoRepository).
  • Resolving inheritance for "App\Repository\SeoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository" (parent: .abstract.instanceof.App\Repository\SessionRepository).
  • Resolving inheritance for "App\Repository\SessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatVisiteRepository" (parent: .abstract.instanceof.App\Repository\StatVisiteRepository).
  • Resolving inheritance for "App\Repository\StatVisiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatVisiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository" (parent: .abstract.instanceof.App\Repository\StatsRepository).
  • Resolving inheritance for "App\Repository\StatsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockAccesoireRepository" (parent: .abstract.instanceof.App\Repository\StockAccesoireRepository).
  • Resolving inheritance for "App\Repository\StockAccesoireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockAccesoireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository" (parent: .abstract.instanceof.App\Repository\StockRepository).
  • Resolving inheritance for "App\Repository\StockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StuartOrderRepository" (parent: .abstract.instanceof.App\Repository\StuartOrderRepository).
  • Resolving inheritance for "App\Repository\StuartOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StuartOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementCategoryRepository" (parent: .abstract.instanceof.App\Repository\TabAbonnementCategoryRepository).
  • Resolving inheritance for "App\Repository\TabAbonnementCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementRepository" (parent: .abstract.instanceof.App\Repository\TabAbonnementRepository).
  • Resolving inheritance for "App\Repository\TabAbonnementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageCategoryRepository" (parent: .abstract.instanceof.App\Repository\TemplatesPageCategoryRepository).
  • Resolving inheritance for "App\Repository\TemplatesPageCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageRepository" (parent: .abstract.instanceof.App\Repository\TemplatesPageRepository).
  • Resolving inheritance for "App\Repository\TemplatesPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextHoverProductRepository" (parent: .abstract.instanceof.App\Repository\TextHoverProductRepository).
  • Resolving inheritance for "App\Repository\TextHoverProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextHoverProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipsProductRepository" (parent: .abstract.instanceof.App\Repository\TipsProductRepository).
  • Resolving inheritance for "App\Repository\TipsProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipsProductRepository).
  • 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\UserStripeRepository" (parent: .abstract.instanceof.App\Repository\UserStripeRepository).
  • Resolving inheritance for "App\Repository\UserStripeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStripeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderFactureRepository" (parent: .abstract.instanceof.App\Repository\WalletB2bOrderFactureRepository).
  • Resolving inheritance for "App\Repository\WalletB2bOrderFactureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderFactureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderRepository" (parent: .abstract.instanceof.App\Repository\WalletB2bOrderRepository).
  • Resolving inheritance for "App\Repository\WalletB2bOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bRepository" (parent: .abstract.instanceof.App\Repository\WalletB2bRepository).
  • Resolving inheritance for "App\Repository\WalletB2bRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\MerchPack" (parent: .abstract.instanceof.App\Services\MerchPack).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\MerchPack" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\MerchPack).
  • Resolving inheritance for "App\Services\MerchPack" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\MerchPack).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\NbDesigner" (parent: .abstract.instanceof.App\Services\NbDesigner).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\NbDesigner" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\NbDesigner).
  • Resolving inheritance for "App\Services\NbDesigner" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\NbDesigner).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AccessAttrExtension" (parent: .abstract.instanceof.App\Twig\AccessAttrExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessAttrExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AccessAttrExtension).
  • Resolving inheritance for "App\Twig\AccessAttrExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessAttrExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\LivraisonExtension" (parent: .abstract.instanceof.App\Twig\LivraisonExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LivraisonExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\LivraisonExtension).
  • Resolving inheritance for "App\Twig\LivraisonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LivraisonExtension).
  • 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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.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.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.context).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.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 "monolog.logger" (parent: monolog.logger_prototype).
  • 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.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.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.0" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.1" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.2" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.3" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.4" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.5" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.6" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.7" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.8" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.9" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.10" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.0" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.1" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.2" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.3" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.4" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.5" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.6" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.7" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.8" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.9" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.10" (parent: jms_translation.dumper.symfony_adapter).
1033
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; 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 "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 "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\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 "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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "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 "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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "mobile_detect.mobile_detector"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AppleClient"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\Provider\MicrosoftClient"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service ".service_locator.tSKDlY7"; reason: private alias.
  • Removed service ".service_locator.47QOOnC"; reason: private alias.
  • Removed service ".service_locator.lcyrvxG"; 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 "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.
170
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "Twig\Extensions\DateExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\AbonnementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\AbonnementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Admin\AbonnementProController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\AbonnementProController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Admin\AccessoireController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\AccueilElementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\AccueilElementController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\AttributeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\BandeauHomePageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\BandeauHomePageController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\BandeauRoseController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\BandeauRoseController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\BesoinProductPageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\ConfigWordingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\ConfigWordingController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\CountryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\CreaVistaCreateController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\DashboardController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\DisponibiliteController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\DistributionflyerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\FaqController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\ImprimeurController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\MenuBurgerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\MessageSavController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\NotifAbonnementProController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\NotificationB2cController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\OrdersController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\Page20000TemplatesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\PagesCmsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\PagesCmsController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\PagesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\PagesController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\ProductController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\ProductPdfController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\RecapCrelloController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\RecapVirementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\SavController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\SeoController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\SeoController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\StatistiqueController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\StockProductController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\TemplateNbController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\TemplateNbController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Admin\TraductionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\UsersController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\AddOrderController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AddOrderController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CartController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CartController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CheckoutAdresseController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CheckoutAdresseController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CheckoutAdresseController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\CheckoutCarrierController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CheckoutCarrierController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CheckoutCarrierController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\CheckoutCodePromoController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CheckoutCodePromoController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CheckoutCodePromoController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\CheckoutPaiementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CheckoutPaiementController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\CheckoutPaiementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\ExportBaseProductController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ExportBaseProductController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\FaqController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\FaqController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\LoginController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\LoginController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\OrderController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\OrderController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\OrderController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\UserController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\UserController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Api\UserController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Application\AccueilController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\CheckoutController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\IndexController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\LandingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\LiseuseController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\LiseuseController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Application\PannierController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\SecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Application\SecurityController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\AccountController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\EditOffreController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\FactureController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\MoyensPaiementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\TemplatesController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\AbonnementPro\UtilisateurController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\AccountController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\FactureAbonnementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\FactureController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\MoyenPaiementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\OrdersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\UtilisateurController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\Account\WalletController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\AccueilController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\CapturerPartagerController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\CreerCommuniquerController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\DistribuerEnvoyerController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\EditAbonnementController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\EmballerExpedierController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\ExposerBrillerController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\FileController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\ImprimerRelierController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\B2b\PersonnaliserPorterController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\CheckoutController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\CheckoutPosteController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\DistributionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\DistributionController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Front\IndexController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\IndexController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Front\MyaccountController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\MyaccountController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Front\NbDesignerController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Front\PageTemplatesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\ProductOptionController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Front\TopPdfProductController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\TopPdfProductController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\Front\docApiController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Front\merchPackController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Imprimeur\UtilisateurController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\CartesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\DistribueController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\DocumentsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\FlyersController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\PagesController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\ProduitsController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Page\RedirectPageBlogController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EventListener\LocaleListener" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AccueilElementBtnType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AccueilElementType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AttributDescriptionLangType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AttributType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BandeauHomePageItemType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BandeauHomePageType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BandeauRoseType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BesoinProductPageBannierItemBloc4Type" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BesoinProductPageBannierItemType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BesoinProductPageBannierType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BesoinProductPageHeaderImageLangType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BlockPageAbonnementPro2Type" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BlockPageAbonnementProItemType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\BlockPageAbonnementProType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ConfigWordingType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\DistributionCartType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MenuVerticalAcceuilType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ProductImageLangType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\ProductType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\TipsProductType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AccessDeniedHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AppleAuthenticateur" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\AppleAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AppleAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\GoogleAuthenticateur" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\GoogleAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\GoogleAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • 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\Security\MicrosoftAuthenticateur" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\MicrosoftAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\MicrosoftAuthenticateur" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\AbonnementService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\AdresseService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\AdresseService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Services\AiDocs" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\CartService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\CartService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\CheckoutService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\CheckoutService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\CodePromos" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\CodePromos" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Compte" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Services\Compte" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\Compte" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Customers" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\Customers" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\DelivreeService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\DelivreeService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\DisponibiliteService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\DistributionFlyerService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Exaprint" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\FactureService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Imprimeurs" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\Imprimeurs" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Liseuse" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\MerchPack" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\NbDesigner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Notifications" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\Notifications" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\OrderService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\OrderService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\OrderService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\OrdersS" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\ProductService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\SAVentes" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\SAVentes" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\SendCloudApi" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Sms" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\StatistiqueService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\StatistiqueService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\StockService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\StripeConnect" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\StuartService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Users" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Services\Users" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Twig\AppExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Twig\AppExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Twig\LivraisonExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • 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.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 "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 "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 "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 "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "fos_js_routing.extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mobile_detect.request_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_translation.extractor.file.validation_extractor" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "jms_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.l2alLEu" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.rUpeG.j" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.lm3AYgL" 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.role_hierarchy_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.E18xQID" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.plo71B4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.plo71B4" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator._pu.0Tb" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m8PwGkX" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Bu44P3G" previously pointing to "fos_rest.serializer.form_error_handler" to "jms_serializer.form_error_handler".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
297
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 "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.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 "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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "jms_translation.loader.symfony_adapter"; reason: abstract.
  • Removed service "jms_translation.dumper.symfony_adapter"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAmountImprimeurCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AddAmountImprimeurCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDeletedAbonnementPlusCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckDeletedAbonnementPlusCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteFileAndCartNotOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteFileAndCartNotOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCartAbondonneCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailCartAbondonneCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailCustomerNotCartCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailCustomerNotCartCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCardExpireCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NotifAbonnementCardExpireCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifAbonnementCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NotifAbonnementCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifStuartAnnuleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NotifStuartAnnuleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifTemoignageCommandeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NotifTemoignageCommandeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayAbonnementCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayAbonnementCommandeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementCommandeImpayCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayAbonnementCommandeImpayCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayAbonnementSepaProcessingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayAbonnementSepaProcessingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterAllByImprimeurCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayoutPrinterAllByImprimeurCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayoutPrinterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PayoutPrinterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecalculPriceAboProVariationProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RecalculPriceAboProVariationProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapCrelloCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RecapCrelloCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapVirementCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RecapVirementCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RelanceDecouverteAbonnementPlusCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RelanceDecouverteAbonnementPlusCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailAndSmsUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendMailAndSmsUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailPlanAPlatCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendMailPlanAPlatCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailRoutineCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendMailRoutineCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailTrakingExaprintCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendMailTrakingExaprintCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewAbonnementNewsletterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendNewAbonnementNewsletterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\importDesignDossierCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\importDesignDossierCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbonnementProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbonnementProController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AbonnementProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessoireController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessoireController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AccessoireController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccueilElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccueilElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AccueilElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauHomePageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauHomePageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BandeauHomePageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BandeauRoseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BandeauRoseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BandeauRoseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BesoinProductPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BesoinProductPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BesoinProductPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CodePromoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CodePromoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CodePromoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigWordingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigWordingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ConfigWordingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreaVistaCreateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreaVistaCreateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CreaVistaCreateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibiliteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibiliteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DisponibiliteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DistributionflyerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DistributionflyerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DistributionflyerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImprimeurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImprimeurController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ImprimeurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBurgerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBurgerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MenuBurgerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessageSavController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessageSavController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MessageSavController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotifAbonnementProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotifAbonnementProController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\NotifAbonnementProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationB2cController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationB2cController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\NotificationB2cController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Page20000TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Page20000TemplatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Page20000TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesCmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesCmsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PagesCmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PagesController"; 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\ProductPdfController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPdfController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductPdfController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapCrelloController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapCrelloController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\RecapCrelloController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecapVirementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecapVirementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\RecapVirementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SavController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SavController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SavController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SeoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatistiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatistiqueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatistiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StockProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateNbController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateNbController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\TemplateNbController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TraductionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TraductionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\TraductionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AddOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutAdresseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutAdresseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CheckoutAdresseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCarrierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCarrierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CheckoutCarrierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutCodePromoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutCodePromoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CheckoutCodePromoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutPaiementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CheckoutPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExportBaseProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExportBaseProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ExportBaseProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\AccueilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\AccueilController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\AccueilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LandingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LandingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\LandingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\LiseuseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\LiseuseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\LiseuseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\PannierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\PannierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\PannierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Application\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Application\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Application\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\EditOffreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\EditOffreController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\EditOffreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\FactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\FactureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\FactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\MoyensPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\MoyensPaiementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\MoyensPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\ProcessPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\ProcessPaiementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\ProcessPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\TemplatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AbonnementPro\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AbonnementPro\UtilisateurController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AbonnementPro\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureAbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureAbonnementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\FactureAbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\FactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\FactureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\FactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\MoyenPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\MoyenPaiementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\MoyenPaiementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\OrdersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\UtilisateurController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\Account\WalletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\Account\WalletController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\Account\WalletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AccueilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AccueilController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\AccueilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AdresseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AdresseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\AdresseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\AideGraphiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\AideGraphiqueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\AideGraphiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CapturerPartagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CapturerPartagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\CapturerPartagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CharteGraphiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CharteGraphiqueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\CharteGraphiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\CreerCommuniquerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\CreerCommuniquerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\CreerCommuniquerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DevisMesureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DevisMesureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\DevisMesureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\DistribuerEnvoyerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\DistribuerEnvoyerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\DistribuerEnvoyerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EditAbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EditAbonnementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\EditAbonnementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\EmballerExpedierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\EmballerExpedierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\EmballerExpedierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ExposerBrillerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ExposerBrillerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\ExposerBrillerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\FileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\ImprimerRelierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\ImprimerRelierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\ImprimerRelierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\B2b\PersonnaliserPorterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\B2b\PersonnaliserPorterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\B2b\PersonnaliserPorterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CheckoutPosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CheckoutPosteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\CheckoutPosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DistributionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DistributionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\DistributionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseuseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseuseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\LiseuseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiseusePosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiseusePosteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\LiseusePosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MyaccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MyaccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\MyaccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\NbDesignerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\NbDesignerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\NbDesignerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageTemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageTemplatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\PageTemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductOptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\ProductOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\TopPdfProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\TopPdfProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\TopPdfProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\docApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\docApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\docApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\merchPackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\merchPackController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\merchPackController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Imprimeur\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Imprimeur\UtilisateurController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Imprimeur\UtilisateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\CartesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\CartesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\CartesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DistribueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DistribueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\DistribueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\DocumentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\DocumentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\DocumentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\FlyersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\FlyersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\FlyersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\PagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\PagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\PagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\ProduitsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\ProduitsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\ProduitsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Page\RedirectPageBlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Page\RedirectPageBlogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Page\RedirectPageBlogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AbonnementProFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AbonnementProFixtures"; 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\CarrierFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\CarrierFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistributionFlyerFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\DistributionFlyerFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\StatsFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\StatsFixtures"; 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\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbonnementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AbonnementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccessoireProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireReluireNbrType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccessoireReluireNbrType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessoireType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccessoireType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementBtnType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccueilElementBtnType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccueilElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccueilElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminFaqCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminFaqType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminFaqType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseApplicationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdresseApplicationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFacturationAbonnementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdresseFacturationAbonnementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseFrontType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdresseFrontType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdresseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdresseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\AdresseCheckoutType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Api\AdresseCheckoutType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Api\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Api\UserEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Api\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Api\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributDescriptionLangType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributDescriptionLangType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisAttributeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AvisAttributeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BandeauHomePageItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauHomePageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BandeauHomePageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BandeauRoseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BandeauRoseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemBloc4Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageBannierItemBloc4Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageBannierItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageBannierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageBannierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderImageLangType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageHeaderImageLangType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderMobileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageHeaderMobileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageHeaderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageHeaderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageIconeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageIconeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPagePreferenceCategoryProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategorySousType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPagePreferenceCategorySousType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPagePreferenceCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPagePreferenceCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BesoinProductPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BesoinProductPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementPro2Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BlockPageAbonnementPro2Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BlockPageAbonnementProItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlockPageAbonnementProType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BlockPageAbonnementProType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCus2Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CaptchaCus2Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaptchaCusType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CaptchaCusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryPdfType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CategoryPdfType"; 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\ConfigWordingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ConfigWordingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContratType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContratType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreaVistaCreateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CreaVistaCreateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerAbonnementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerAbonnementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerB2bCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerB2bType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerB2bType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DispoTextImprimeurType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DispoTextImprimeurType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DisponibiliteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DisponibiliteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionCartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DistributionCartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerQtyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DistributionFlyerQtyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DistributionFlyerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionFlyerZoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DistributionFlyerZoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DistributionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DistributionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqB2bType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FaqB2bType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FaqType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormatCatSouhaiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FormatCatSouhaiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GrammageCatSouhaiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GrammageCatSouhaiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImprimeurType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImprimeurUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImprimeurUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCountryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LanguageCountryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiseuseProductAtributType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LiseuseProductAtributType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuBurgerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MenuBurgerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MenuVerticalAcceuilType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MenuVerticalAcceuilType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinMaxReluireType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MinMaxReluireType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotifB2bType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NotifB2bType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrdersType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrdersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\LivraisonBlockType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\LivraisonBlockType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1MetierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock1MetierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock1ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock1Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock1Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock2ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock2Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock2Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock3ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock3Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock3Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock4ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock4Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock4Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock5Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock5Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock6ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock6Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock6Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7ProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock7ProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageBlock7Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageBlock7Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageMetierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageMetierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageProduitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageProduitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock2Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageSousBlock2Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock3Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageSousBlock3Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlock4Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageSousBlock4Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageSousBlockType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageSousBlockType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Page\PageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Page\PageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PagesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PriceProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAttributeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductAttributeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageLangType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductImageLangType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductImageMobileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductImageMobileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPdfType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductPdfType"; 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\ProfilType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProfilType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecommendationProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RecommendationProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReluireCatSouhaiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ReluireCatSouhaiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RepresentantImprimeurType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RepresentantImprimeurType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavMessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SavMessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SavType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SavType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireMinMaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StockAccessoireMinMaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockAccessoireType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StockAccessoireType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StockType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementCatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TabAbonnementCatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TabAbonnementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TabAbonnementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TemplatesPageCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatesPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TemplatesPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TextHoverProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TextHoverProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TipsProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TipsProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAbonnementFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserAbonnementFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserB2bFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserB2bFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserImprimeurType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserImprimeurType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLiseuseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserLiseuseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserOrderType"; 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.Symfony\Component\Form\FormTypeInterface.0.App\Form\WalletB2bType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\WalletB2bType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementPayRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AbonnementPayRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProCartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AbonnementProCartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementProRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AbonnementProRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AbonnementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessoireProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireReluireNbrRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessoireReluireNbrRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessoireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementBtnRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccueilElementBtnRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccueilElementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccueilElementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdminFaqCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminFaqRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdminFaqRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdresseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdresseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttributImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributLangRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttributLangRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttributRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisAttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AvisAttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisVerifiesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AvisVerifiesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BandeauHomePageItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauHomePageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BandeauHomePageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BandeauRoseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BandeauRoseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductFavorisRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductFavorisRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemBloc4Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageBannierItemBloc4Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageBannierItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageBannierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageBannierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderLangRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageHeaderLangRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderMobileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageHeaderMobileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageHeaderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageHeaderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageIconeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageIconeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategoryProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPagePreferenceCategorySousRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPagePreferenceCategorySousRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BesoinProductPageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BesoinProductPageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BlockPageAbonnementProItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPageAbonnementProRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BlockPageAbonnementProRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaCusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CaptchaCusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CarrierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAccessoireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartDetailAccessoireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailAdresseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartDetailAdresseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailPhotosRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartDetailPhotosRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryPdfRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryPdfRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodePromoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CodePromoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesFacturesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompteAbonnementProCommandesFacturesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProCommandesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompteAbonnementProCommandesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompteAbonnementProFactureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProFactureUtilisateurRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompteAbonnementProFactureUtilisateurRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompteAbonnementProRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompteAbonnementProRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigProductDescriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfigProductDescriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigWordingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfigWordingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContratcsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContratcsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CookiesIpRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CookiesIpRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DispoTextImprimeurRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DispoTextImprimeurRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibiliteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DisponibiliteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionCartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionCartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerImprimeurRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionFlyerImprimeurRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionFlyerProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerQtyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionFlyerQtyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionFlyerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionFlyerZoneRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionFlyerZoneRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqB2bRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqB2bRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FavoriLiseuseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FavoriLiseuseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FilesClientCrelloCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientCrelloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FilesClientCrelloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesClientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FilesClientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesEditRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FilesEditRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormatCatSouhaiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormatCatSouhaiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FranceRegionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FranceRegionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrammageCatSouhaiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GrammageCatSouhaiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryOrderB2bRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HistoryOrderB2bRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImprimeurRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImprimeurRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LanguageCountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiseuseProduitAtributRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LiseuseProduitAtributRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuBurgerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MenuBurgerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuVerticalAcceuilRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MenuVerticalAcceuilRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesSavRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MessagesSavRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MinMaxReluireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MinMaxReluireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MsgRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MsgRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbElementsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbElementsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbFilesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbFilesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbLayersRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbLayersRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTemplatesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbTemplatesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbTextesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbTextesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NbUserTemplatesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NbUserTemplatesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NosCreaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NosCreaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bProgrameRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotifB2bProgrameRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2bRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotifB2bRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cCompteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotifB2cCompteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotifB2cProgrameRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotifB2cProgrameRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAccessoireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDetailAccessoireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailAdresseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDetailAdresseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDetailVirementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDetailVirementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdersRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrdersRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\LivraisonBlockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\LivraisonBlockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock1Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock1Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock2Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock2Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock3Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock3Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock4Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock4Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock5Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock5Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock6Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock6Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageBlock7Repository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageBlock7Repository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageSousBlockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Page\PageSousBlockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductCountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageMobileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductImageMobileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductLangRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductLangRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPdfRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductPdfRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapCrelloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecapCrelloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecapVirementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecapVirementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecommendationProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecommendationProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReluireCatSouhaiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReluireCatSouhaiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SAVRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SAVRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SeoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatVisiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatVisiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockAccesoireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StockAccesoireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StuartOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StuartOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TabAbonnementCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabAbonnementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TabAbonnementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TemplatesPageCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplatesPageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TemplatesPageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TextHoverProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TextHoverProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipsProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipsProductRepository"; 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\UserStripeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserStripeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderFactureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WalletB2bOrderFactureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WalletB2bOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletB2bRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WalletB2bRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\MerchPack"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\MerchPack"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\MerchPack"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\NbDesigner"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Services\NbDesigner"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\NbDesigner"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AccessAttrExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AccessAttrExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AccessAttrExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\LivraisonExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LivraisonExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\LivraisonExtension"; reason: abstract.
1012
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\DQL\AcosFunction"; reason: unused.
  • Removed service "App\DQL\CosFunction"; reason: unused.
  • Removed service "App\DQL\FloorFunction"; reason: unused.
  • Removed service "App\DQL\RadiansFunction"; reason: unused.
  • Removed service "App\DQL\SinFunction"; reason: unused.
  • Removed service "App\Services\ApiMerciFacteur"; reason: unused.
  • Removed service "App\Services\ImageResizeService"; 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 "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; 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 ".1_PhpArrayAdapter~EQhQAUy"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_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 "psr18.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~Iq7Ukox"; 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 "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 "swiftmailer.transport.failover"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
  • Removed service "knpu.oauth2.user_provider"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.0"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.1"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.4"; reason: unused.
  • Removed service ".service_locator.UwRI0uT"; reason: unused.
72
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\AbonnementController" to "App\Controller\Admin\AbonnementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\AbonnementProController" to "App\Controller\Admin\AbonnementProController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\AccessoireController" to "App\Controller\Admin\AccessoireController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\AccueilElementController" to "App\Controller\Admin\AccueilElementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\AttributeController" to "App\Controller\Admin\AttributeController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\BandeauHomePageController" to "App\Controller\Admin\BandeauHomePageController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\BandeauRoseController" to "App\Controller\Admin\BandeauRoseController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\BesoinProductPageController" to "App\Controller\Admin\BesoinProductPageController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\CodePromoController" to "App\Controller\Admin\CodePromoController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\ConfigWordingController" to "App\Controller\Admin\ConfigWordingController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\CountryController" to "App\Controller\Admin\CountryController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\CreaVistaCreateController" to "App\Controller\Admin\CreaVistaCreateController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
  • Inlined service "App\Services\DisponibiliteService" to "App\Controller\Admin\DisponibiliteController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\DisponibiliteController" to "App\Controller\Admin\DisponibiliteController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\DistributionflyerController" to "App\Controller\Admin\DistributionflyerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\FaqController" to "App\Controller\Admin\FaqController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\ImprimeurController" to "App\Controller\Admin\ImprimeurController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\MenuBurgerController" to "App\Controller\Admin\MenuBurgerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\MessageSavController" to "App\Controller\Admin\MessageSavController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\NotifAbonnementProController" to "App\Controller\Admin\NotifAbonnementProController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\NotificationB2cController" to "App\Controller\Admin\NotificationB2cController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\OrdersController" to "App\Controller\Admin\OrdersController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\Page20000TemplatesController" to "App\Controller\Admin\Page20000TemplatesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\PagesCmsController" to "App\Controller\Admin\PagesCmsController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\PagesController" to "App\Controller\Admin\PagesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\ProductPdfController" to "App\Controller\Admin\ProductPdfController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\RecapCrelloController" to "App\Controller\Admin\RecapCrelloController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\RecapVirementController" to "App\Controller\Admin\RecapVirementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\SavController" to "App\Controller\Admin\SavController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\SeoController" to "App\Controller\Admin\SeoController".
  • Inlined service "App\Services\StatistiqueService" to "App\Controller\Admin\StatistiqueController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\StatistiqueController" to "App\Controller\Admin\StatistiqueController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\StockProductController" to "App\Controller\Admin\StockProductController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\TemplateNbController" to "App\Controller\Admin\TemplateNbController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Admin\TraductionController" to "App\Controller\Admin\TraductionController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\AddOrderController" to "App\Controller\Api\AddOrderController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\CartController" to "App\Controller\Api\CartController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\CheckoutAdresseController" to "App\Controller\Api\CheckoutAdresseController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\CheckoutCarrierController" to "App\Controller\Api\CheckoutCarrierController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\CheckoutCodePromoController" to "App\Controller\Api\CheckoutCodePromoController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\CheckoutPaiementController" to "App\Controller\Api\CheckoutPaiementController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\ExportBaseProductController" to "App\Controller\Api\ExportBaseProductController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\FaqController" to "App\Controller\Api\FaqController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\LoginController" to "App\Controller\Api\LoginController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\OrderController" to "App\Controller\Api\OrderController".
  • Inlined service ".service_locator.plo71B4.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\AccueilController" to "App\Controller\Application\AccueilController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\CheckoutController" to "App\Controller\Application\CheckoutController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\IndexController" to "App\Controller\Application\IndexController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\LandingController" to "App\Controller\Application\LandingController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\LiseuseController" to "App\Controller\Application\LiseuseController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\PannierController" to "App\Controller\Application\PannierController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Application\SecurityController" to "App\Controller\Application\SecurityController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementController" to "App\Controller\Front\AbonnementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\AccountController" to "App\Controller\Front\AbonnementPro\AccountController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\EditOffreController" to "App\Controller\Front\AbonnementPro\EditOffreController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\FactureController" to "App\Controller\Front\AbonnementPro\FactureController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\IndexController" to "App\Controller\Front\AbonnementPro\IndexController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\MoyensPaiementController" to "App\Controller\Front\AbonnementPro\MoyensPaiementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\ProcessPaiementController" to "App\Controller\Front\AbonnementPro\ProcessPaiementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\TemplatesController" to "App\Controller\Front\AbonnementPro\TemplatesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\AbonnementPro\UtilisateurController" to "App\Controller\Front\AbonnementPro\UtilisateurController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\AccountController" to "App\Controller\Front\B2b\Account\AccountController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\FactureAbonnementController" to "App\Controller\Front\B2b\Account\FactureAbonnementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\FactureController" to "App\Controller\Front\B2b\Account\FactureController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\MoyenPaiementController" to "App\Controller\Front\B2b\Account\MoyenPaiementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\OrdersController" to "App\Controller\Front\B2b\Account\OrdersController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\UtilisateurController" to "App\Controller\Front\B2b\Account\UtilisateurController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\Account\WalletController" to "App\Controller\Front\B2b\Account\WalletController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\AccueilController" to "App\Controller\Front\B2b\AccueilController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\AdresseController" to "App\Controller\Front\B2b\AdresseController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\AideGraphiqueController" to "App\Controller\Front\B2b\AideGraphiqueController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\CapturerPartagerController" to "App\Controller\Front\B2b\CapturerPartagerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\CharteGraphiqueController" to "App\Controller\Front\B2b\CharteGraphiqueController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\CreerCommuniquerController" to "App\Controller\Front\B2b\CreerCommuniquerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\DevisMesureController" to "App\Controller\Front\B2b\DevisMesureController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\DistribuerEnvoyerController" to "App\Controller\Front\B2b\DistribuerEnvoyerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\EditAbonnementController" to "App\Controller\Front\B2b\EditAbonnementController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\EmballerExpedierController" to "App\Controller\Front\B2b\EmballerExpedierController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\ExposerBrillerController" to "App\Controller\Front\B2b\ExposerBrillerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\FileController" to "App\Controller\Front\B2b\FileController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\ImprimerRelierController" to "App\Controller\Front\B2b\ImprimerRelierController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\B2b\PersonnaliserPorterController" to "App\Controller\Front\B2b\PersonnaliserPorterController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\CartController" to "App\Controller\Front\CartController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\CheckoutController" to "App\Controller\Front\CheckoutController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\CheckoutPosteController" to "App\Controller\Front\CheckoutPosteController".
  • Inlined service "App\Services\DistributionFlyerService" to "App\Controller\Front\DistributionController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\DistributionController" to "App\Controller\Front\DistributionController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\IndexController" to "App\Controller\Front\IndexController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\LiseuseController" to "App\Controller\Front\LiseuseController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\LiseusePosteController" to "App\Controller\Front\LiseusePosteController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\MyaccountController" to "App\Controller\Front\MyaccountController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\NbDesignerController" to "App\Controller\Front\NbDesignerController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\PageTemplatesController" to "App\Controller\Front\PageTemplatesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\ProductController" to "App\Controller\Front\ProductController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\ProductOptionController" to "App\Controller\Front\ProductOptionController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\TopPdfProductController" to "App\Controller\Front\TopPdfProductController".
  • Inlined service "App\Services\AiDocs" to "App\Controller\Front\docApiController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\docApiController" to "App\Controller\Front\docApiController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Front\merchPackController" to "App\Controller\Front\merchPackController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Imprimeur\UtilisateurController" to "App\Controller\Imprimeur\UtilisateurController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\CartesController" to "App\Controller\Page\CartesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\DistribueController" to "App\Controller\Page\DistribueController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\DocumentsController" to "App\Controller\Page\DocumentsController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\FlyersController" to "App\Controller\Page\FlyersController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\PagesController" to "App\Controller\Page\PagesController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\ProduitsController" to "App\Controller\Page\ProduitsController".
  • Inlined service ".service_locator.E18xQID.App\Controller\Page\RedirectPageBlogController" to "App\Controller\Page\RedirectPageBlogController".
  • Inlined service ".service_locator.E18xQID.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.E18xQID.App\Services\MerchPack" to "App\Services\MerchPack".
  • Inlined service ".service_locator.E18xQID.App\Services\NbDesigner" to "App\Services\NbDesigner".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.gmwRZ3h" to "fragment.handler".
  • 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.attribute_bag" to "session".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~KX3ooui" to "session.handler.native_file".
  • Inlined service ".service_locator.WPZmidW" to "session_listener".
  • Inlined service ".1_ResolvedFormTypeFactory~YRKyYa4" 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.X9IZnQO" 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 ".service_locator.ywb6dA8" to "validator.validator_factory".
  • Inlined service ".service_locator.yQVjGlt" 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.yml" to "translation.writer".
  • Inlined service ".service_locator._pu.0Tb.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 "mobile_detect_bundle.device.collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "captcha.routing_loader" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m8PwGkX.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~0jntDgg" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~0jntDgg" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "property_info" to "serializer.normalizer.object".
  • 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 "monolog.logger.http_client" to "http_client".
  • 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 "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.FaRQ415" 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.COTRl79" 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 ".service_locator.jD4_ZG7" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.ko2dQVn" 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 ".security.request_matcher.0h2iPtv" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "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 "security.user_checker" to "security.authentication.provider.guard.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.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 ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~gbcbZNN" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~gbcbZNN" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~gbcbZNN" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~gbcbZNN" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • 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 "Twig\Extensions\DateExtension" to "twig".
  • Inlined service "Twig\Extensions\IntlExtension" to "twig".
  • Inlined service "App\Twig\AccessAttrExtension" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "App\Twig\LivraisonExtension" 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 "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "mobile_detect.twig.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.lSIKWsr.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.lSIKWsr.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.CS9cV_I" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".1_NonceGenerator~SSGcoL7" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~SSGcoL7" to "twig.extension.webprofiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".1_SourceContextProvider~5sM833B" to "var_dumper.server_connection".
  • Inlined service ".2_RequestContextProvider~5sM833B" to "var_dumper.server_connection".
  • Inlined service ".3_CliContextProvider~5sM833B" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".4_CliDescriptor~5sM833B" to "var_dumper.command.server_dump".
  • Inlined service ".5_HtmlDescriptor~5sM833B" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".service_locator._faFGeI" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~3HIe614" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • 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\AbonnementProFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\CarrierFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\DistributionFlyerFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\StatsFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service ".service_locator.kuaDcLh" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
  • Inlined service ".service_locator.pmxjK71" to "jms_serializer.event_dispatcher".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.php_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.cache_naming_strategy".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy.expression".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
  • Inlined service "knpu.oauth2.provider.apple" to "knpu.oauth2.client.apple".
  • Inlined service "knpu.oauth2.provider.microsoft" to "knpu.oauth2.client.microsoft".
  • Inlined service "jms_translation.extractor_manager" to "jms_translation.updater".
  • Inlined service "jms_translation.file_writer" to "jms_translation.updater".
  • Inlined service "jms_translation.dumper.php_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xlf_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.2" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.3" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.yaml_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.5" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.6" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.7" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.8" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.9" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.10" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xliff_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.0" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.2" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.xliff_loader" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.3" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.4" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.5" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.6" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.7" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.8" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.9" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.10" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.extractor.file_extractor" to "jms_translation.extractor_manager".
  • Inlined service "jms_translation.extractor.file.default_php_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.form_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.translation_container_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.twig_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.validation_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.authentication_message_extractor" to "jms_translation.extractor.file_extractor".
  • 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.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_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._pu.0Tb" to ".service_locator._pu.0Tb.translation.warmer".
  • Inlined service ".service_locator.kbKiEzc" to ".service_locator.kbKiEzc.router.default".
  • Inlined service ".service_locator.m8PwGkX" to ".service_locator.m8PwGkX.router.cache_warmer".
  • Inlined service ".service_locator.fjj6_p_" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.kbKiEzc.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • 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 "fos_rest.serializer.form_error_handler.inner" to "jms_serializer.form_error_handler".
  • Inlined service ".service_locator.Bu44P3G" to "fos_rest.serializer.jms_handler_registry".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" 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".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
457
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1