http://nisshindetabeyo.jp/

Log Messages

Info. & Errors 16

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

Level Channel Message
INFO 01:49:45 request Matched route
"group_home"
.
[
  "route" => "group_home"
  "route_parameters" => [
    "_controller" => "CustomBundle\Controller\GroupHomeController::indexAction"
    "_route" => "group_home"
  ]
  "request_uri" => "http://nisshindetabeyo.jp/"
  "method" => "GET"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "ジャンル"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "和食"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "洋食"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "中華"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "ジブリパークからの距離"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "お車20分圏内"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "お車30分圏内"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "利用シーン"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "家族・子供と"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "知人・友人と"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "デート"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "特徴"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "ランチ"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "ディナー"
  "domain" => "messages"
  "locale" => "ja"
]
WARNING 01:49:45 translation Translation not found.
[
  "id" => "クーポン"
  "domain" => "messages"
  "locale" => "ja"
]

Deprecations 12

Log messages generated by using features marked as deprecated.

Time Channel Message
01:49:45 php User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
[
  "exception" => ErrorException {#32
    #message: "User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0."
    #code: 0
    #file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php"
    #line: 501
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {if ($parentName = $bundle->getParent()) {    @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {// init bundles$this->initializeBundles();}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {{    $this->boot();    ++$this->requestStackSize;
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:63 {
        › 
        ›  \t$response = $kernel->handle($request);\t$response->send();
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {if ($parentName = $bundle->getParent()) {    @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {// init bundles$this->initializeBundles();}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {{    $this->boot();    ++$this->requestStackSize;
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:63 {
    › 
    ›  \t$response = $kernel->handle($request);\t$response->send();
  }
}
01:49:45 php User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\BaseController".
[
  "exception" => ErrorException {#416
    #message: "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\BaseController"."
    #code: 0
    #file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
    #line: 200
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
        › 
        ›     $this->checkClass($class, $file);}
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/CustomBaseController.php:7 {
        › 
        › class CustomBaseController extends BaseController{
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/GroupHomeController.php:17 {
        › 
        › class GroupHomeController extends CustomBaseController{
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      spl_autoload_call() {}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:178 {
        › 
        › if (!class_exists($class)) {    throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.', $class));
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:63 {if (false !== strpos($controller, '::')) {    return parent::createController($controller);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
        › 
        › $resolvedController = parent::createController($controller);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
        › 
        › $ret = $this->resolver->getController($request);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:63 {
        › 
        ›  \t$response = $kernel->handle($request);\t$response->send();
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
    › 
    ›     $this->checkClass($class, $file);}
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/CustomBaseController.php:7 {
    › 
    › class CustomBaseController extends BaseController{
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/GroupHomeController.php:17 {
    › 
    › class GroupHomeController extends CustomBaseController{
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  spl_autoload_call() {}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:178 {
    › 
    › if (!class_exists($class)) {    throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.', $class));
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:63 {if (false !== strpos($controller, '::')) {    return parent::createController($controller);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
    › 
    › $resolvedController = parent::createController($controller);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
    › 
    › $ret = $this->resolver->getController($request);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:63 {
    › 
    ›  \t$response = $kernel->handle($request);\t$response->send();
  }
}
01:49:45 php User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::createForm()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "CustomBundle\Controller\GroupHomeController".
[
  "exception" => ErrorException {#353
    #message: "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::createForm()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "CustomBundle\Controller\GroupHomeController"."
    #code: 0
    #file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
    #line: 200
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
        › 
        ›     $this->checkClass($class, $file);}
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      spl_autoload_call() {}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:178 {
        › 
        › if (!class_exists($class)) {    throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.', $class));
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:63 {if (false !== strpos($controller, '::')) {    return parent::createController($controller);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
        › 
        › $resolvedController = parent::createController($controller);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
        › 
        › $ret = $this->resolver->getController($request);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:63 {
        › 
        ›  \t$response = $kernel->handle($request);\t$response->send();
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
    › 
    ›     $this->checkClass($class, $file);}
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  spl_autoload_call() {}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:178 {
    › 
    › if (!class_exists($class)) {    throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.', $class));
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:63 {if (false !== strpos($controller, '::')) {    return parent::createController($controller);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
    › 
    › $resolvedController = parent::createController($controller);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
    › 
    › $ret = $this->resolver->getController($request);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:63 {
    › 
    ›  \t$response = $kernel->handle($request);\t$response->send();
  }
}
01:49:45 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 {#245
    #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: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/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);
      }
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/getDoctrine_Orm_DefaultEntityManagerService.php:44 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/appDevDebugProjectContainer.php:1202 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/getDoctrine_Orm_DefaultEntityManagerService.php:11 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->load('getDoctrine_Orm_DefaultEntityManagerService.php', false);}
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/EntityManager_9a5be93.php:284 {{    $this->initializer9f3ca && ($this->initializer9f3ca->__invoke($valueHolder7b48e, $this, 'getFilters', array(), $this->initializer9f3ca) || 1) && $this->valueHolder7b48e = $valueHolder7b48e;}
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/EntityManager_9a5be93.php:284 {{    $this->initializer9f3ca && ($this->initializer9f3ca->__invoke($valueHolder7b48e, $this, 'getFilters', array(), $this->initializer9f3ca) || 1) && $this->valueHolder7b48e = $valueHolder7b48e;}
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:32 {$em = $this->getDoctrine()->getManager();$em->getFilters()->enable('public');}
      /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/CustomBaseController.php:11 {{    parent::before($event);}
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/EventListener/KernelEventListener.php:44 {if(method_exists($controller[0], 'before') ){    $controller[0]->before($event);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
        › 
        › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:139 {$event = new FilterControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);$controller = $event->getController();
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:63 {
        › 
        ›  \t$response = $kernel->handle($request);\t$response->send();
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/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);
  }
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/getDoctrine_Orm_DefaultEntityManagerService.php:44 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/appDevDebugProjectContainer.php:1202 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/getDoctrine_Orm_DefaultEntityManagerService.php:11 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->load('getDoctrine_Orm_DefaultEntityManagerService.php', false);}
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/EntityManager_9a5be93.php:284 {{    $this->initializer9f3ca && ($this->initializer9f3ca->__invoke($valueHolder7b48e, $this, 'getFilters', array(), $this->initializer9f3ca) || 1) && $this->valueHolder7b48e = $valueHolder7b48e;}
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/EntityManager_9a5be93.php:284 {{    $this->initializer9f3ca && ($this->initializer9f3ca->__invoke($valueHolder7b48e, $this, 'getFilters', array(), $this->initializer9f3ca) || 1) && $this->valueHolder7b48e = $valueHolder7b48e;}
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:32 {$em = $this->getDoctrine()->getManager();$em->getFilters()->enable('public');}
  /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/CustomBaseController.php:11 {{    parent::before($event);}
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/EventListener/KernelEventListener.php:44 {if(method_exists($controller[0], 'before') ){    $controller[0]->before($event);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
    › 
    › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:139 {$event = new FilterControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);$controller = $event->getController();
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:63 {
    › 
    ›  \t$response = $kernel->handle($request);\t$response->send();
  }
}
01:49:45 php (2 times) User Deprecated: Absolute template path support is deprecated since Symfony 3.1 and will be removed in 4.0.
[
  "exception" => ErrorException {#3433
    #message: "User Deprecated: Absolute template path support is deprecated since Symfony 3.1 and will be removed in 4.0."
    #code: 0
    #file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php"
    #line: 75
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:75 {if ($isAbsolute) {    @trigger_error('Absolute template path support is deprecated since Symfony 3.1 and will be removed in 4.0.', \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:53 {
        › 
        › if ($this->isAbsolutePath($name) || !preg_match('/^(?:([^:]*):([^:]*):)?(.+)\.([^\.]+)\.([^\.]+)$/', $name, $matches) || 0 === strpos($name, '@')) {    return parent::parse($name);
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:115 {{    $template = $this->parser->parse($name);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:96 {foreach ($this->engines as $engine) {    if ($engine->supports($name)) {        return $engine;
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:40 {
        › 
        ›     return parent::getEngine($name);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:41 {{    return $this->getEngine($name)->render($name, $parameters);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286 {if ($this->container->has('templating')) {    $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:56 {    $parameters = array_merge($this->view_params->all(), $parameters);    return parent::render($view, $parameters, $response);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:69 {} else {\treturn $this->render($file, $data);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/GroupHomeController.php:52 {    'cms__list_news' => $list_news,    'cms__banner' => $this->getBanner(),]);
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:63 {
        › 
        ›  \t$response = $kernel->handle($request);\t$response->send();
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:75 {if ($isAbsolute) {    @trigger_error('Absolute template path support is deprecated since Symfony 3.1 and will be removed in 4.0.', \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:53 {
    › 
    › if ($this->isAbsolutePath($name) || !preg_match('/^(?:([^:]*):([^:]*):)?(.+)\.([^\.]+)\.([^\.]+)$/', $name, $matches) || 0 === strpos($name, '@')) {    return parent::parse($name);
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:115 {{    $template = $this->parser->parse($name);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:96 {foreach ($this->engines as $engine) {    if ($engine->supports($name)) {        return $engine;
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:40 {
    › 
    ›     return parent::getEngine($name);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:41 {{    return $this->getEngine($name)->render($name, $parameters);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286 {if ($this->container->has('templating')) {    $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:56 {    $parameters = array_merge($this->view_params->all(), $parameters);    return parent::render($view, $parameters, $response);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/BaseController.php:69 {} else {\treturn $this->render($file, $data);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/src/CustomBundle/Controller/GroupHomeController.php:52 {    'cms__list_news' => $list_news,    'cms__banner' => $this->getBanner(),]);
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:63 {
    › 
    ›  \t$response = $kernel->handle($request);\t$response->send();
  }
}
01:50:16 php User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\Admin\Base\BaseController".
[
  "exception" => ErrorException {#3874
    #message: "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\Admin\Base\BaseController"."
    #code: 0
    #file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
    #line: 200
    #severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
        › 
        ›     $this->checkClass($class, $file);}
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/Admin/Base/MasterBaseController.php:23 {
        › 
        › class MasterBaseController extends BaseController{
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/Admin/Master/Maintenance/SystemController.php:19 {
        › 
        › class SystemController extends MasterBaseController implements EventSubscriberInterface{
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
      }
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/appDevDebugProjectContainer.php:1773 {$instance->addListener('kernel.terminate', [0 => function () {    return ${($_ = isset($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController']) ? $this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] : ($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] = new \AppBundle\Controller\Admin\Master\Maintenance\SystemController())) && false ?: '_'};}, 1 => 'commandAction'], 0);
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
        › 
        ›     return parent::getListeners($eventName);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
        › 
        › $this->preProcess($eventName);try {
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:88 {{    $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:165 {if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /usr/home/hbw1003dss5t/html/admin/app.php:65 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
    › 
    ›     $this->checkClass($class, $file);}
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/Admin/Base/MasterBaseController.php:23 {
    › 
    › class MasterBaseController extends BaseController{
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /usr/home/hbw1003dss5t/html/admin/cms/src/AppBundle/Controller/Admin/Master/Maintenance/SystemController.php:19 {
    › 
    › class SystemController extends MasterBaseController implements EventSubscriberInterface{
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
  }
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /usr/home/hbw1003dss5t/html/admin/cms/var/cache/dev/ContainerUxtrx7f/appDevDebugProjectContainer.php:1773 {$instance->addListener('kernel.terminate', [0 => function () {    return ${($_ = isset($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController']) ? $this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] : ($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] = new \AppBundle\Controller\Admin\Master\Maintenance\SystemController())) && false ?: '_'};}, 1 => 'commandAction'], 0);
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
    › 
    ›     return parent::getListeners($eventName);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
    › 
    › $this->preProcess($eventName);try {
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:88 {{    $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:165 {if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /usr/home/hbw1003dss5t/html/admin/app.php:65 {$response->send();$kernel->terminate($request, $response);}
}
14:49:18 - The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\Admin\Base\BaseController".
[
  "exception" => SilencedErrorContext {#4033
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
        › 
        ›     $this->checkClass($class, $file);}
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
    › 
    ›     $this->checkClass($class, $file);}
  }
}
14:49:18 - The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "AppBundle\Controller\BaseController".
[
  "exception" => SilencedErrorContext {#4030
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
        › 
        ›     $this->checkClass($class, $file);}
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
    › 
    ›     $this->checkClass($class, $file);}
  }
}
14:49:18 - The "profiler.matcher" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0.
[
  "exception" => SilencedErrorContext {#4031
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
    › 
    › $value = $this->finalizeValue($value);}
}
14:49:18 - Not setting "logout_on_user_change" to true on firewall "setup_util" is deprecated as of 3.4, it will always be true in 4.0.
[
  "exception" => SilencedErrorContext {#4029
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {    @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);}
      }
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
        › 
        › list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);}
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {    @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);}
  }
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
    › 
    › list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);}
}
14:49:18 - Relying on service auto-registration for type "AppBundle\Entity\Approval\ApprovalRequest" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\Approval\ApprovalRequest" instead.
[
  "exception" => SilencedErrorContext {#4028
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:447 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), \E_USER_DEPRECATED);}
      /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:321 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:447 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), \E_USER_DEPRECATED);}
  /usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:321 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}

Debug 75

Unimportant log messages generated during the execution of the application.

Time Channel Message
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"CustomBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "CustomBundle\EventListener\LocaleListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
01:49:45 event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"AppBundle\EventListener\KernelEventListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "AppBundle\EventListener\KernelEventListener::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"AppBundle\DataCollector\CustomRequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "AppBundle\DataCollector\CustomRequestDataCollector::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
01:49:45 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
01:49:45 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"
]
01:49:45 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"
]
01:49:45 doctrine SELECT c0_.title_for_list AS title_for_list_0, c0_.alias AS alias_1, c0_.show_in_list AS show_in_list_2, c0_.public_date AS public_date_3, c0_.customblock AS customblock_4, c0_.id AS id_5, c0_.sort_num AS sort_num_6, c0_.status AS status_7, c0_.publish_at AS publish_at_8, c0_.expires_at AS expires_at_9, c0_.created_at AS created_at_10, c0_.updated_at AS updated_at_11, c0_.title AS title_12, c0_.language_parent AS language_parent_13, c0_.language_alias AS language_alias_14, c0_.language_active AS language_active_15, c0_.revision_parent AS revision_parent_16, c0_.revision_version AS revision_version_17, c0_.post_type AS post_type_18, c0_.access_token AS access_token_19, c0_.image_pc AS image_pc_20, c0_.image_sp AS image_sp_21, c0_.thumbnail AS thumbnail_22, c0_.facility_id AS facility_id_23, c0_.created_by AS created_by_24, c0_.updated_by AS updated_by_25, c0_.language_id AS language_id_26, c0_.latest_approval_request_id AS latest_approval_request_id_27 FROM cms_mod_restaurant_genres c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC, c0_.id ASC
01:49:45 doctrine SELECT t0.alt AS alt_1, t0.caption AS caption_2, t0.collation_code AS collation_code_3, t0.meta AS meta_4, t0.id AS id_5, t0.sort_num AS sort_num_6, t0.status AS status_7, t0.publish_at AS publish_at_8, t0.expires_at AS expires_at_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.title AS title_12, t0.item_id AS item_id_13, t14.alias AS alias_15, t14.path AS path_16, t14.mime AS mime_17, t14.file_size AS file_size_18, t14.width AS width_19, t14.height AS height_20, t14.alt AS alt_21, t14.caption AS caption_22, t14.link_url AS link_url_23, t14.content_data AS content_data_24, t14.thumb_path AS thumb_path_25, t14.hidden AS hidden_26, t14.collation_code AS collation_code_27, t14.is_locked AS is_locked_28, t14.meta AS meta_29, t14.cdn_domain AS cdn_domain_30, t14.id AS id_31, t14.sort_num AS sort_num_32, t14.status AS status_33, t14.publish_at AS publish_at_34, t14.expires_at AS expires_at_35, t14.created_at AS created_at_36, t14.updated_at AS updated_at_37, t14.title AS title_38, t14.revision_parent AS revision_parent_39, t14.revision_version AS revision_version_40, t14.post_type AS post_type_41, t14.access_token AS access_token_42, t14.category AS category_43, t14.facility_id AS facility_id_44, t14.original_id AS original_id_45, t14.created_by AS created_by_46, t14.updated_by AS updated_by_47, t14.latest_approval_request_id AS latest_approval_request_id_48, t0.thumb_item_id AS thumb_item_id_49, t50.alias AS alias_51, t50.path AS path_52, t50.mime AS mime_53, t50.file_size AS file_size_54, t50.width AS width_55, t50.height AS height_56, t50.alt AS alt_57, t50.caption AS caption_58, t50.link_url AS link_url_59, t50.content_data AS content_data_60, t50.thumb_path AS thumb_path_61, t50.hidden AS hidden_62, t50.collation_code AS collation_code_63, t50.is_locked AS is_locked_64, t50.meta AS meta_65, t50.cdn_domain AS cdn_domain_66, t50.id AS id_67, t50.sort_num AS sort_num_68, t50.status AS status_69, t50.publish_at AS publish_at_70, t50.expires_at AS expires_at_71, t50.created_at AS created_at_72, t50.updated_at AS updated_at_73, t50.title AS title_74, t50.revision_parent AS revision_parent_75, t50.revision_version AS revision_version_76, t50.post_type AS post_type_77, t50.access_token AS access_token_78, t50.category AS category_79, t50.facility_id AS facility_id_80, t50.original_id AS original_id_81, t50.created_by AS created_by_82, t50.updated_by AS updated_by_83, t50.latest_approval_request_id AS latest_approval_request_id_84, t0.group_id AS group_id_85, t0.created_by AS created_by_86, t87.username AS username_88, t87.username_canonical AS username_canonical_89, t87.enabled AS enabled_90, t87.last_login AS last_login_91, t87.confirmation_token AS confirmation_token_92, t87.password_requested_at AS password_requested_at_93, t87.roles AS roles_94, t87.id AS id_95, t87.display_name AS display_name_96, t87.sort_num AS sort_num_97, t87.email AS email_98, t87.email_canonical AS email_canonical_99, t87.salt AS salt_100, t87.password AS password_101, t87.group_id AS group_id_102, t87.facility_id AS facility_id_103, t0.updated_by AS updated_by_104, t105.username AS username_106, t105.username_canonical AS username_canonical_107, t105.enabled AS enabled_108, t105.last_login AS last_login_109, t105.confirmation_token AS confirmation_token_110, t105.password_requested_at AS password_requested_at_111, t105.roles AS roles_112, t105.id AS id_113, t105.display_name AS display_name_114, t105.sort_num AS sort_num_115, t105.email AS email_116, t105.email_canonical AS email_canonical_117, t105.salt AS salt_118, t105.password AS password_119, t105.group_id AS group_id_120, t105.facility_id AS facility_id_121 FROM cms_media_item_details t0 LEFT JOIN cms_media_items t14 ON t0.item_id = t14.id AND ((t14.post_type IN ("master")) AND (t14.status = 1 AND (t14.publish_at IS NULL OR t14.publish_at <= "2024-11-15 01:49:45") AND (t14.expires_at IS NULL OR t14.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_items t50 ON t0.thumb_item_id = t50.id AND ((t50.post_type IN ("master")) AND (t50.status = 1 AND (t50.publish_at IS NULL OR t50.publish_at <= "2024-11-15 01:49:45") AND (t50.expires_at IS NULL OR t50.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t87 ON t0.created_by = t87.id LEFT JOIN cms_user t105 ON t0.updated_by = t105.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    405
    406
    409
    410
    413
    414
  ]
]
01:49:45 doctrine SELECT t0.code AS code_1, t0.title AS title_2, t0.intro_text AS intro_text_3, t0.zip AS zip_4, t0.address AS address_5, t0.building AS building_6, t0.google_maps_url AS google_maps_url_7, t0.phone AS phone_8, t0.website AS website_9, t0.opening_hours AS opening_hours_10, t0.holiday AS holiday_11, t0.access AS access_12, t0.access_car AS access_car_13, t0.access_train AS access_train_14, t0.id AS id_15, t0.sort_num AS sort_num_16, t0.status AS status_17, t0.publish_at AS publish_at_18, t0.expires_at AS expires_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.area_id AS area_id_22, t0.prefecture_id AS prefecture_id_23, t0.logo_image AS logo_image_24, t0.main_image AS main_image_25, t0.created_by AS created_by_26, t27.username AS username_28, t27.username_canonical AS username_canonical_29, t27.enabled AS enabled_30, t27.last_login AS last_login_31, t27.confirmation_token AS confirmation_token_32, t27.password_requested_at AS password_requested_at_33, t27.roles AS roles_34, t27.id AS id_35, t27.display_name AS display_name_36, t27.sort_num AS sort_num_37, t27.email AS email_38, t27.email_canonical AS email_canonical_39, t27.salt AS salt_40, t27.password AS password_41, t27.group_id AS group_id_42, t27.facility_id AS facility_id_43, t0.updated_by AS updated_by_44, t45.username AS username_46, t45.username_canonical AS username_canonical_47, t45.enabled AS enabled_48, t45.last_login AS last_login_49, t45.confirmation_token AS confirmation_token_50, t45.password_requested_at AS password_requested_at_51, t45.roles AS roles_52, t45.id AS id_53, t45.display_name AS display_name_54, t45.sort_num AS sort_num_55, t45.email AS email_56, t45.email_canonical AS email_canonical_57, t45.salt AS salt_58, t45.password AS password_59, t45.group_id AS group_id_60, t45.facility_id AS facility_id_61 FROM cms_facility t0 LEFT JOIN cms_user t27 ON t0.created_by = t27.id LEFT JOIN cms_user t45 ON t0.updated_by = t45.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    1
  ]
]
01:49:45 doctrine SELECT t0.id AS id_1, t0.is_wheel AS is_wheel_2, t0.is_system_admin AS is_system_admin_3, t0.level AS level_4, t0.name AS name_5, t0.display_name AS display_name_6, t0.description AS description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM cms_user_groups t0 WHERE t0.id IN (?)
[
  [
    1
  ]
]
01:49:45 doctrine SELECT t0.code AS code_1, t0.title AS title_2, t0.intro_text AS intro_text_3, t0.zip AS zip_4, t0.address AS address_5, t0.building AS building_6, t0.google_maps_url AS google_maps_url_7, t0.phone AS phone_8, t0.website AS website_9, t0.opening_hours AS opening_hours_10, t0.holiday AS holiday_11, t0.access AS access_12, t0.access_car AS access_car_13, t0.access_train AS access_train_14, t0.id AS id_15, t0.sort_num AS sort_num_16, t0.status AS status_17, t0.publish_at AS publish_at_18, t0.expires_at AS expires_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.area_id AS area_id_22, t0.prefecture_id AS prefecture_id_23, t0.logo_image AS logo_image_24, t0.main_image AS main_image_25, t0.created_by AS created_by_26, t27.username AS username_28, t27.username_canonical AS username_canonical_29, t27.enabled AS enabled_30, t27.last_login AS last_login_31, t27.confirmation_token AS confirmation_token_32, t27.password_requested_at AS password_requested_at_33, t27.roles AS roles_34, t27.id AS id_35, t27.display_name AS display_name_36, t27.sort_num AS sort_num_37, t27.email AS email_38, t27.email_canonical AS email_canonical_39, t27.salt AS salt_40, t27.password AS password_41, t27.group_id AS group_id_42, t27.facility_id AS facility_id_43, t0.updated_by AS updated_by_44, t45.username AS username_46, t45.username_canonical AS username_canonical_47, t45.enabled AS enabled_48, t45.last_login AS last_login_49, t45.confirmation_token AS confirmation_token_50, t45.password_requested_at AS password_requested_at_51, t45.roles AS roles_52, t45.id AS id_53, t45.display_name AS display_name_54, t45.sort_num AS sort_num_55, t45.email AS email_56, t45.email_canonical AS email_canonical_57, t45.salt AS salt_58, t45.password AS password_59, t45.group_id AS group_id_60, t45.facility_id AS facility_id_61 FROM cms_facility t0 LEFT JOIN cms_user t27 ON t0.created_by = t27.id LEFT JOIN cms_user t45 ON t0.updated_by = t45.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    1
  ]
]
01:49:45 doctrine SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.last_login AS last_login_4, t0.confirmation_token AS confirmation_token_5, t0.password_requested_at AS password_requested_at_6, t0.roles AS roles_7, t0.id AS id_8, t0.display_name AS display_name_9, t0.sort_num AS sort_num_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.salt AS salt_13, t0.password AS password_14, t0.group_id AS group_id_15, t16.id AS id_17, t16.is_wheel AS is_wheel_18, t16.is_system_admin AS is_system_admin_19, t16.level AS level_20, t16.name AS name_21, t16.display_name AS display_name_22, t16.description AS description_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t0.facility_id AS facility_id_26, t27.code AS code_28, t27.title AS title_29, t27.intro_text AS intro_text_30, t27.zip AS zip_31, t27.address AS address_32, t27.building AS building_33, t27.google_maps_url AS google_maps_url_34, t27.phone AS phone_35, t27.website AS website_36, t27.opening_hours AS opening_hours_37, t27.holiday AS holiday_38, t27.access AS access_39, t27.access_car AS access_car_40, t27.access_train AS access_train_41, t27.id AS id_42, t27.sort_num AS sort_num_43, t27.status AS status_44, t27.publish_at AS publish_at_45, t27.expires_at AS expires_at_46, t27.created_at AS created_at_47, t27.updated_at AS updated_at_48, t27.area_id AS area_id_49, t27.prefecture_id AS prefecture_id_50, t27.logo_image AS logo_image_51, t27.main_image AS main_image_52, t27.created_by AS created_by_53, t27.updated_by AS updated_by_54 FROM cms_user t0 LEFT JOIN cms_user_groups t16 ON t0.group_id = t16.id LEFT JOIN cms_facility t27 ON t0.facility_id = t27.id AND ((t27.status = 1 AND (t27.publish_at IS NULL OR t27.publish_at <= "2024-11-15 01:49:45") AND (t27.expires_at IS NULL OR t27.expires_at > "2024-11-15 01:49:45"))) WHERE t0.id IN (?)
[
  [
    1
  ]
]
01:49:45 doctrine SELECT c0_.public_date AS public_date_0, c0_.customblock AS customblock_1, c0_.id AS id_2, c0_.sort_num AS sort_num_3, c0_.status AS status_4, c0_.publish_at AS publish_at_5, c0_.expires_at AS expires_at_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.title AS title_9, c0_.language_parent AS language_parent_10, c0_.language_alias AS language_alias_11, c0_.language_active AS language_active_12, c0_.revision_parent AS revision_parent_13, c0_.revision_version AS revision_version_14, c0_.post_type AS post_type_15, c0_.access_token AS access_token_16, c0_.thumbnail AS thumbnail_17, c0_.facility_id AS facility_id_18, c0_.created_by AS created_by_19, c0_.updated_by AS updated_by_20, c0_.language_id AS language_id_21, c0_.latest_approval_request_id AS latest_approval_request_id_22 FROM cms_mod_restaurant_time_by_cars c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC, c0_.id ASC
01:49:45 doctrine SELECT c0_.alias AS alias_0, c0_.public_date AS public_date_1, c0_.customblock AS customblock_2, c0_.id AS id_3, c0_.sort_num AS sort_num_4, c0_.status AS status_5, c0_.publish_at AS publish_at_6, c0_.expires_at AS expires_at_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.title AS title_10, c0_.language_parent AS language_parent_11, c0_.language_alias AS language_alias_12, c0_.language_active AS language_active_13, c0_.revision_parent AS revision_parent_14, c0_.revision_version AS revision_version_15, c0_.post_type AS post_type_16, c0_.access_token AS access_token_17, c0_.thumbnail AS thumbnail_18, c0_.facility_id AS facility_id_19, c0_.created_by AS created_by_20, c0_.updated_by AS updated_by_21, c0_.language_id AS language_id_22, c0_.latest_approval_request_id AS latest_approval_request_id_23 FROM cms_mod_restaurant_scenes c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC, c0_.id ASC
01:49:45 doctrine SELECT c0_.title_for_list AS title_for_list_0, c0_.alias AS alias_1, c0_.show_in_list AS show_in_list_2, c0_.background_color AS background_color_3, c0_.public_date AS public_date_4, c0_.customblock AS customblock_5, c0_.id AS id_6, c0_.sort_num AS sort_num_7, c0_.status AS status_8, c0_.publish_at AS publish_at_9, c0_.expires_at AS expires_at_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12, c0_.title AS title_13, c0_.language_parent AS language_parent_14, c0_.language_alias AS language_alias_15, c0_.language_active AS language_active_16, c0_.revision_parent AS revision_parent_17, c0_.revision_version AS revision_version_18, c0_.post_type AS post_type_19, c0_.access_token AS access_token_20, c0_.thumbnail AS thumbnail_21, c0_.facility_id AS facility_id_22, c0_.created_by AS created_by_23, c0_.updated_by AS updated_by_24, c0_.language_id AS language_id_25, c0_.latest_approval_request_id AS latest_approval_request_id_26 FROM cms_mod_restaurant_feature c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC, c0_.id ASC
01:49:45 doctrine SELECT c0_.title_for_list AS title_for_list_0, c0_.alias AS alias_1, c0_.show_in_list AS show_in_list_2, c0_.public_date AS public_date_3, c0_.customblock AS customblock_4, c0_.id AS id_5, c0_.sort_num AS sort_num_6, c0_.status AS status_7, c0_.publish_at AS publish_at_8, c0_.expires_at AS expires_at_9, c0_.created_at AS created_at_10, c0_.updated_at AS updated_at_11, c0_.title AS title_12, c0_.language_parent AS language_parent_13, c0_.language_alias AS language_alias_14, c0_.language_active AS language_active_15, c0_.revision_parent AS revision_parent_16, c0_.revision_version AS revision_version_17, c0_.post_type AS post_type_18, c0_.access_token AS access_token_19, c0_.image_pc AS image_pc_20, c0_.image_sp AS image_sp_21, c0_.thumbnail AS thumbnail_22, c0_.facility_id AS facility_id_23, c0_.created_by AS created_by_24, c0_.updated_by AS updated_by_25, c0_.language_id AS language_id_26, c0_.latest_approval_request_id AS latest_approval_request_id_27 FROM cms_mod_restaurant_genres c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC, c0_.id ASC
01:49:45 doctrine SELECT c0_.public_date AS public_date_0, c0_.customblock AS customblock_1, c0_.id AS id_2, c0_.sort_num AS sort_num_3, c0_.status AS status_4, c0_.publish_at AS publish_at_5, c0_.expires_at AS expires_at_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.title AS title_9, c0_.language_parent AS language_parent_10, c0_.language_alias AS language_alias_11, c0_.language_active AS language_active_12, c0_.revision_parent AS revision_parent_13, c0_.revision_version AS revision_version_14, c0_.post_type AS post_type_15, c0_.access_token AS access_token_16, c0_.image AS image_17, c0_.time_by_car AS time_by_car_18, c0_.scene AS scene_19, c0_.thumbnail AS thumbnail_20, c0_.facility_id AS facility_id_21, c0_.created_by AS created_by_22, c0_.updated_by AS updated_by_23, c0_.language_id AS language_id_24, c0_.latest_approval_request_id AS latest_approval_request_id_25 FROM cms_mod_top_gourmet_pickup_items c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC
01:49:45 doctrine SELECT t0.alt AS alt_1, t0.caption AS caption_2, t0.collation_code AS collation_code_3, t0.meta AS meta_4, t0.id AS id_5, t0.sort_num AS sort_num_6, t0.status AS status_7, t0.publish_at AS publish_at_8, t0.expires_at AS expires_at_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.title AS title_12, t0.item_id AS item_id_13, t14.alias AS alias_15, t14.path AS path_16, t14.mime AS mime_17, t14.file_size AS file_size_18, t14.width AS width_19, t14.height AS height_20, t14.alt AS alt_21, t14.caption AS caption_22, t14.link_url AS link_url_23, t14.content_data AS content_data_24, t14.thumb_path AS thumb_path_25, t14.hidden AS hidden_26, t14.collation_code AS collation_code_27, t14.is_locked AS is_locked_28, t14.meta AS meta_29, t14.cdn_domain AS cdn_domain_30, t14.id AS id_31, t14.sort_num AS sort_num_32, t14.status AS status_33, t14.publish_at AS publish_at_34, t14.expires_at AS expires_at_35, t14.created_at AS created_at_36, t14.updated_at AS updated_at_37, t14.title AS title_38, t14.revision_parent AS revision_parent_39, t14.revision_version AS revision_version_40, t14.post_type AS post_type_41, t14.access_token AS access_token_42, t14.category AS category_43, t14.facility_id AS facility_id_44, t14.original_id AS original_id_45, t14.created_by AS created_by_46, t14.updated_by AS updated_by_47, t14.latest_approval_request_id AS latest_approval_request_id_48, t0.thumb_item_id AS thumb_item_id_49, t50.alias AS alias_51, t50.path AS path_52, t50.mime AS mime_53, t50.file_size AS file_size_54, t50.width AS width_55, t50.height AS height_56, t50.alt AS alt_57, t50.caption AS caption_58, t50.link_url AS link_url_59, t50.content_data AS content_data_60, t50.thumb_path AS thumb_path_61, t50.hidden AS hidden_62, t50.collation_code AS collation_code_63, t50.is_locked AS is_locked_64, t50.meta AS meta_65, t50.cdn_domain AS cdn_domain_66, t50.id AS id_67, t50.sort_num AS sort_num_68, t50.status AS status_69, t50.publish_at AS publish_at_70, t50.expires_at AS expires_at_71, t50.created_at AS created_at_72, t50.updated_at AS updated_at_73, t50.title AS title_74, t50.revision_parent AS revision_parent_75, t50.revision_version AS revision_version_76, t50.post_type AS post_type_77, t50.access_token AS access_token_78, t50.category AS category_79, t50.facility_id AS facility_id_80, t50.original_id AS original_id_81, t50.created_by AS created_by_82, t50.updated_by AS updated_by_83, t50.latest_approval_request_id AS latest_approval_request_id_84, t0.group_id AS group_id_85, t0.created_by AS created_by_86, t87.username AS username_88, t87.username_canonical AS username_canonical_89, t87.enabled AS enabled_90, t87.last_login AS last_login_91, t87.confirmation_token AS confirmation_token_92, t87.password_requested_at AS password_requested_at_93, t87.roles AS roles_94, t87.id AS id_95, t87.display_name AS display_name_96, t87.sort_num AS sort_num_97, t87.email AS email_98, t87.email_canonical AS email_canonical_99, t87.salt AS salt_100, t87.password AS password_101, t87.group_id AS group_id_102, t87.facility_id AS facility_id_103, t0.updated_by AS updated_by_104, t105.username AS username_106, t105.username_canonical AS username_canonical_107, t105.enabled AS enabled_108, t105.last_login AS last_login_109, t105.confirmation_token AS confirmation_token_110, t105.password_requested_at AS password_requested_at_111, t105.roles AS roles_112, t105.id AS id_113, t105.display_name AS display_name_114, t105.sort_num AS sort_num_115, t105.email AS email_116, t105.email_canonical AS email_canonical_117, t105.salt AS salt_118, t105.password AS password_119, t105.group_id AS group_id_120, t105.facility_id AS facility_id_121 FROM cms_media_item_details t0 LEFT JOIN cms_media_items t14 ON t0.item_id = t14.id AND ((t14.post_type IN ("master")) AND (t14.status = 1 AND (t14.publish_at IS NULL OR t14.publish_at <= "2024-11-15 01:49:45") AND (t14.expires_at IS NULL OR t14.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_items t50 ON t0.thumb_item_id = t50.id AND ((t50.post_type IN ("master")) AND (t50.status = 1 AND (t50.publish_at IS NULL OR t50.publish_at <= "2024-11-15 01:49:45") AND (t50.expires_at IS NULL OR t50.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t87 ON t0.created_by = t87.id LEFT JOIN cms_user t105 ON t0.updated_by = t105.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    626
    628
    590
  ]
]
01:49:45 doctrine SELECT t0.public_date AS public_date_1, t0.customblock AS customblock_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.revision_parent AS revision_parent_14, t0.revision_version AS revision_version_15, t0.post_type AS post_type_16, t0.access_token AS access_token_17, t0.thumbnail AS thumbnail_18, t19.alt AS alt_20, t19.caption AS caption_21, t19.collation_code AS collation_code_22, t19.meta AS meta_23, t19.id AS id_24, t19.sort_num AS sort_num_25, t19.status AS status_26, t19.publish_at AS publish_at_27, t19.expires_at AS expires_at_28, t19.created_at AS created_at_29, t19.updated_at AS updated_at_30, t19.title AS title_31, t19.item_id AS item_id_32, t19.thumb_item_id AS thumb_item_id_33, t19.group_id AS group_id_34, t19.created_by AS created_by_35, t19.updated_by AS updated_by_36, t0.facility_id AS facility_id_37, t38.code AS code_39, t38.title AS title_40, t38.intro_text AS intro_text_41, t38.zip AS zip_42, t38.address AS address_43, t38.building AS building_44, t38.google_maps_url AS google_maps_url_45, t38.phone AS phone_46, t38.website AS website_47, t38.opening_hours AS opening_hours_48, t38.holiday AS holiday_49, t38.access AS access_50, t38.access_car AS access_car_51, t38.access_train AS access_train_52, t38.id AS id_53, t38.sort_num AS sort_num_54, t38.status AS status_55, t38.publish_at AS publish_at_56, t38.expires_at AS expires_at_57, t38.created_at AS created_at_58, t38.updated_at AS updated_at_59, t38.area_id AS area_id_60, t38.prefecture_id AS prefecture_id_61, t38.logo_image AS logo_image_62, t38.main_image AS main_image_63, t38.created_by AS created_by_64, t38.updated_by AS updated_by_65, t0.created_by AS created_by_66, t67.username AS username_68, t67.username_canonical AS username_canonical_69, t67.enabled AS enabled_70, t67.last_login AS last_login_71, t67.confirmation_token AS confirmation_token_72, t67.password_requested_at AS password_requested_at_73, t67.roles AS roles_74, t67.id AS id_75, t67.display_name AS display_name_76, t67.sort_num AS sort_num_77, t67.email AS email_78, t67.email_canonical AS email_canonical_79, t67.salt AS salt_80, t67.password AS password_81, t67.group_id AS group_id_82, t67.facility_id AS facility_id_83, t0.updated_by AS updated_by_84, t85.username AS username_86, t85.username_canonical AS username_canonical_87, t85.enabled AS enabled_88, t85.last_login AS last_login_89, t85.confirmation_token AS confirmation_token_90, t85.password_requested_at AS password_requested_at_91, t85.roles AS roles_92, t85.id AS id_93, t85.display_name AS display_name_94, t85.sort_num AS sort_num_95, t85.email AS email_96, t85.email_canonical AS email_canonical_97, t85.salt AS salt_98, t85.password AS password_99, t85.group_id AS group_id_100, t85.facility_id AS facility_id_101, t0.language_id AS language_id_102, t103.alias AS alias_104, t103.translate_key AS translate_key_105, t103.target_key AS target_key_106, t103.id AS id_107, t103.sort_num AS sort_num_108, t103.status AS status_109, t103.publish_at AS publish_at_110, t103.expires_at AS expires_at_111, t103.created_at AS created_at_112, t103.updated_at AS updated_at_113, t103.title AS title_114, t103.created_by AS created_by_115, t103.updated_by AS updated_by_116, t0.latest_approval_request_id AS latest_approval_request_id_117, t118.id AS id_119, t118.handler_name AS handler_name_120, t118.title AS title_121, t118.target_id AS target_id_122, t118.request_type AS request_type_123, t118.moderated_at AS moderated_at_124, t118.approval_status AS approval_status_125, t118.comment AS comment_126, t118.created_at AS created_at_127, t118.updated_at AS updated_at_128, t118.facility_id AS facility_id_129, t118.requested_by AS requested_by_130, t118.moderated_by AS moderated_by_131 FROM cms_mod_restaurant_time_by_cars t0 LEFT JOIN cms_media_item_details t19 ON t0.thumbnail = t19.id AND ((t19.status = 1 AND (t19.publish_at IS NULL OR t19.publish_at <= "2024-11-15 01:49:45") AND (t19.expires_at IS NULL OR t19.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t38 ON t0.facility_id = t38.id AND ((t38.status = 1 AND (t38.publish_at IS NULL OR t38.publish_at <= "2024-11-15 01:49:45") AND (t38.expires_at IS NULL OR t38.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t67 ON t0.created_by = t67.id LEFT JOIN cms_user t85 ON t0.updated_by = t85.id LEFT JOIN cms_master_languages t103 ON t0.language_id = t103.id AND ((t103.status = 1 AND (t103.publish_at IS NULL OR t103.publish_at <= "2024-11-15 01:49:45") AND (t103.expires_at IS NULL OR t103.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t118 ON t0.latest_approval_request_id = t118.id WHERE t0.id IN (?) AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15")))
[
  [
    1
  ]
]
01:49:45 doctrine SELECT c0_.catch_copy AS catch_copy_0, c0_.public_date AS public_date_1, c0_.customblock AS customblock_2, c0_.id AS id_3, c0_.sort_num AS sort_num_4, c0_.status AS status_5, c0_.publish_at AS publish_at_6, c0_.expires_at AS expires_at_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.title AS title_10, c0_.language_parent AS language_parent_11, c0_.language_alias AS language_alias_12, c0_.language_active AS language_active_13, c0_.revision_parent AS revision_parent_14, c0_.revision_version AS revision_version_15, c0_.post_type AS post_type_16, c0_.access_token AS access_token_17, c0_.restaurant AS restaurant_18, c0_.image AS image_19, c0_.thumbnail AS thumbnail_20, c0_.facility_id AS facility_id_21, c0_.created_by AS created_by_22, c0_.updated_by AS updated_by_23, c0_.language_id AS language_id_24, c0_.latest_approval_request_id AS latest_approval_request_id_25 FROM cms_mod_top_restaurant_pickup_items c0_ INNER JOIN cms_mod_restaurant_restaurants c1_ ON c0_.restaurant = c1_.id AND (c1_.post_type IN ("master")) AND (c1_.status = 1 AND (c1_.publish_at IS NULL OR c1_.publish_at <= "2024-11-15 01:49:45") AND (c1_.expires_at IS NULL OR c1_.expires_at > "2024-11-15 01:49:45") AND (c1_.public_date IS NULL OR c1_.public_date <= "2024-11-15")) WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC
01:49:45 doctrine SELECT t0.alt AS alt_1, t0.caption AS caption_2, t0.collation_code AS collation_code_3, t0.meta AS meta_4, t0.id AS id_5, t0.sort_num AS sort_num_6, t0.status AS status_7, t0.publish_at AS publish_at_8, t0.expires_at AS expires_at_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.title AS title_12, t0.item_id AS item_id_13, t14.alias AS alias_15, t14.path AS path_16, t14.mime AS mime_17, t14.file_size AS file_size_18, t14.width AS width_19, t14.height AS height_20, t14.alt AS alt_21, t14.caption AS caption_22, t14.link_url AS link_url_23, t14.content_data AS content_data_24, t14.thumb_path AS thumb_path_25, t14.hidden AS hidden_26, t14.collation_code AS collation_code_27, t14.is_locked AS is_locked_28, t14.meta AS meta_29, t14.cdn_domain AS cdn_domain_30, t14.id AS id_31, t14.sort_num AS sort_num_32, t14.status AS status_33, t14.publish_at AS publish_at_34, t14.expires_at AS expires_at_35, t14.created_at AS created_at_36, t14.updated_at AS updated_at_37, t14.title AS title_38, t14.revision_parent AS revision_parent_39, t14.revision_version AS revision_version_40, t14.post_type AS post_type_41, t14.access_token AS access_token_42, t14.category AS category_43, t14.facility_id AS facility_id_44, t14.original_id AS original_id_45, t14.created_by AS created_by_46, t14.updated_by AS updated_by_47, t14.latest_approval_request_id AS latest_approval_request_id_48, t0.thumb_item_id AS thumb_item_id_49, t50.alias AS alias_51, t50.path AS path_52, t50.mime AS mime_53, t50.file_size AS file_size_54, t50.width AS width_55, t50.height AS height_56, t50.alt AS alt_57, t50.caption AS caption_58, t50.link_url AS link_url_59, t50.content_data AS content_data_60, t50.thumb_path AS thumb_path_61, t50.hidden AS hidden_62, t50.collation_code AS collation_code_63, t50.is_locked AS is_locked_64, t50.meta AS meta_65, t50.cdn_domain AS cdn_domain_66, t50.id AS id_67, t50.sort_num AS sort_num_68, t50.status AS status_69, t50.publish_at AS publish_at_70, t50.expires_at AS expires_at_71, t50.created_at AS created_at_72, t50.updated_at AS updated_at_73, t50.title AS title_74, t50.revision_parent AS revision_parent_75, t50.revision_version AS revision_version_76, t50.post_type AS post_type_77, t50.access_token AS access_token_78, t50.category AS category_79, t50.facility_id AS facility_id_80, t50.original_id AS original_id_81, t50.created_by AS created_by_82, t50.updated_by AS updated_by_83, t50.latest_approval_request_id AS latest_approval_request_id_84, t0.group_id AS group_id_85, t0.created_by AS created_by_86, t87.username AS username_88, t87.username_canonical AS username_canonical_89, t87.enabled AS enabled_90, t87.last_login AS last_login_91, t87.confirmation_token AS confirmation_token_92, t87.password_requested_at AS password_requested_at_93, t87.roles AS roles_94, t87.id AS id_95, t87.display_name AS display_name_96, t87.sort_num AS sort_num_97, t87.email AS email_98, t87.email_canonical AS email_canonical_99, t87.salt AS salt_100, t87.password AS password_101, t87.group_id AS group_id_102, t87.facility_id AS facility_id_103, t0.updated_by AS updated_by_104, t105.username AS username_106, t105.username_canonical AS username_canonical_107, t105.enabled AS enabled_108, t105.last_login AS last_login_109, t105.confirmation_token AS confirmation_token_110, t105.password_requested_at AS password_requested_at_111, t105.roles AS roles_112, t105.id AS id_113, t105.display_name AS display_name_114, t105.sort_num AS sort_num_115, t105.email AS email_116, t105.email_canonical AS email_canonical_117, t105.salt AS salt_118, t105.password AS password_119, t105.group_id AS group_id_120, t105.facility_id AS facility_id_121 FROM cms_media_item_details t0 LEFT JOIN cms_media_items t14 ON t0.item_id = t14.id AND ((t14.post_type IN ("master")) AND (t14.status = 1 AND (t14.publish_at IS NULL OR t14.publish_at <= "2024-11-15 01:49:45") AND (t14.expires_at IS NULL OR t14.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_items t50 ON t0.thumb_item_id = t50.id AND ((t50.post_type IN ("master")) AND (t50.status = 1 AND (t50.publish_at IS NULL OR t50.publish_at <= "2024-11-15 01:49:45") AND (t50.expires_at IS NULL OR t50.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t87 ON t0.created_by = t87.id LEFT JOIN cms_user t105 ON t0.updated_by = t105.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    674
    592
  ]
]
01:49:45 doctrine SELECT c0_.post_id AS post_id_0, c0_.recommended AS recommended_1, c0_.important AS important_2, c0_.detail_type AS detail_type_3, c0_.link_url AS link_url_4, c0_.meta_title AS meta_title_5, c0_.meta_keywords AS meta_keywords_6, c0_.meta_description AS meta_description_7, c0_.meta_h1 AS meta_h1_8, c0_.custom_html AS custom_html_9, c0_.is_imported AS is_imported_10, c0_.period AS period_11, c0_.list_text AS list_text_12, c0_.public_date AS public_date_13, c0_.customblock AS customblock_14, c0_.id AS id_15, c0_.sort_num AS sort_num_16, c0_.status AS status_17, c0_.publish_at AS publish_at_18, c0_.expires_at AS expires_at_19, c0_.created_at AS created_at_20, c0_.updated_at AS updated_at_21, c0_.title AS title_22, c0_.language_parent AS language_parent_23, c0_.language_alias AS language_alias_24, c0_.language_active AS language_active_25, c0_.revision_parent AS revision_parent_26, c0_.revision_version AS revision_version_27, c0_.post_type AS post_type_28, c0_.access_token AS access_token_29, c0_.common_thumbnail AS common_thumbnail_30, c0_.thumbnail AS thumbnail_31, c0_.facility_id AS facility_id_32, c0_.created_by AS created_by_33, c0_.updated_by AS updated_by_34, c0_.language_id AS language_id_35, c0_.latest_approval_request_id AS latest_approval_request_id_36 FROM cms_mod_topics_posts c0_ INNER JOIN cms_mod_topics_post_category c2_ ON c0_.id = c2_.item_id INNER JOIN cms_mod_topics_categories c1_ ON c1_.id = c2_.category_id AND (c1_.status = 1 AND (c1_.publish_at IS NULL OR c1_.publish_at <= "2024-11-15 01:49:45") AND (c1_.expires_at IS NULL OR c1_.expires_at > "2024-11-15 01:49:45")) WHERE (c0_.important = 1) AND (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.public_date DESC LIMIT 1
01:49:45 doctrine SELECT t0.alt AS alt_1, t0.caption AS caption_2, t0.collation_code AS collation_code_3, t0.meta AS meta_4, t0.id AS id_5, t0.sort_num AS sort_num_6, t0.status AS status_7, t0.publish_at AS publish_at_8, t0.expires_at AS expires_at_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.title AS title_12, t0.item_id AS item_id_13, t14.alias AS alias_15, t14.path AS path_16, t14.mime AS mime_17, t14.file_size AS file_size_18, t14.width AS width_19, t14.height AS height_20, t14.alt AS alt_21, t14.caption AS caption_22, t14.link_url AS link_url_23, t14.content_data AS content_data_24, t14.thumb_path AS thumb_path_25, t14.hidden AS hidden_26, t14.collation_code AS collation_code_27, t14.is_locked AS is_locked_28, t14.meta AS meta_29, t14.cdn_domain AS cdn_domain_30, t14.id AS id_31, t14.sort_num AS sort_num_32, t14.status AS status_33, t14.publish_at AS publish_at_34, t14.expires_at AS expires_at_35, t14.created_at AS created_at_36, t14.updated_at AS updated_at_37, t14.title AS title_38, t14.revision_parent AS revision_parent_39, t14.revision_version AS revision_version_40, t14.post_type AS post_type_41, t14.access_token AS access_token_42, t14.category AS category_43, t14.facility_id AS facility_id_44, t14.original_id AS original_id_45, t14.created_by AS created_by_46, t14.updated_by AS updated_by_47, t14.latest_approval_request_id AS latest_approval_request_id_48, t0.thumb_item_id AS thumb_item_id_49, t50.alias AS alias_51, t50.path AS path_52, t50.mime AS mime_53, t50.file_size AS file_size_54, t50.width AS width_55, t50.height AS height_56, t50.alt AS alt_57, t50.caption AS caption_58, t50.link_url AS link_url_59, t50.content_data AS content_data_60, t50.thumb_path AS thumb_path_61, t50.hidden AS hidden_62, t50.collation_code AS collation_code_63, t50.is_locked AS is_locked_64, t50.meta AS meta_65, t50.cdn_domain AS cdn_domain_66, t50.id AS id_67, t50.sort_num AS sort_num_68, t50.status AS status_69, t50.publish_at AS publish_at_70, t50.expires_at AS expires_at_71, t50.created_at AS created_at_72, t50.updated_at AS updated_at_73, t50.title AS title_74, t50.revision_parent AS revision_parent_75, t50.revision_version AS revision_version_76, t50.post_type AS post_type_77, t50.access_token AS access_token_78, t50.category AS category_79, t50.facility_id AS facility_id_80, t50.original_id AS original_id_81, t50.created_by AS created_by_82, t50.updated_by AS updated_by_83, t50.latest_approval_request_id AS latest_approval_request_id_84, t0.group_id AS group_id_85, t0.created_by AS created_by_86, t87.username AS username_88, t87.username_canonical AS username_canonical_89, t87.enabled AS enabled_90, t87.last_login AS last_login_91, t87.confirmation_token AS confirmation_token_92, t87.password_requested_at AS password_requested_at_93, t87.roles AS roles_94, t87.id AS id_95, t87.display_name AS display_name_96, t87.sort_num AS sort_num_97, t87.email AS email_98, t87.email_canonical AS email_canonical_99, t87.salt AS salt_100, t87.password AS password_101, t87.group_id AS group_id_102, t87.facility_id AS facility_id_103, t0.updated_by AS updated_by_104, t105.username AS username_106, t105.username_canonical AS username_canonical_107, t105.enabled AS enabled_108, t105.last_login AS last_login_109, t105.confirmation_token AS confirmation_token_110, t105.password_requested_at AS password_requested_at_111, t105.roles AS roles_112, t105.id AS id_113, t105.display_name AS display_name_114, t105.sort_num AS sort_num_115, t105.email AS email_116, t105.email_canonical AS email_canonical_117, t105.salt AS salt_118, t105.password AS password_119, t105.group_id AS group_id_120, t105.facility_id AS facility_id_121 FROM cms_media_item_details t0 LEFT JOIN cms_media_items t14 ON t0.item_id = t14.id AND ((t14.post_type IN ("master")) AND (t14.status = 1 AND (t14.publish_at IS NULL OR t14.publish_at <= "2024-11-15 01:49:45") AND (t14.expires_at IS NULL OR t14.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_items t50 ON t0.thumb_item_id = t50.id AND ((t50.post_type IN ("master")) AND (t50.status = 1 AND (t50.publish_at IS NULL OR t50.publish_at <= "2024-11-15 01:49:45") AND (t50.expires_at IS NULL OR t50.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t87 ON t0.created_by = t87.id LEFT JOIN cms_user t105 ON t0.updated_by = t105.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    618
  ]
]
01:49:45 doctrine SELECT c0_.post_id AS post_id_0, c0_.recommended AS recommended_1, c0_.important AS important_2, c0_.detail_type AS detail_type_3, c0_.link_url AS link_url_4, c0_.meta_title AS meta_title_5, c0_.meta_keywords AS meta_keywords_6, c0_.meta_description AS meta_description_7, c0_.meta_h1 AS meta_h1_8, c0_.custom_html AS custom_html_9, c0_.is_imported AS is_imported_10, c0_.period AS period_11, c0_.list_text AS list_text_12, c0_.public_date AS public_date_13, c0_.customblock AS customblock_14, c0_.id AS id_15, c0_.sort_num AS sort_num_16, c0_.status AS status_17, c0_.publish_at AS publish_at_18, c0_.expires_at AS expires_at_19, c0_.created_at AS created_at_20, c0_.updated_at AS updated_at_21, c0_.title AS title_22, c0_.language_parent AS language_parent_23, c0_.language_alias AS language_alias_24, c0_.language_active AS language_active_25, c0_.revision_parent AS revision_parent_26, c0_.revision_version AS revision_version_27, c0_.post_type AS post_type_28, c0_.access_token AS access_token_29, c0_.common_thumbnail AS common_thumbnail_30, c0_.thumbnail AS thumbnail_31, c0_.facility_id AS facility_id_32, c0_.created_by AS created_by_33, c0_.updated_by AS updated_by_34, c0_.language_id AS language_id_35, c0_.latest_approval_request_id AS latest_approval_request_id_36 FROM cms_mod_topics_posts c0_ INNER JOIN cms_mod_topics_post_category c2_ ON c0_.id = c2_.item_id INNER JOIN cms_mod_topics_categories c1_ ON c1_.id = c2_.category_id AND (c1_.status = 1 AND (c1_.publish_at IS NULL OR c1_.publish_at <= "2024-11-15 01:49:45") AND (c1_.expires_at IS NULL OR c1_.expires_at > "2024-11-15 01:49:45")) WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.public_date DESC LIMIT 5
01:49:45 doctrine SELECT c0_.link_url AS link_url_0, c0_.target AS target_1, c0_.public_date AS public_date_2, c0_.customblock AS customblock_3, c0_.id AS id_4, c0_.sort_num AS sort_num_5, c0_.status AS status_6, c0_.publish_at AS publish_at_7, c0_.expires_at AS expires_at_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.title AS title_11, c0_.language_parent AS language_parent_12, c0_.language_alias AS language_alias_13, c0_.language_active AS language_active_14, c0_.revision_parent AS revision_parent_15, c0_.revision_version AS revision_version_16, c0_.post_type AS post_type_17, c0_.access_token AS access_token_18, c0_.image AS image_19, c0_.image_sp AS image_sp_20, c0_.thumbnail AS thumbnail_21, c0_.facility_id AS facility_id_22, c0_.created_by AS created_by_23, c0_.updated_by AS updated_by_24, c0_.language_id AS language_id_25, c0_.latest_approval_request_id AS latest_approval_request_id_26 FROM cms_mod_top_banners c0_ WHERE (c0_.post_type IN ("master")) AND (c0_.status = 1 AND (c0_.publish_at IS NULL OR c0_.publish_at <= "2024-11-15 01:49:45") AND (c0_.expires_at IS NULL OR c0_.expires_at > "2024-11-15 01:49:45") AND (c0_.public_date IS NULL OR c0_.public_date <= "2024-11-15")) ORDER BY c0_.sort_num ASC LIMIT 1
01:49:45 doctrine SELECT t0.alt AS alt_1, t0.caption AS caption_2, t0.collation_code AS collation_code_3, t0.meta AS meta_4, t0.id AS id_5, t0.sort_num AS sort_num_6, t0.status AS status_7, t0.publish_at AS publish_at_8, t0.expires_at AS expires_at_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.title AS title_12, t0.item_id AS item_id_13, t14.alias AS alias_15, t14.path AS path_16, t14.mime AS mime_17, t14.file_size AS file_size_18, t14.width AS width_19, t14.height AS height_20, t14.alt AS alt_21, t14.caption AS caption_22, t14.link_url AS link_url_23, t14.content_data AS content_data_24, t14.thumb_path AS thumb_path_25, t14.hidden AS hidden_26, t14.collation_code AS collation_code_27, t14.is_locked AS is_locked_28, t14.meta AS meta_29, t14.cdn_domain AS cdn_domain_30, t14.id AS id_31, t14.sort_num AS sort_num_32, t14.status AS status_33, t14.publish_at AS publish_at_34, t14.expires_at AS expires_at_35, t14.created_at AS created_at_36, t14.updated_at AS updated_at_37, t14.title AS title_38, t14.revision_parent AS revision_parent_39, t14.revision_version AS revision_version_40, t14.post_type AS post_type_41, t14.access_token AS access_token_42, t14.category AS category_43, t14.facility_id AS facility_id_44, t14.original_id AS original_id_45, t14.created_by AS created_by_46, t14.updated_by AS updated_by_47, t14.latest_approval_request_id AS latest_approval_request_id_48, t0.thumb_item_id AS thumb_item_id_49, t50.alias AS alias_51, t50.path AS path_52, t50.mime AS mime_53, t50.file_size AS file_size_54, t50.width AS width_55, t50.height AS height_56, t50.alt AS alt_57, t50.caption AS caption_58, t50.link_url AS link_url_59, t50.content_data AS content_data_60, t50.thumb_path AS thumb_path_61, t50.hidden AS hidden_62, t50.collation_code AS collation_code_63, t50.is_locked AS is_locked_64, t50.meta AS meta_65, t50.cdn_domain AS cdn_domain_66, t50.id AS id_67, t50.sort_num AS sort_num_68, t50.status AS status_69, t50.publish_at AS publish_at_70, t50.expires_at AS expires_at_71, t50.created_at AS created_at_72, t50.updated_at AS updated_at_73, t50.title AS title_74, t50.revision_parent AS revision_parent_75, t50.revision_version AS revision_version_76, t50.post_type AS post_type_77, t50.access_token AS access_token_78, t50.category AS category_79, t50.facility_id AS facility_id_80, t50.original_id AS original_id_81, t50.created_by AS created_by_82, t50.updated_by AS updated_by_83, t50.latest_approval_request_id AS latest_approval_request_id_84, t0.group_id AS group_id_85, t0.created_by AS created_by_86, t87.username AS username_88, t87.username_canonical AS username_canonical_89, t87.enabled AS enabled_90, t87.last_login AS last_login_91, t87.confirmation_token AS confirmation_token_92, t87.password_requested_at AS password_requested_at_93, t87.roles AS roles_94, t87.id AS id_95, t87.display_name AS display_name_96, t87.sort_num AS sort_num_97, t87.email AS email_98, t87.email_canonical AS email_canonical_99, t87.salt AS salt_100, t87.password AS password_101, t87.group_id AS group_id_102, t87.facility_id AS facility_id_103, t0.updated_by AS updated_by_104, t105.username AS username_106, t105.username_canonical AS username_canonical_107, t105.enabled AS enabled_108, t105.last_login AS last_login_109, t105.confirmation_token AS confirmation_token_110, t105.password_requested_at AS password_requested_at_111, t105.roles AS roles_112, t105.id AS id_113, t105.display_name AS display_name_114, t105.sort_num AS sort_num_115, t105.email AS email_116, t105.email_canonical AS email_canonical_117, t105.salt AS salt_118, t105.password AS password_119, t105.group_id AS group_id_120, t105.facility_id AS facility_id_121 FROM cms_media_item_details t0 LEFT JOIN cms_media_items t14 ON t0.item_id = t14.id AND ((t14.post_type IN ("master")) AND (t14.status = 1 AND (t14.publish_at IS NULL OR t14.publish_at <= "2024-11-15 01:49:45") AND (t14.expires_at IS NULL OR t14.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_items t50 ON t0.thumb_item_id = t50.id AND ((t50.post_type IN ("master")) AND (t50.status = 1 AND (t50.publish_at IS NULL OR t50.publish_at <= "2024-11-15 01:49:45") AND (t50.expires_at IS NULL OR t50.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t87 ON t0.created_by = t87.id LEFT JOIN cms_user t105 ON t0.updated_by = t105.id WHERE t0.id IN (?) AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45")))
[
  [
    635
    636
  ]
]
01:49:45 doctrine SELECT t0.is_root AS is_root_1, t0.category_role AS category_role_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.lock_flags AS lock_flags_14, t0.parent_id AS parent_id_15, t16.is_root AS is_root_17, t16.category_role AS category_role_18, t16.id AS id_19, t16.sort_num AS sort_num_20, t16.status AS status_21, t16.publish_at AS publish_at_22, t16.expires_at AS expires_at_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t16.title AS title_26, t16.language_parent AS language_parent_27, t16.language_alias AS language_alias_28, t16.language_active AS language_active_29, t16.lock_flags AS lock_flags_30, t16.parent_id AS parent_id_31, t16.facility_id AS facility_id_32, t16.created_by AS created_by_33, t16.updated_by AS updated_by_34, t16.language_id AS language_id_35, t0.facility_id AS facility_id_36, t37.code AS code_38, t37.title AS title_39, t37.intro_text AS intro_text_40, t37.zip AS zip_41, t37.address AS address_42, t37.building AS building_43, t37.google_maps_url AS google_maps_url_44, t37.phone AS phone_45, t37.website AS website_46, t37.opening_hours AS opening_hours_47, t37.holiday AS holiday_48, t37.access AS access_49, t37.access_car AS access_car_50, t37.access_train AS access_train_51, t37.id AS id_52, t37.sort_num AS sort_num_53, t37.status AS status_54, t37.publish_at AS publish_at_55, t37.expires_at AS expires_at_56, t37.created_at AS created_at_57, t37.updated_at AS updated_at_58, t37.area_id AS area_id_59, t37.prefecture_id AS prefecture_id_60, t37.logo_image AS logo_image_61, t37.main_image AS main_image_62, t37.created_by AS created_by_63, t37.updated_by AS updated_by_64, t0.created_by AS created_by_65, t66.username AS username_67, t66.username_canonical AS username_canonical_68, t66.enabled AS enabled_69, t66.last_login AS last_login_70, t66.confirmation_token AS confirmation_token_71, t66.password_requested_at AS password_requested_at_72, t66.roles AS roles_73, t66.id AS id_74, t66.display_name AS display_name_75, t66.sort_num AS sort_num_76, t66.email AS email_77, t66.email_canonical AS email_canonical_78, t66.salt AS salt_79, t66.password AS password_80, t66.group_id AS group_id_81, t66.facility_id AS facility_id_82, t0.updated_by AS updated_by_83, t84.username AS username_85, t84.username_canonical AS username_canonical_86, t84.enabled AS enabled_87, t84.last_login AS last_login_88, t84.confirmation_token AS confirmation_token_89, t84.password_requested_at AS password_requested_at_90, t84.roles AS roles_91, t84.id AS id_92, t84.display_name AS display_name_93, t84.sort_num AS sort_num_94, t84.email AS email_95, t84.email_canonical AS email_canonical_96, t84.salt AS salt_97, t84.password AS password_98, t84.group_id AS group_id_99, t84.facility_id AS facility_id_100, t0.language_id AS language_id_101, t102.alias AS alias_103, t102.translate_key AS translate_key_104, t102.target_key AS target_key_105, t102.id AS id_106, t102.sort_num AS sort_num_107, t102.status AS status_108, t102.publish_at AS publish_at_109, t102.expires_at AS expires_at_110, t102.created_at AS created_at_111, t102.updated_at AS updated_at_112, t102.title AS title_113, t102.created_by AS created_by_114, t102.updated_by AS updated_by_115 FROM cms_mod_topics_categories t0 LEFT JOIN cms_mod_topics_categories t16 ON t0.parent_id = t16.id AND ((t16.status = 1 AND (t16.publish_at IS NULL OR t16.publish_at <= "2024-11-15 01:49:45") AND (t16.expires_at IS NULL OR t16.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t37 ON t0.facility_id = t37.id AND ((t37.status = 1 AND (t37.publish_at IS NULL OR t37.publish_at <= "2024-11-15 01:49:45") AND (t37.expires_at IS NULL OR t37.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t66 ON t0.created_by = t66.id LEFT JOIN cms_user t84 ON t0.updated_by = t84.id LEFT JOIN cms_master_languages t102 ON t0.language_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) INNER JOIN cms_mod_topics_post_category ON t0.id = cms_mod_topics_post_category.category_id WHERE cms_mod_topics_post_category.item_id = ? AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  1
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_top_gourmet_pickup_items_genres ON t0.id = cms_mod_top_gourmet_pickup_items_genres.genre_id WHERE cms_mod_top_gourmet_pickup_items_genres.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  1
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.background_color AS background_color_4, t0.public_date AS public_date_5, t0.customblock AS customblock_6, t0.id AS id_7, t0.sort_num AS sort_num_8, t0.status AS status_9, t0.publish_at AS publish_at_10, t0.expires_at AS expires_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.title AS title_14, t0.language_parent AS language_parent_15, t0.language_alias AS language_alias_16, t0.language_active AS language_active_17, t0.revision_parent AS revision_parent_18, t0.revision_version AS revision_version_19, t0.post_type AS post_type_20, t0.access_token AS access_token_21, t0.thumbnail AS thumbnail_22, t23.alt AS alt_24, t23.caption AS caption_25, t23.collation_code AS collation_code_26, t23.meta AS meta_27, t23.id AS id_28, t23.sort_num AS sort_num_29, t23.status AS status_30, t23.publish_at AS publish_at_31, t23.expires_at AS expires_at_32, t23.created_at AS created_at_33, t23.updated_at AS updated_at_34, t23.title AS title_35, t23.item_id AS item_id_36, t23.thumb_item_id AS thumb_item_id_37, t23.group_id AS group_id_38, t23.created_by AS created_by_39, t23.updated_by AS updated_by_40, t0.facility_id AS facility_id_41, t42.code AS code_43, t42.title AS title_44, t42.intro_text AS intro_text_45, t42.zip AS zip_46, t42.address AS address_47, t42.building AS building_48, t42.google_maps_url AS google_maps_url_49, t42.phone AS phone_50, t42.website AS website_51, t42.opening_hours AS opening_hours_52, t42.holiday AS holiday_53, t42.access AS access_54, t42.access_car AS access_car_55, t42.access_train AS access_train_56, t42.id AS id_57, t42.sort_num AS sort_num_58, t42.status AS status_59, t42.publish_at AS publish_at_60, t42.expires_at AS expires_at_61, t42.created_at AS created_at_62, t42.updated_at AS updated_at_63, t42.area_id AS area_id_64, t42.prefecture_id AS prefecture_id_65, t42.logo_image AS logo_image_66, t42.main_image AS main_image_67, t42.created_by AS created_by_68, t42.updated_by AS updated_by_69, t0.created_by AS created_by_70, t71.username AS username_72, t71.username_canonical AS username_canonical_73, t71.enabled AS enabled_74, t71.last_login AS last_login_75, t71.confirmation_token AS confirmation_token_76, t71.password_requested_at AS password_requested_at_77, t71.roles AS roles_78, t71.id AS id_79, t71.display_name AS display_name_80, t71.sort_num AS sort_num_81, t71.email AS email_82, t71.email_canonical AS email_canonical_83, t71.salt AS salt_84, t71.password AS password_85, t71.group_id AS group_id_86, t71.facility_id AS facility_id_87, t0.updated_by AS updated_by_88, t89.username AS username_90, t89.username_canonical AS username_canonical_91, t89.enabled AS enabled_92, t89.last_login AS last_login_93, t89.confirmation_token AS confirmation_token_94, t89.password_requested_at AS password_requested_at_95, t89.roles AS roles_96, t89.id AS id_97, t89.display_name AS display_name_98, t89.sort_num AS sort_num_99, t89.email AS email_100, t89.email_canonical AS email_canonical_101, t89.salt AS salt_102, t89.password AS password_103, t89.group_id AS group_id_104, t89.facility_id AS facility_id_105, t0.language_id AS language_id_106, t107.alias AS alias_108, t107.translate_key AS translate_key_109, t107.target_key AS target_key_110, t107.id AS id_111, t107.sort_num AS sort_num_112, t107.status AS status_113, t107.publish_at AS publish_at_114, t107.expires_at AS expires_at_115, t107.created_at AS created_at_116, t107.updated_at AS updated_at_117, t107.title AS title_118, t107.created_by AS created_by_119, t107.updated_by AS updated_by_120, t0.latest_approval_request_id AS latest_approval_request_id_121, t122.id AS id_123, t122.handler_name AS handler_name_124, t122.title AS title_125, t122.target_id AS target_id_126, t122.request_type AS request_type_127, t122.moderated_at AS moderated_at_128, t122.approval_status AS approval_status_129, t122.comment AS comment_130, t122.created_at AS created_at_131, t122.updated_at AS updated_at_132, t122.facility_id AS facility_id_133, t122.requested_by AS requested_by_134, t122.moderated_by AS moderated_by_135 FROM cms_mod_restaurant_feature t0 LEFT JOIN cms_media_item_details t23 ON t0.thumbnail = t23.id AND ((t23.status = 1 AND (t23.publish_at IS NULL OR t23.publish_at <= "2024-11-15 01:49:45") AND (t23.expires_at IS NULL OR t23.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t42 ON t0.facility_id = t42.id AND ((t42.status = 1 AND (t42.publish_at IS NULL OR t42.publish_at <= "2024-11-15 01:49:45") AND (t42.expires_at IS NULL OR t42.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t71 ON t0.created_by = t71.id LEFT JOIN cms_user t89 ON t0.updated_by = t89.id LEFT JOIN cms_master_languages t107 ON t0.language_id = t107.id AND ((t107.status = 1 AND (t107.publish_at IS NULL OR t107.publish_at <= "2024-11-15 01:49:45") AND (t107.expires_at IS NULL OR t107.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t122 ON t0.latest_approval_request_id = t122.id INNER JOIN cms_mod_top_gourmet_pickup_items_features ON t0.id = cms_mod_top_gourmet_pickup_items_features.feature_id WHERE cms_mod_top_gourmet_pickup_items_features.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  1
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_top_gourmet_pickup_items_genres ON t0.id = cms_mod_top_gourmet_pickup_items_genres.genre_id WHERE cms_mod_top_gourmet_pickup_items_genres.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  3
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.background_color AS background_color_4, t0.public_date AS public_date_5, t0.customblock AS customblock_6, t0.id AS id_7, t0.sort_num AS sort_num_8, t0.status AS status_9, t0.publish_at AS publish_at_10, t0.expires_at AS expires_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.title AS title_14, t0.language_parent AS language_parent_15, t0.language_alias AS language_alias_16, t0.language_active AS language_active_17, t0.revision_parent AS revision_parent_18, t0.revision_version AS revision_version_19, t0.post_type AS post_type_20, t0.access_token AS access_token_21, t0.thumbnail AS thumbnail_22, t23.alt AS alt_24, t23.caption AS caption_25, t23.collation_code AS collation_code_26, t23.meta AS meta_27, t23.id AS id_28, t23.sort_num AS sort_num_29, t23.status AS status_30, t23.publish_at AS publish_at_31, t23.expires_at AS expires_at_32, t23.created_at AS created_at_33, t23.updated_at AS updated_at_34, t23.title AS title_35, t23.item_id AS item_id_36, t23.thumb_item_id AS thumb_item_id_37, t23.group_id AS group_id_38, t23.created_by AS created_by_39, t23.updated_by AS updated_by_40, t0.facility_id AS facility_id_41, t42.code AS code_43, t42.title AS title_44, t42.intro_text AS intro_text_45, t42.zip AS zip_46, t42.address AS address_47, t42.building AS building_48, t42.google_maps_url AS google_maps_url_49, t42.phone AS phone_50, t42.website AS website_51, t42.opening_hours AS opening_hours_52, t42.holiday AS holiday_53, t42.access AS access_54, t42.access_car AS access_car_55, t42.access_train AS access_train_56, t42.id AS id_57, t42.sort_num AS sort_num_58, t42.status AS status_59, t42.publish_at AS publish_at_60, t42.expires_at AS expires_at_61, t42.created_at AS created_at_62, t42.updated_at AS updated_at_63, t42.area_id AS area_id_64, t42.prefecture_id AS prefecture_id_65, t42.logo_image AS logo_image_66, t42.main_image AS main_image_67, t42.created_by AS created_by_68, t42.updated_by AS updated_by_69, t0.created_by AS created_by_70, t71.username AS username_72, t71.username_canonical AS username_canonical_73, t71.enabled AS enabled_74, t71.last_login AS last_login_75, t71.confirmation_token AS confirmation_token_76, t71.password_requested_at AS password_requested_at_77, t71.roles AS roles_78, t71.id AS id_79, t71.display_name AS display_name_80, t71.sort_num AS sort_num_81, t71.email AS email_82, t71.email_canonical AS email_canonical_83, t71.salt AS salt_84, t71.password AS password_85, t71.group_id AS group_id_86, t71.facility_id AS facility_id_87, t0.updated_by AS updated_by_88, t89.username AS username_90, t89.username_canonical AS username_canonical_91, t89.enabled AS enabled_92, t89.last_login AS last_login_93, t89.confirmation_token AS confirmation_token_94, t89.password_requested_at AS password_requested_at_95, t89.roles AS roles_96, t89.id AS id_97, t89.display_name AS display_name_98, t89.sort_num AS sort_num_99, t89.email AS email_100, t89.email_canonical AS email_canonical_101, t89.salt AS salt_102, t89.password AS password_103, t89.group_id AS group_id_104, t89.facility_id AS facility_id_105, t0.language_id AS language_id_106, t107.alias AS alias_108, t107.translate_key AS translate_key_109, t107.target_key AS target_key_110, t107.id AS id_111, t107.sort_num AS sort_num_112, t107.status AS status_113, t107.publish_at AS publish_at_114, t107.expires_at AS expires_at_115, t107.created_at AS created_at_116, t107.updated_at AS updated_at_117, t107.title AS title_118, t107.created_by AS created_by_119, t107.updated_by AS updated_by_120, t0.latest_approval_request_id AS latest_approval_request_id_121, t122.id AS id_123, t122.handler_name AS handler_name_124, t122.title AS title_125, t122.target_id AS target_id_126, t122.request_type AS request_type_127, t122.moderated_at AS moderated_at_128, t122.approval_status AS approval_status_129, t122.comment AS comment_130, t122.created_at AS created_at_131, t122.updated_at AS updated_at_132, t122.facility_id AS facility_id_133, t122.requested_by AS requested_by_134, t122.moderated_by AS moderated_by_135 FROM cms_mod_restaurant_feature t0 LEFT JOIN cms_media_item_details t23 ON t0.thumbnail = t23.id AND ((t23.status = 1 AND (t23.publish_at IS NULL OR t23.publish_at <= "2024-11-15 01:49:45") AND (t23.expires_at IS NULL OR t23.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t42 ON t0.facility_id = t42.id AND ((t42.status = 1 AND (t42.publish_at IS NULL OR t42.publish_at <= "2024-11-15 01:49:45") AND (t42.expires_at IS NULL OR t42.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t71 ON t0.created_by = t71.id LEFT JOIN cms_user t89 ON t0.updated_by = t89.id LEFT JOIN cms_master_languages t107 ON t0.language_id = t107.id AND ((t107.status = 1 AND (t107.publish_at IS NULL OR t107.publish_at <= "2024-11-15 01:49:45") AND (t107.expires_at IS NULL OR t107.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t122 ON t0.latest_approval_request_id = t122.id INNER JOIN cms_mod_top_gourmet_pickup_items_features ON t0.id = cms_mod_top_gourmet_pickup_items_features.feature_id WHERE cms_mod_top_gourmet_pickup_items_features.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  3
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_top_gourmet_pickup_items_genres ON t0.id = cms_mod_top_gourmet_pickup_items_genres.genre_id WHERE cms_mod_top_gourmet_pickup_items_genres.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  5
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.background_color AS background_color_4, t0.public_date AS public_date_5, t0.customblock AS customblock_6, t0.id AS id_7, t0.sort_num AS sort_num_8, t0.status AS status_9, t0.publish_at AS publish_at_10, t0.expires_at AS expires_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.title AS title_14, t0.language_parent AS language_parent_15, t0.language_alias AS language_alias_16, t0.language_active AS language_active_17, t0.revision_parent AS revision_parent_18, t0.revision_version AS revision_version_19, t0.post_type AS post_type_20, t0.access_token AS access_token_21, t0.thumbnail AS thumbnail_22, t23.alt AS alt_24, t23.caption AS caption_25, t23.collation_code AS collation_code_26, t23.meta AS meta_27, t23.id AS id_28, t23.sort_num AS sort_num_29, t23.status AS status_30, t23.publish_at AS publish_at_31, t23.expires_at AS expires_at_32, t23.created_at AS created_at_33, t23.updated_at AS updated_at_34, t23.title AS title_35, t23.item_id AS item_id_36, t23.thumb_item_id AS thumb_item_id_37, t23.group_id AS group_id_38, t23.created_by AS created_by_39, t23.updated_by AS updated_by_40, t0.facility_id AS facility_id_41, t42.code AS code_43, t42.title AS title_44, t42.intro_text AS intro_text_45, t42.zip AS zip_46, t42.address AS address_47, t42.building AS building_48, t42.google_maps_url AS google_maps_url_49, t42.phone AS phone_50, t42.website AS website_51, t42.opening_hours AS opening_hours_52, t42.holiday AS holiday_53, t42.access AS access_54, t42.access_car AS access_car_55, t42.access_train AS access_train_56, t42.id AS id_57, t42.sort_num AS sort_num_58, t42.status AS status_59, t42.publish_at AS publish_at_60, t42.expires_at AS expires_at_61, t42.created_at AS created_at_62, t42.updated_at AS updated_at_63, t42.area_id AS area_id_64, t42.prefecture_id AS prefecture_id_65, t42.logo_image AS logo_image_66, t42.main_image AS main_image_67, t42.created_by AS created_by_68, t42.updated_by AS updated_by_69, t0.created_by AS created_by_70, t71.username AS username_72, t71.username_canonical AS username_canonical_73, t71.enabled AS enabled_74, t71.last_login AS last_login_75, t71.confirmation_token AS confirmation_token_76, t71.password_requested_at AS password_requested_at_77, t71.roles AS roles_78, t71.id AS id_79, t71.display_name AS display_name_80, t71.sort_num AS sort_num_81, t71.email AS email_82, t71.email_canonical AS email_canonical_83, t71.salt AS salt_84, t71.password AS password_85, t71.group_id AS group_id_86, t71.facility_id AS facility_id_87, t0.updated_by AS updated_by_88, t89.username AS username_90, t89.username_canonical AS username_canonical_91, t89.enabled AS enabled_92, t89.last_login AS last_login_93, t89.confirmation_token AS confirmation_token_94, t89.password_requested_at AS password_requested_at_95, t89.roles AS roles_96, t89.id AS id_97, t89.display_name AS display_name_98, t89.sort_num AS sort_num_99, t89.email AS email_100, t89.email_canonical AS email_canonical_101, t89.salt AS salt_102, t89.password AS password_103, t89.group_id AS group_id_104, t89.facility_id AS facility_id_105, t0.language_id AS language_id_106, t107.alias AS alias_108, t107.translate_key AS translate_key_109, t107.target_key AS target_key_110, t107.id AS id_111, t107.sort_num AS sort_num_112, t107.status AS status_113, t107.publish_at AS publish_at_114, t107.expires_at AS expires_at_115, t107.created_at AS created_at_116, t107.updated_at AS updated_at_117, t107.title AS title_118, t107.created_by AS created_by_119, t107.updated_by AS updated_by_120, t0.latest_approval_request_id AS latest_approval_request_id_121, t122.id AS id_123, t122.handler_name AS handler_name_124, t122.title AS title_125, t122.target_id AS target_id_126, t122.request_type AS request_type_127, t122.moderated_at AS moderated_at_128, t122.approval_status AS approval_status_129, t122.comment AS comment_130, t122.created_at AS created_at_131, t122.updated_at AS updated_at_132, t122.facility_id AS facility_id_133, t122.requested_by AS requested_by_134, t122.moderated_by AS moderated_by_135 FROM cms_mod_restaurant_feature t0 LEFT JOIN cms_media_item_details t23 ON t0.thumbnail = t23.id AND ((t23.status = 1 AND (t23.publish_at IS NULL OR t23.publish_at <= "2024-11-15 01:49:45") AND (t23.expires_at IS NULL OR t23.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t42 ON t0.facility_id = t42.id AND ((t42.status = 1 AND (t42.publish_at IS NULL OR t42.publish_at <= "2024-11-15 01:49:45") AND (t42.expires_at IS NULL OR t42.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t71 ON t0.created_by = t71.id LEFT JOIN cms_user t89 ON t0.updated_by = t89.id LEFT JOIN cms_master_languages t107 ON t0.language_id = t107.id AND ((t107.status = 1 AND (t107.publish_at IS NULL OR t107.publish_at <= "2024-11-15 01:49:45") AND (t107.expires_at IS NULL OR t107.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t122 ON t0.latest_approval_request_id = t122.id INNER JOIN cms_mod_top_gourmet_pickup_items_features ON t0.id = cms_mod_top_gourmet_pickup_items_features.feature_id WHERE cms_mod_top_gourmet_pickup_items_features.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  5
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_top_gourmet_pickup_items_genres ON t0.id = cms_mod_top_gourmet_pickup_items_genres.genre_id WHERE cms_mod_top_gourmet_pickup_items_genres.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  7
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.background_color AS background_color_4, t0.public_date AS public_date_5, t0.customblock AS customblock_6, t0.id AS id_7, t0.sort_num AS sort_num_8, t0.status AS status_9, t0.publish_at AS publish_at_10, t0.expires_at AS expires_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.title AS title_14, t0.language_parent AS language_parent_15, t0.language_alias AS language_alias_16, t0.language_active AS language_active_17, t0.revision_parent AS revision_parent_18, t0.revision_version AS revision_version_19, t0.post_type AS post_type_20, t0.access_token AS access_token_21, t0.thumbnail AS thumbnail_22, t23.alt AS alt_24, t23.caption AS caption_25, t23.collation_code AS collation_code_26, t23.meta AS meta_27, t23.id AS id_28, t23.sort_num AS sort_num_29, t23.status AS status_30, t23.publish_at AS publish_at_31, t23.expires_at AS expires_at_32, t23.created_at AS created_at_33, t23.updated_at AS updated_at_34, t23.title AS title_35, t23.item_id AS item_id_36, t23.thumb_item_id AS thumb_item_id_37, t23.group_id AS group_id_38, t23.created_by AS created_by_39, t23.updated_by AS updated_by_40, t0.facility_id AS facility_id_41, t42.code AS code_43, t42.title AS title_44, t42.intro_text AS intro_text_45, t42.zip AS zip_46, t42.address AS address_47, t42.building AS building_48, t42.google_maps_url AS google_maps_url_49, t42.phone AS phone_50, t42.website AS website_51, t42.opening_hours AS opening_hours_52, t42.holiday AS holiday_53, t42.access AS access_54, t42.access_car AS access_car_55, t42.access_train AS access_train_56, t42.id AS id_57, t42.sort_num AS sort_num_58, t42.status AS status_59, t42.publish_at AS publish_at_60, t42.expires_at AS expires_at_61, t42.created_at AS created_at_62, t42.updated_at AS updated_at_63, t42.area_id AS area_id_64, t42.prefecture_id AS prefecture_id_65, t42.logo_image AS logo_image_66, t42.main_image AS main_image_67, t42.created_by AS created_by_68, t42.updated_by AS updated_by_69, t0.created_by AS created_by_70, t71.username AS username_72, t71.username_canonical AS username_canonical_73, t71.enabled AS enabled_74, t71.last_login AS last_login_75, t71.confirmation_token AS confirmation_token_76, t71.password_requested_at AS password_requested_at_77, t71.roles AS roles_78, t71.id AS id_79, t71.display_name AS display_name_80, t71.sort_num AS sort_num_81, t71.email AS email_82, t71.email_canonical AS email_canonical_83, t71.salt AS salt_84, t71.password AS password_85, t71.group_id AS group_id_86, t71.facility_id AS facility_id_87, t0.updated_by AS updated_by_88, t89.username AS username_90, t89.username_canonical AS username_canonical_91, t89.enabled AS enabled_92, t89.last_login AS last_login_93, t89.confirmation_token AS confirmation_token_94, t89.password_requested_at AS password_requested_at_95, t89.roles AS roles_96, t89.id AS id_97, t89.display_name AS display_name_98, t89.sort_num AS sort_num_99, t89.email AS email_100, t89.email_canonical AS email_canonical_101, t89.salt AS salt_102, t89.password AS password_103, t89.group_id AS group_id_104, t89.facility_id AS facility_id_105, t0.language_id AS language_id_106, t107.alias AS alias_108, t107.translate_key AS translate_key_109, t107.target_key AS target_key_110, t107.id AS id_111, t107.sort_num AS sort_num_112, t107.status AS status_113, t107.publish_at AS publish_at_114, t107.expires_at AS expires_at_115, t107.created_at AS created_at_116, t107.updated_at AS updated_at_117, t107.title AS title_118, t107.created_by AS created_by_119, t107.updated_by AS updated_by_120, t0.latest_approval_request_id AS latest_approval_request_id_121, t122.id AS id_123, t122.handler_name AS handler_name_124, t122.title AS title_125, t122.target_id AS target_id_126, t122.request_type AS request_type_127, t122.moderated_at AS moderated_at_128, t122.approval_status AS approval_status_129, t122.comment AS comment_130, t122.created_at AS created_at_131, t122.updated_at AS updated_at_132, t122.facility_id AS facility_id_133, t122.requested_by AS requested_by_134, t122.moderated_by AS moderated_by_135 FROM cms_mod_restaurant_feature t0 LEFT JOIN cms_media_item_details t23 ON t0.thumbnail = t23.id AND ((t23.status = 1 AND (t23.publish_at IS NULL OR t23.publish_at <= "2024-11-15 01:49:45") AND (t23.expires_at IS NULL OR t23.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t42 ON t0.facility_id = t42.id AND ((t42.status = 1 AND (t42.publish_at IS NULL OR t42.publish_at <= "2024-11-15 01:49:45") AND (t42.expires_at IS NULL OR t42.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t71 ON t0.created_by = t71.id LEFT JOIN cms_user t89 ON t0.updated_by = t89.id LEFT JOIN cms_master_languages t107 ON t0.language_id = t107.id AND ((t107.status = 1 AND (t107.publish_at IS NULL OR t107.publish_at <= "2024-11-15 01:49:45") AND (t107.expires_at IS NULL OR t107.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t122 ON t0.latest_approval_request_id = t122.id INNER JOIN cms_mod_top_gourmet_pickup_items_features ON t0.id = cms_mod_top_gourmet_pickup_items_features.feature_id WHERE cms_mod_top_gourmet_pickup_items_features.gourmet_pickup_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  7
]
01:49:45 doctrine SELECT t0.this_month_recommendation AS this_month_recommendation_1, t0.title_kana AS title_kana_2, t0.business_hours AS business_hours_3, t0.business_hours_supplement AS business_hours_supplement_4, t0.holiday AS holiday_5, t0.holiday_supplement AS holiday_supplement_6, t0.description AS description_7, t0.map_url AS map_url_8, t0.route AS route_9, t0.tabelog_reserve AS tabelog_reserve_10, t0.hotpepper_reserve AS hotpepper_reserve_11, t0.ikyu_reserve AS ikyu_reserve_12, t0.contact_etc AS contact_etc_13, t0.tel AS tel_14, t0.information AS information_15, t0.budget AS budget_16, t0.address AS address_17, t0.access AS access_18, t0.parking AS parking_19, t0.seats AS seats_20, t0.private_room AS private_room_21, t0.payment AS payment_22, t0.site_url_1 AS site_url_1_23, t0.site_url_2 AS site_url_2_24, t0.site_url_3 AS site_url_3_25, t0.map_iframe AS map_iframe_26, t0.public_date AS public_date_27, t0.customblock AS customblock_28, t0.id AS id_29, t0.sort_num AS sort_num_30, t0.status AS status_31, t0.publish_at AS publish_at_32, t0.expires_at AS expires_at_33, t0.created_at AS created_at_34, t0.updated_at AS updated_at_35, t0.title AS title_36, t0.language_parent AS language_parent_37, t0.language_alias AS language_alias_38, t0.language_active AS language_active_39, t0.revision_parent AS revision_parent_40, t0.revision_version AS revision_version_41, t0.post_type AS post_type_42, t0.access_token AS access_token_43, t0.main_image AS main_image_44, t45.meta AS meta_46, t45.id AS id_47, t45.sort_num AS sort_num_48, t45.status AS status_49, t45.publish_at AS publish_at_50, t45.expires_at AS expires_at_51, t45.created_at AS created_at_52, t45.updated_at AS updated_at_53, t45.title AS title_54, t45.created_by AS created_by_55, t45.updated_by AS updated_by_56, t0.time_by_car_id AS time_by_car_id_57, t58.public_date AS public_date_59, t58.customblock AS customblock_60, t58.id AS id_61, t58.sort_num AS sort_num_62, t58.status AS status_63, t58.publish_at AS publish_at_64, t58.expires_at AS expires_at_65, t58.created_at AS created_at_66, t58.updated_at AS updated_at_67, t58.title AS title_68, t58.language_parent AS language_parent_69, t58.language_alias AS language_alias_70, t58.language_active AS language_active_71, t58.revision_parent AS revision_parent_72, t58.revision_version AS revision_version_73, t58.post_type AS post_type_74, t58.access_token AS access_token_75, t58.thumbnail AS thumbnail_76, t58.facility_id AS facility_id_77, t58.created_by AS created_by_78, t58.updated_by AS updated_by_79, t58.language_id AS language_id_80, t58.latest_approval_request_id AS latest_approval_request_id_81, t0.thumbnail AS thumbnail_82, t83.alt AS alt_84, t83.caption AS caption_85, t83.collation_code AS collation_code_86, t83.meta AS meta_87, t83.id AS id_88, t83.sort_num AS sort_num_89, t83.status AS status_90, t83.publish_at AS publish_at_91, t83.expires_at AS expires_at_92, t83.created_at AS created_at_93, t83.updated_at AS updated_at_94, t83.title AS title_95, t83.item_id AS item_id_96, t83.thumb_item_id AS thumb_item_id_97, t83.group_id AS group_id_98, t83.created_by AS created_by_99, t83.updated_by AS updated_by_100, t0.facility_id AS facility_id_101, t102.code AS code_103, t102.title AS title_104, t102.intro_text AS intro_text_105, t102.zip AS zip_106, t102.address AS address_107, t102.building AS building_108, t102.google_maps_url AS google_maps_url_109, t102.phone AS phone_110, t102.website AS website_111, t102.opening_hours AS opening_hours_112, t102.holiday AS holiday_113, t102.access AS access_114, t102.access_car AS access_car_115, t102.access_train AS access_train_116, t102.id AS id_117, t102.sort_num AS sort_num_118, t102.status AS status_119, t102.publish_at AS publish_at_120, t102.expires_at AS expires_at_121, t102.created_at AS created_at_122, t102.updated_at AS updated_at_123, t102.area_id AS area_id_124, t102.prefecture_id AS prefecture_id_125, t102.logo_image AS logo_image_126, t102.main_image AS main_image_127, t102.created_by AS created_by_128, t102.updated_by AS updated_by_129, t0.created_by AS created_by_130, t131.username AS username_132, t131.username_canonical AS username_canonical_133, t131.enabled AS enabled_134, t131.last_login AS last_login_135, t131.confirmation_token AS confirmation_token_136, t131.password_requested_at AS password_requested_at_137, t131.roles AS roles_138, t131.id AS id_139, t131.display_name AS display_name_140, t131.sort_num AS sort_num_141, t131.email AS email_142, t131.email_canonical AS email_canonical_143, t131.salt AS salt_144, t131.password AS password_145, t131.group_id AS group_id_146, t131.facility_id AS facility_id_147, t0.updated_by AS updated_by_148, t149.username AS username_150, t149.username_canonical AS username_canonical_151, t149.enabled AS enabled_152, t149.last_login AS last_login_153, t149.confirmation_token AS confirmation_token_154, t149.password_requested_at AS password_requested_at_155, t149.roles AS roles_156, t149.id AS id_157, t149.display_name AS display_name_158, t149.sort_num AS sort_num_159, t149.email AS email_160, t149.email_canonical AS email_canonical_161, t149.salt AS salt_162, t149.password AS password_163, t149.group_id AS group_id_164, t149.facility_id AS facility_id_165, t0.language_id AS language_id_166, t167.alias AS alias_168, t167.translate_key AS translate_key_169, t167.target_key AS target_key_170, t167.id AS id_171, t167.sort_num AS sort_num_172, t167.status AS status_173, t167.publish_at AS publish_at_174, t167.expires_at AS expires_at_175, t167.created_at AS created_at_176, t167.updated_at AS updated_at_177, t167.title AS title_178, t167.created_by AS created_by_179, t167.updated_by AS updated_by_180, t0.latest_approval_request_id AS latest_approval_request_id_181, t182.id AS id_183, t182.handler_name AS handler_name_184, t182.title AS title_185, t182.target_id AS target_id_186, t182.request_type AS request_type_187, t182.moderated_at AS moderated_at_188, t182.approval_status AS approval_status_189, t182.comment AS comment_190, t182.created_at AS created_at_191, t182.updated_at AS updated_at_192, t182.facility_id AS facility_id_193, t182.requested_by AS requested_by_194, t182.moderated_by AS moderated_by_195 FROM cms_mod_restaurant_restaurants t0 LEFT JOIN cms_media_groups t45 ON t0.main_image = t45.id AND ((t45.status = 1 AND (t45.publish_at IS NULL OR t45.publish_at <= "2024-11-15 01:49:45") AND (t45.expires_at IS NULL OR t45.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_mod_restaurant_time_by_cars t58 ON t0.time_by_car_id = t58.id AND ((t58.post_type IN ("master")) AND (t58.status = 1 AND (t58.publish_at IS NULL OR t58.publish_at <= "2024-11-15 01:49:45") AND (t58.expires_at IS NULL OR t58.expires_at > "2024-11-15 01:49:45") AND (t58.public_date IS NULL OR t58.public_date <= "2024-11-15"))) LEFT JOIN cms_media_item_details t83 ON t0.thumbnail = t83.id AND ((t83.status = 1 AND (t83.publish_at IS NULL OR t83.publish_at <= "2024-11-15 01:49:45") AND (t83.expires_at IS NULL OR t83.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t102 ON t0.facility_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t131 ON t0.created_by = t131.id LEFT JOIN cms_user t149 ON t0.updated_by = t149.id LEFT JOIN cms_master_languages t167 ON t0.language_id = t167.id AND ((t167.status = 1 AND (t167.publish_at IS NULL OR t167.publish_at <= "2024-11-15 01:49:45") AND (t167.expires_at IS NULL OR t167.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t182 ON t0.latest_approval_request_id = t182.id WHERE t0.id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15")))
[
  1
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_restaurant_restaurants_genres ON t0.id = cms_mod_restaurant_restaurants_genres.genre_id WHERE cms_mod_restaurant_restaurants_genres.restaurant_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  1
]
01:49:45 doctrine SELECT t0.this_month_recommendation AS this_month_recommendation_1, t0.title_kana AS title_kana_2, t0.business_hours AS business_hours_3, t0.business_hours_supplement AS business_hours_supplement_4, t0.holiday AS holiday_5, t0.holiday_supplement AS holiday_supplement_6, t0.description AS description_7, t0.map_url AS map_url_8, t0.route AS route_9, t0.tabelog_reserve AS tabelog_reserve_10, t0.hotpepper_reserve AS hotpepper_reserve_11, t0.ikyu_reserve AS ikyu_reserve_12, t0.contact_etc AS contact_etc_13, t0.tel AS tel_14, t0.information AS information_15, t0.budget AS budget_16, t0.address AS address_17, t0.access AS access_18, t0.parking AS parking_19, t0.seats AS seats_20, t0.private_room AS private_room_21, t0.payment AS payment_22, t0.site_url_1 AS site_url_1_23, t0.site_url_2 AS site_url_2_24, t0.site_url_3 AS site_url_3_25, t0.map_iframe AS map_iframe_26, t0.public_date AS public_date_27, t0.customblock AS customblock_28, t0.id AS id_29, t0.sort_num AS sort_num_30, t0.status AS status_31, t0.publish_at AS publish_at_32, t0.expires_at AS expires_at_33, t0.created_at AS created_at_34, t0.updated_at AS updated_at_35, t0.title AS title_36, t0.language_parent AS language_parent_37, t0.language_alias AS language_alias_38, t0.language_active AS language_active_39, t0.revision_parent AS revision_parent_40, t0.revision_version AS revision_version_41, t0.post_type AS post_type_42, t0.access_token AS access_token_43, t0.main_image AS main_image_44, t45.meta AS meta_46, t45.id AS id_47, t45.sort_num AS sort_num_48, t45.status AS status_49, t45.publish_at AS publish_at_50, t45.expires_at AS expires_at_51, t45.created_at AS created_at_52, t45.updated_at AS updated_at_53, t45.title AS title_54, t45.created_by AS created_by_55, t45.updated_by AS updated_by_56, t0.time_by_car_id AS time_by_car_id_57, t58.public_date AS public_date_59, t58.customblock AS customblock_60, t58.id AS id_61, t58.sort_num AS sort_num_62, t58.status AS status_63, t58.publish_at AS publish_at_64, t58.expires_at AS expires_at_65, t58.created_at AS created_at_66, t58.updated_at AS updated_at_67, t58.title AS title_68, t58.language_parent AS language_parent_69, t58.language_alias AS language_alias_70, t58.language_active AS language_active_71, t58.revision_parent AS revision_parent_72, t58.revision_version AS revision_version_73, t58.post_type AS post_type_74, t58.access_token AS access_token_75, t58.thumbnail AS thumbnail_76, t58.facility_id AS facility_id_77, t58.created_by AS created_by_78, t58.updated_by AS updated_by_79, t58.language_id AS language_id_80, t58.latest_approval_request_id AS latest_approval_request_id_81, t0.thumbnail AS thumbnail_82, t83.alt AS alt_84, t83.caption AS caption_85, t83.collation_code AS collation_code_86, t83.meta AS meta_87, t83.id AS id_88, t83.sort_num AS sort_num_89, t83.status AS status_90, t83.publish_at AS publish_at_91, t83.expires_at AS expires_at_92, t83.created_at AS created_at_93, t83.updated_at AS updated_at_94, t83.title AS title_95, t83.item_id AS item_id_96, t83.thumb_item_id AS thumb_item_id_97, t83.group_id AS group_id_98, t83.created_by AS created_by_99, t83.updated_by AS updated_by_100, t0.facility_id AS facility_id_101, t102.code AS code_103, t102.title AS title_104, t102.intro_text AS intro_text_105, t102.zip AS zip_106, t102.address AS address_107, t102.building AS building_108, t102.google_maps_url AS google_maps_url_109, t102.phone AS phone_110, t102.website AS website_111, t102.opening_hours AS opening_hours_112, t102.holiday AS holiday_113, t102.access AS access_114, t102.access_car AS access_car_115, t102.access_train AS access_train_116, t102.id AS id_117, t102.sort_num AS sort_num_118, t102.status AS status_119, t102.publish_at AS publish_at_120, t102.expires_at AS expires_at_121, t102.created_at AS created_at_122, t102.updated_at AS updated_at_123, t102.area_id AS area_id_124, t102.prefecture_id AS prefecture_id_125, t102.logo_image AS logo_image_126, t102.main_image AS main_image_127, t102.created_by AS created_by_128, t102.updated_by AS updated_by_129, t0.created_by AS created_by_130, t131.username AS username_132, t131.username_canonical AS username_canonical_133, t131.enabled AS enabled_134, t131.last_login AS last_login_135, t131.confirmation_token AS confirmation_token_136, t131.password_requested_at AS password_requested_at_137, t131.roles AS roles_138, t131.id AS id_139, t131.display_name AS display_name_140, t131.sort_num AS sort_num_141, t131.email AS email_142, t131.email_canonical AS email_canonical_143, t131.salt AS salt_144, t131.password AS password_145, t131.group_id AS group_id_146, t131.facility_id AS facility_id_147, t0.updated_by AS updated_by_148, t149.username AS username_150, t149.username_canonical AS username_canonical_151, t149.enabled AS enabled_152, t149.last_login AS last_login_153, t149.confirmation_token AS confirmation_token_154, t149.password_requested_at AS password_requested_at_155, t149.roles AS roles_156, t149.id AS id_157, t149.display_name AS display_name_158, t149.sort_num AS sort_num_159, t149.email AS email_160, t149.email_canonical AS email_canonical_161, t149.salt AS salt_162, t149.password AS password_163, t149.group_id AS group_id_164, t149.facility_id AS facility_id_165, t0.language_id AS language_id_166, t167.alias AS alias_168, t167.translate_key AS translate_key_169, t167.target_key AS target_key_170, t167.id AS id_171, t167.sort_num AS sort_num_172, t167.status AS status_173, t167.publish_at AS publish_at_174, t167.expires_at AS expires_at_175, t167.created_at AS created_at_176, t167.updated_at AS updated_at_177, t167.title AS title_178, t167.created_by AS created_by_179, t167.updated_by AS updated_by_180, t0.latest_approval_request_id AS latest_approval_request_id_181, t182.id AS id_183, t182.handler_name AS handler_name_184, t182.title AS title_185, t182.target_id AS target_id_186, t182.request_type AS request_type_187, t182.moderated_at AS moderated_at_188, t182.approval_status AS approval_status_189, t182.comment AS comment_190, t182.created_at AS created_at_191, t182.updated_at AS updated_at_192, t182.facility_id AS facility_id_193, t182.requested_by AS requested_by_194, t182.moderated_by AS moderated_by_195 FROM cms_mod_restaurant_restaurants t0 LEFT JOIN cms_media_groups t45 ON t0.main_image = t45.id AND ((t45.status = 1 AND (t45.publish_at IS NULL OR t45.publish_at <= "2024-11-15 01:49:45") AND (t45.expires_at IS NULL OR t45.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_mod_restaurant_time_by_cars t58 ON t0.time_by_car_id = t58.id AND ((t58.post_type IN ("master")) AND (t58.status = 1 AND (t58.publish_at IS NULL OR t58.publish_at <= "2024-11-15 01:49:45") AND (t58.expires_at IS NULL OR t58.expires_at > "2024-11-15 01:49:45") AND (t58.public_date IS NULL OR t58.public_date <= "2024-11-15"))) LEFT JOIN cms_media_item_details t83 ON t0.thumbnail = t83.id AND ((t83.status = 1 AND (t83.publish_at IS NULL OR t83.publish_at <= "2024-11-15 01:49:45") AND (t83.expires_at IS NULL OR t83.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t102 ON t0.facility_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t131 ON t0.created_by = t131.id LEFT JOIN cms_user t149 ON t0.updated_by = t149.id LEFT JOIN cms_master_languages t167 ON t0.language_id = t167.id AND ((t167.status = 1 AND (t167.publish_at IS NULL OR t167.publish_at <= "2024-11-15 01:49:45") AND (t167.expires_at IS NULL OR t167.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t182 ON t0.latest_approval_request_id = t182.id WHERE t0.id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15")))
[
  19
]
01:49:45 doctrine SELECT t0.title_for_list AS title_for_list_1, t0.alias AS alias_2, t0.show_in_list AS show_in_list_3, t0.public_date AS public_date_4, t0.customblock AS customblock_5, t0.id AS id_6, t0.sort_num AS sort_num_7, t0.status AS status_8, t0.publish_at AS publish_at_9, t0.expires_at AS expires_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.title AS title_13, t0.language_parent AS language_parent_14, t0.language_alias AS language_alias_15, t0.language_active AS language_active_16, t0.revision_parent AS revision_parent_17, t0.revision_version AS revision_version_18, t0.post_type AS post_type_19, t0.access_token AS access_token_20, t0.image_pc AS image_pc_21, t22.alt AS alt_23, t22.caption AS caption_24, t22.collation_code AS collation_code_25, t22.meta AS meta_26, t22.id AS id_27, t22.sort_num AS sort_num_28, t22.status AS status_29, t22.publish_at AS publish_at_30, t22.expires_at AS expires_at_31, t22.created_at AS created_at_32, t22.updated_at AS updated_at_33, t22.title AS title_34, t22.item_id AS item_id_35, t22.thumb_item_id AS thumb_item_id_36, t22.group_id AS group_id_37, t22.created_by AS created_by_38, t22.updated_by AS updated_by_39, t0.image_sp AS image_sp_40, t41.alt AS alt_42, t41.caption AS caption_43, t41.collation_code AS collation_code_44, t41.meta AS meta_45, t41.id AS id_46, t41.sort_num AS sort_num_47, t41.status AS status_48, t41.publish_at AS publish_at_49, t41.expires_at AS expires_at_50, t41.created_at AS created_at_51, t41.updated_at AS updated_at_52, t41.title AS title_53, t41.item_id AS item_id_54, t41.thumb_item_id AS thumb_item_id_55, t41.group_id AS group_id_56, t41.created_by AS created_by_57, t41.updated_by AS updated_by_58, t0.thumbnail AS thumbnail_59, t60.alt AS alt_61, t60.caption AS caption_62, t60.collation_code AS collation_code_63, t60.meta AS meta_64, t60.id AS id_65, t60.sort_num AS sort_num_66, t60.status AS status_67, t60.publish_at AS publish_at_68, t60.expires_at AS expires_at_69, t60.created_at AS created_at_70, t60.updated_at AS updated_at_71, t60.title AS title_72, t60.item_id AS item_id_73, t60.thumb_item_id AS thumb_item_id_74, t60.group_id AS group_id_75, t60.created_by AS created_by_76, t60.updated_by AS updated_by_77, t0.facility_id AS facility_id_78, t79.code AS code_80, t79.title AS title_81, t79.intro_text AS intro_text_82, t79.zip AS zip_83, t79.address AS address_84, t79.building AS building_85, t79.google_maps_url AS google_maps_url_86, t79.phone AS phone_87, t79.website AS website_88, t79.opening_hours AS opening_hours_89, t79.holiday AS holiday_90, t79.access AS access_91, t79.access_car AS access_car_92, t79.access_train AS access_train_93, t79.id AS id_94, t79.sort_num AS sort_num_95, t79.status AS status_96, t79.publish_at AS publish_at_97, t79.expires_at AS expires_at_98, t79.created_at AS created_at_99, t79.updated_at AS updated_at_100, t79.area_id AS area_id_101, t79.prefecture_id AS prefecture_id_102, t79.logo_image AS logo_image_103, t79.main_image AS main_image_104, t79.created_by AS created_by_105, t79.updated_by AS updated_by_106, t0.created_by AS created_by_107, t108.username AS username_109, t108.username_canonical AS username_canonical_110, t108.enabled AS enabled_111, t108.last_login AS last_login_112, t108.confirmation_token AS confirmation_token_113, t108.password_requested_at AS password_requested_at_114, t108.roles AS roles_115, t108.id AS id_116, t108.display_name AS display_name_117, t108.sort_num AS sort_num_118, t108.email AS email_119, t108.email_canonical AS email_canonical_120, t108.salt AS salt_121, t108.password AS password_122, t108.group_id AS group_id_123, t108.facility_id AS facility_id_124, t0.updated_by AS updated_by_125, t126.username AS username_127, t126.username_canonical AS username_canonical_128, t126.enabled AS enabled_129, t126.last_login AS last_login_130, t126.confirmation_token AS confirmation_token_131, t126.password_requested_at AS password_requested_at_132, t126.roles AS roles_133, t126.id AS id_134, t126.display_name AS display_name_135, t126.sort_num AS sort_num_136, t126.email AS email_137, t126.email_canonical AS email_canonical_138, t126.salt AS salt_139, t126.password AS password_140, t126.group_id AS group_id_141, t126.facility_id AS facility_id_142, t0.language_id AS language_id_143, t144.alias AS alias_145, t144.translate_key AS translate_key_146, t144.target_key AS target_key_147, t144.id AS id_148, t144.sort_num AS sort_num_149, t144.status AS status_150, t144.publish_at AS publish_at_151, t144.expires_at AS expires_at_152, t144.created_at AS created_at_153, t144.updated_at AS updated_at_154, t144.title AS title_155, t144.created_by AS created_by_156, t144.updated_by AS updated_by_157, t0.latest_approval_request_id AS latest_approval_request_id_158, t159.id AS id_160, t159.handler_name AS handler_name_161, t159.title AS title_162, t159.target_id AS target_id_163, t159.request_type AS request_type_164, t159.moderated_at AS moderated_at_165, t159.approval_status AS approval_status_166, t159.comment AS comment_167, t159.created_at AS created_at_168, t159.updated_at AS updated_at_169, t159.facility_id AS facility_id_170, t159.requested_by AS requested_by_171, t159.moderated_by AS moderated_by_172 FROM cms_mod_restaurant_genres t0 LEFT JOIN cms_media_item_details t22 ON t0.image_pc = t22.id AND ((t22.status = 1 AND (t22.publish_at IS NULL OR t22.publish_at <= "2024-11-15 01:49:45") AND (t22.expires_at IS NULL OR t22.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t41 ON t0.image_sp = t41.id AND ((t41.status = 1 AND (t41.publish_at IS NULL OR t41.publish_at <= "2024-11-15 01:49:45") AND (t41.expires_at IS NULL OR t41.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_media_item_details t60 ON t0.thumbnail = t60.id AND ((t60.status = 1 AND (t60.publish_at IS NULL OR t60.publish_at <= "2024-11-15 01:49:45") AND (t60.expires_at IS NULL OR t60.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t79 ON t0.facility_id = t79.id AND ((t79.status = 1 AND (t79.publish_at IS NULL OR t79.publish_at <= "2024-11-15 01:49:45") AND (t79.expires_at IS NULL OR t79.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t108 ON t0.created_by = t108.id LEFT JOIN cms_user t126 ON t0.updated_by = t126.id LEFT JOIN cms_master_languages t144 ON t0.language_id = t144.id AND ((t144.status = 1 AND (t144.publish_at IS NULL OR t144.publish_at <= "2024-11-15 01:49:45") AND (t144.expires_at IS NULL OR t144.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_approval_requests t159 ON t0.latest_approval_request_id = t159.id INNER JOIN cms_mod_restaurant_restaurants_genres ON t0.id = cms_mod_restaurant_restaurants_genres.genre_id WHERE cms_mod_restaurant_restaurants_genres.restaurant_id = ? AND ((t0.post_type IN ("master")) AND (t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45") AND (t0.public_date IS NULL OR t0.public_date <= "2024-11-15"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  19
]
01:49:45 doctrine SELECT t0.is_root AS is_root_1, t0.category_role AS category_role_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.lock_flags AS lock_flags_14, t0.parent_id AS parent_id_15, t16.is_root AS is_root_17, t16.category_role AS category_role_18, t16.id AS id_19, t16.sort_num AS sort_num_20, t16.status AS status_21, t16.publish_at AS publish_at_22, t16.expires_at AS expires_at_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t16.title AS title_26, t16.language_parent AS language_parent_27, t16.language_alias AS language_alias_28, t16.language_active AS language_active_29, t16.lock_flags AS lock_flags_30, t16.parent_id AS parent_id_31, t16.facility_id AS facility_id_32, t16.created_by AS created_by_33, t16.updated_by AS updated_by_34, t16.language_id AS language_id_35, t0.facility_id AS facility_id_36, t37.code AS code_38, t37.title AS title_39, t37.intro_text AS intro_text_40, t37.zip AS zip_41, t37.address AS address_42, t37.building AS building_43, t37.google_maps_url AS google_maps_url_44, t37.phone AS phone_45, t37.website AS website_46, t37.opening_hours AS opening_hours_47, t37.holiday AS holiday_48, t37.access AS access_49, t37.access_car AS access_car_50, t37.access_train AS access_train_51, t37.id AS id_52, t37.sort_num AS sort_num_53, t37.status AS status_54, t37.publish_at AS publish_at_55, t37.expires_at AS expires_at_56, t37.created_at AS created_at_57, t37.updated_at AS updated_at_58, t37.area_id AS area_id_59, t37.prefecture_id AS prefecture_id_60, t37.logo_image AS logo_image_61, t37.main_image AS main_image_62, t37.created_by AS created_by_63, t37.updated_by AS updated_by_64, t0.created_by AS created_by_65, t66.username AS username_67, t66.username_canonical AS username_canonical_68, t66.enabled AS enabled_69, t66.last_login AS last_login_70, t66.confirmation_token AS confirmation_token_71, t66.password_requested_at AS password_requested_at_72, t66.roles AS roles_73, t66.id AS id_74, t66.display_name AS display_name_75, t66.sort_num AS sort_num_76, t66.email AS email_77, t66.email_canonical AS email_canonical_78, t66.salt AS salt_79, t66.password AS password_80, t66.group_id AS group_id_81, t66.facility_id AS facility_id_82, t0.updated_by AS updated_by_83, t84.username AS username_85, t84.username_canonical AS username_canonical_86, t84.enabled AS enabled_87, t84.last_login AS last_login_88, t84.confirmation_token AS confirmation_token_89, t84.password_requested_at AS password_requested_at_90, t84.roles AS roles_91, t84.id AS id_92, t84.display_name AS display_name_93, t84.sort_num AS sort_num_94, t84.email AS email_95, t84.email_canonical AS email_canonical_96, t84.salt AS salt_97, t84.password AS password_98, t84.group_id AS group_id_99, t84.facility_id AS facility_id_100, t0.language_id AS language_id_101, t102.alias AS alias_103, t102.translate_key AS translate_key_104, t102.target_key AS target_key_105, t102.id AS id_106, t102.sort_num AS sort_num_107, t102.status AS status_108, t102.publish_at AS publish_at_109, t102.expires_at AS expires_at_110, t102.created_at AS created_at_111, t102.updated_at AS updated_at_112, t102.title AS title_113, t102.created_by AS created_by_114, t102.updated_by AS updated_by_115 FROM cms_mod_topics_categories t0 LEFT JOIN cms_mod_topics_categories t16 ON t0.parent_id = t16.id AND ((t16.status = 1 AND (t16.publish_at IS NULL OR t16.publish_at <= "2024-11-15 01:49:45") AND (t16.expires_at IS NULL OR t16.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t37 ON t0.facility_id = t37.id AND ((t37.status = 1 AND (t37.publish_at IS NULL OR t37.publish_at <= "2024-11-15 01:49:45") AND (t37.expires_at IS NULL OR t37.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t66 ON t0.created_by = t66.id LEFT JOIN cms_user t84 ON t0.updated_by = t84.id LEFT JOIN cms_master_languages t102 ON t0.language_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) INNER JOIN cms_mod_topics_post_category ON t0.id = cms_mod_topics_post_category.category_id WHERE cms_mod_topics_post_category.item_id = ? AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  45
]
01:49:45 doctrine SELECT t0.is_root AS is_root_1, t0.category_role AS category_role_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.lock_flags AS lock_flags_14, t0.parent_id AS parent_id_15, t16.is_root AS is_root_17, t16.category_role AS category_role_18, t16.id AS id_19, t16.sort_num AS sort_num_20, t16.status AS status_21, t16.publish_at AS publish_at_22, t16.expires_at AS expires_at_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t16.title AS title_26, t16.language_parent AS language_parent_27, t16.language_alias AS language_alias_28, t16.language_active AS language_active_29, t16.lock_flags AS lock_flags_30, t16.parent_id AS parent_id_31, t16.facility_id AS facility_id_32, t16.created_by AS created_by_33, t16.updated_by AS updated_by_34, t16.language_id AS language_id_35, t0.facility_id AS facility_id_36, t37.code AS code_38, t37.title AS title_39, t37.intro_text AS intro_text_40, t37.zip AS zip_41, t37.address AS address_42, t37.building AS building_43, t37.google_maps_url AS google_maps_url_44, t37.phone AS phone_45, t37.website AS website_46, t37.opening_hours AS opening_hours_47, t37.holiday AS holiday_48, t37.access AS access_49, t37.access_car AS access_car_50, t37.access_train AS access_train_51, t37.id AS id_52, t37.sort_num AS sort_num_53, t37.status AS status_54, t37.publish_at AS publish_at_55, t37.expires_at AS expires_at_56, t37.created_at AS created_at_57, t37.updated_at AS updated_at_58, t37.area_id AS area_id_59, t37.prefecture_id AS prefecture_id_60, t37.logo_image AS logo_image_61, t37.main_image AS main_image_62, t37.created_by AS created_by_63, t37.updated_by AS updated_by_64, t0.created_by AS created_by_65, t66.username AS username_67, t66.username_canonical AS username_canonical_68, t66.enabled AS enabled_69, t66.last_login AS last_login_70, t66.confirmation_token AS confirmation_token_71, t66.password_requested_at AS password_requested_at_72, t66.roles AS roles_73, t66.id AS id_74, t66.display_name AS display_name_75, t66.sort_num AS sort_num_76, t66.email AS email_77, t66.email_canonical AS email_canonical_78, t66.salt AS salt_79, t66.password AS password_80, t66.group_id AS group_id_81, t66.facility_id AS facility_id_82, t0.updated_by AS updated_by_83, t84.username AS username_85, t84.username_canonical AS username_canonical_86, t84.enabled AS enabled_87, t84.last_login AS last_login_88, t84.confirmation_token AS confirmation_token_89, t84.password_requested_at AS password_requested_at_90, t84.roles AS roles_91, t84.id AS id_92, t84.display_name AS display_name_93, t84.sort_num AS sort_num_94, t84.email AS email_95, t84.email_canonical AS email_canonical_96, t84.salt AS salt_97, t84.password AS password_98, t84.group_id AS group_id_99, t84.facility_id AS facility_id_100, t0.language_id AS language_id_101, t102.alias AS alias_103, t102.translate_key AS translate_key_104, t102.target_key AS target_key_105, t102.id AS id_106, t102.sort_num AS sort_num_107, t102.status AS status_108, t102.publish_at AS publish_at_109, t102.expires_at AS expires_at_110, t102.created_at AS created_at_111, t102.updated_at AS updated_at_112, t102.title AS title_113, t102.created_by AS created_by_114, t102.updated_by AS updated_by_115 FROM cms_mod_topics_categories t0 LEFT JOIN cms_mod_topics_categories t16 ON t0.parent_id = t16.id AND ((t16.status = 1 AND (t16.publish_at IS NULL OR t16.publish_at <= "2024-11-15 01:49:45") AND (t16.expires_at IS NULL OR t16.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t37 ON t0.facility_id = t37.id AND ((t37.status = 1 AND (t37.publish_at IS NULL OR t37.publish_at <= "2024-11-15 01:49:45") AND (t37.expires_at IS NULL OR t37.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t66 ON t0.created_by = t66.id LEFT JOIN cms_user t84 ON t0.updated_by = t84.id LEFT JOIN cms_master_languages t102 ON t0.language_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) INNER JOIN cms_mod_topics_post_category ON t0.id = cms_mod_topics_post_category.category_id WHERE cms_mod_topics_post_category.item_id = ? AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  42
]
01:49:45 doctrine SELECT t0.is_root AS is_root_1, t0.category_role AS category_role_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.lock_flags AS lock_flags_14, t0.parent_id AS parent_id_15, t16.is_root AS is_root_17, t16.category_role AS category_role_18, t16.id AS id_19, t16.sort_num AS sort_num_20, t16.status AS status_21, t16.publish_at AS publish_at_22, t16.expires_at AS expires_at_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t16.title AS title_26, t16.language_parent AS language_parent_27, t16.language_alias AS language_alias_28, t16.language_active AS language_active_29, t16.lock_flags AS lock_flags_30, t16.parent_id AS parent_id_31, t16.facility_id AS facility_id_32, t16.created_by AS created_by_33, t16.updated_by AS updated_by_34, t16.language_id AS language_id_35, t0.facility_id AS facility_id_36, t37.code AS code_38, t37.title AS title_39, t37.intro_text AS intro_text_40, t37.zip AS zip_41, t37.address AS address_42, t37.building AS building_43, t37.google_maps_url AS google_maps_url_44, t37.phone AS phone_45, t37.website AS website_46, t37.opening_hours AS opening_hours_47, t37.holiday AS holiday_48, t37.access AS access_49, t37.access_car AS access_car_50, t37.access_train AS access_train_51, t37.id AS id_52, t37.sort_num AS sort_num_53, t37.status AS status_54, t37.publish_at AS publish_at_55, t37.expires_at AS expires_at_56, t37.created_at AS created_at_57, t37.updated_at AS updated_at_58, t37.area_id AS area_id_59, t37.prefecture_id AS prefecture_id_60, t37.logo_image AS logo_image_61, t37.main_image AS main_image_62, t37.created_by AS created_by_63, t37.updated_by AS updated_by_64, t0.created_by AS created_by_65, t66.username AS username_67, t66.username_canonical AS username_canonical_68, t66.enabled AS enabled_69, t66.last_login AS last_login_70, t66.confirmation_token AS confirmation_token_71, t66.password_requested_at AS password_requested_at_72, t66.roles AS roles_73, t66.id AS id_74, t66.display_name AS display_name_75, t66.sort_num AS sort_num_76, t66.email AS email_77, t66.email_canonical AS email_canonical_78, t66.salt AS salt_79, t66.password AS password_80, t66.group_id AS group_id_81, t66.facility_id AS facility_id_82, t0.updated_by AS updated_by_83, t84.username AS username_85, t84.username_canonical AS username_canonical_86, t84.enabled AS enabled_87, t84.last_login AS last_login_88, t84.confirmation_token AS confirmation_token_89, t84.password_requested_at AS password_requested_at_90, t84.roles AS roles_91, t84.id AS id_92, t84.display_name AS display_name_93, t84.sort_num AS sort_num_94, t84.email AS email_95, t84.email_canonical AS email_canonical_96, t84.salt AS salt_97, t84.password AS password_98, t84.group_id AS group_id_99, t84.facility_id AS facility_id_100, t0.language_id AS language_id_101, t102.alias AS alias_103, t102.translate_key AS translate_key_104, t102.target_key AS target_key_105, t102.id AS id_106, t102.sort_num AS sort_num_107, t102.status AS status_108, t102.publish_at AS publish_at_109, t102.expires_at AS expires_at_110, t102.created_at AS created_at_111, t102.updated_at AS updated_at_112, t102.title AS title_113, t102.created_by AS created_by_114, t102.updated_by AS updated_by_115 FROM cms_mod_topics_categories t0 LEFT JOIN cms_mod_topics_categories t16 ON t0.parent_id = t16.id AND ((t16.status = 1 AND (t16.publish_at IS NULL OR t16.publish_at <= "2024-11-15 01:49:45") AND (t16.expires_at IS NULL OR t16.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t37 ON t0.facility_id = t37.id AND ((t37.status = 1 AND (t37.publish_at IS NULL OR t37.publish_at <= "2024-11-15 01:49:45") AND (t37.expires_at IS NULL OR t37.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t66 ON t0.created_by = t66.id LEFT JOIN cms_user t84 ON t0.updated_by = t84.id LEFT JOIN cms_master_languages t102 ON t0.language_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) INNER JOIN cms_mod_topics_post_category ON t0.id = cms_mod_topics_post_category.category_id WHERE cms_mod_topics_post_category.item_id = ? AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  39
]
01:49:45 doctrine SELECT t0.is_root AS is_root_1, t0.category_role AS category_role_2, t0.id AS id_3, t0.sort_num AS sort_num_4, t0.status AS status_5, t0.publish_at AS publish_at_6, t0.expires_at AS expires_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.title AS title_10, t0.language_parent AS language_parent_11, t0.language_alias AS language_alias_12, t0.language_active AS language_active_13, t0.lock_flags AS lock_flags_14, t0.parent_id AS parent_id_15, t16.is_root AS is_root_17, t16.category_role AS category_role_18, t16.id AS id_19, t16.sort_num AS sort_num_20, t16.status AS status_21, t16.publish_at AS publish_at_22, t16.expires_at AS expires_at_23, t16.created_at AS created_at_24, t16.updated_at AS updated_at_25, t16.title AS title_26, t16.language_parent AS language_parent_27, t16.language_alias AS language_alias_28, t16.language_active AS language_active_29, t16.lock_flags AS lock_flags_30, t16.parent_id AS parent_id_31, t16.facility_id AS facility_id_32, t16.created_by AS created_by_33, t16.updated_by AS updated_by_34, t16.language_id AS language_id_35, t0.facility_id AS facility_id_36, t37.code AS code_38, t37.title AS title_39, t37.intro_text AS intro_text_40, t37.zip AS zip_41, t37.address AS address_42, t37.building AS building_43, t37.google_maps_url AS google_maps_url_44, t37.phone AS phone_45, t37.website AS website_46, t37.opening_hours AS opening_hours_47, t37.holiday AS holiday_48, t37.access AS access_49, t37.access_car AS access_car_50, t37.access_train AS access_train_51, t37.id AS id_52, t37.sort_num AS sort_num_53, t37.status AS status_54, t37.publish_at AS publish_at_55, t37.expires_at AS expires_at_56, t37.created_at AS created_at_57, t37.updated_at AS updated_at_58, t37.area_id AS area_id_59, t37.prefecture_id AS prefecture_id_60, t37.logo_image AS logo_image_61, t37.main_image AS main_image_62, t37.created_by AS created_by_63, t37.updated_by AS updated_by_64, t0.created_by AS created_by_65, t66.username AS username_67, t66.username_canonical AS username_canonical_68, t66.enabled AS enabled_69, t66.last_login AS last_login_70, t66.confirmation_token AS confirmation_token_71, t66.password_requested_at AS password_requested_at_72, t66.roles AS roles_73, t66.id AS id_74, t66.display_name AS display_name_75, t66.sort_num AS sort_num_76, t66.email AS email_77, t66.email_canonical AS email_canonical_78, t66.salt AS salt_79, t66.password AS password_80, t66.group_id AS group_id_81, t66.facility_id AS facility_id_82, t0.updated_by AS updated_by_83, t84.username AS username_85, t84.username_canonical AS username_canonical_86, t84.enabled AS enabled_87, t84.last_login AS last_login_88, t84.confirmation_token AS confirmation_token_89, t84.password_requested_at AS password_requested_at_90, t84.roles AS roles_91, t84.id AS id_92, t84.display_name AS display_name_93, t84.sort_num AS sort_num_94, t84.email AS email_95, t84.email_canonical AS email_canonical_96, t84.salt AS salt_97, t84.password AS password_98, t84.group_id AS group_id_99, t84.facility_id AS facility_id_100, t0.language_id AS language_id_101, t102.alias AS alias_103, t102.translate_key AS translate_key_104, t102.target_key AS target_key_105, t102.id AS id_106, t102.sort_num AS sort_num_107, t102.status AS status_108, t102.publish_at AS publish_at_109, t102.expires_at AS expires_at_110, t102.created_at AS created_at_111, t102.updated_at AS updated_at_112, t102.title AS title_113, t102.created_by AS created_by_114, t102.updated_by AS updated_by_115 FROM cms_mod_topics_categories t0 LEFT JOIN cms_mod_topics_categories t16 ON t0.parent_id = t16.id AND ((t16.status = 1 AND (t16.publish_at IS NULL OR t16.publish_at <= "2024-11-15 01:49:45") AND (t16.expires_at IS NULL OR t16.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_facility t37 ON t0.facility_id = t37.id AND ((t37.status = 1 AND (t37.publish_at IS NULL OR t37.publish_at <= "2024-11-15 01:49:45") AND (t37.expires_at IS NULL OR t37.expires_at > "2024-11-15 01:49:45"))) LEFT JOIN cms_user t66 ON t0.created_by = t66.id LEFT JOIN cms_user t84 ON t0.updated_by = t84.id LEFT JOIN cms_master_languages t102 ON t0.language_id = t102.id AND ((t102.status = 1 AND (t102.publish_at IS NULL OR t102.publish_at <= "2024-11-15 01:49:45") AND (t102.expires_at IS NULL OR t102.expires_at > "2024-11-15 01:49:45"))) INNER JOIN cms_mod_topics_post_category ON t0.id = cms_mod_topics_post_category.category_id WHERE cms_mod_topics_post_category.item_id = ? AND ((t0.status = 1 AND (t0.publish_at IS NULL OR t0.publish_at <= "2024-11-15 01:49:45") AND (t0.expires_at IS NULL OR t0.expires_at > "2024-11-15 01:49:45"))) ORDER BY t0.sort_num ASC, t0.id ASC
[
  36
]
01:49:45 event Notified event
"kernel.response"
to listener
"AppBundle\EventListener\KernelEventListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "AppBundle\EventListener\KernelEventListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"AppBundle\DataCollector\CustomRequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "AppBundle\DataCollector\CustomRequestDataCollector::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
]
01:49:45 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"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
01:49:45 event Notified event
"kernel.finish_request"
to listener
"AppBundle\EventListener\KernelEventListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "AppBundle\EventListener\KernelEventListener::onKernelFinishRequest"
]
01:49:45 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"
]
01:49:45 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"
]
01:49:45 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
01:49:45 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"
]
01:49:45 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"
]

PHP Notices 1

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

Time Channel Message
01:49:45 php Notice: Undefined index: HTTP_HOST
[
  "exception" => SilencedErrorContext {#3431
    +count: 1
    -severity: E_NOTICE
    trace: {
      /usr/home/hbw1003dss5t/html/templates/head.php:3 {//開いているページのURL$varSelfPageURL = (empty($_SERVER["HTTPS"]) ? "http://" : "https://") . @$_SERVER["HTTP_HOST"] . htmlspecialchars(strip_tags(@$_SERVER["REQUEST_URI"]));if (!empty(parse_url($varSelfPageURL)['query'])) {
      }
      /usr/home/hbw1003dss5t/html/config/include.php:13 {//headの読み込みinclude __DIR__.'/../templates/head.php';arguments: {
          "/usr/home/hbw1003dss5t/html/templates/head.php"
        }
      }
      /usr/home/hbw1003dss5t/html/index.php:3 {\t$page = 'homepage';\tinclude realpath(__DIR__.'/config/include.php');?>
        arguments: {
          "/usr/home/hbw1003dss5t/html/config/include.php"
        }
      }
    }
  }
]
{
  /usr/home/hbw1003dss5t/html/templates/head.php:3 {//開いているページのURL$varSelfPageURL = (empty($_SERVER["HTTPS"]) ? "http://" : "https://") . @$_SERVER["HTTP_HOST"] . htmlspecialchars(strip_tags(@$_SERVER["REQUEST_URI"]));if (!empty(parse_url($varSelfPageURL)['query'])) {
  }
  /usr/home/hbw1003dss5t/html/config/include.php:13 {//headの読み込みinclude __DIR__.'/../templates/head.php';arguments: {
      "/usr/home/hbw1003dss5t/html/templates/head.php"
    }
  }
  /usr/home/hbw1003dss5t/html/index.php:3 {\t$page = 'homepage';\tinclude realpath(__DIR__.'/config/include.php');?>
    arguments: {
      "/usr/home/hbw1003dss5t/html/config/include.php"
    }
  }
}

Container 1687

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • Registered imagine-bundle binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.relative_resize
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.resize
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.thumbnail
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.crop
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.grayscale
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.paste
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.watermark
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.background
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.strip
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.scale
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.upscale
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.downscale
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.auto_rotate
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.rotate
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.flip
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.interlace
  • Registered imagine-bundle filter loader: liip_imagine.filter.loader.resample
17
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • Registered imagine-bundle filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • Registered imagine-bundle filter post-processor: liip_imagine.filter.post_processor.optipng
  • Registered imagine-bundle filter post-processor: liip_imagine.filter.post_processor.pngquant
  • Registered imagine-bundle filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • Registered imagine-bundle cache resolver: liip_imagine.cache.resolver.default
  • Registered imagine-bundle cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ClearLogsCommand" (parent: abstract.instanceof.AppBundle\Command\ClearLogsCommand).
  • Resolving inheritance for "AppBundle\Command\ClearLogsCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ClearLogsCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\InstallBundleCommand" (parent: abstract.instanceof.AppBundle\Command\InstallBundleCommand).
  • Resolving inheritance for "AppBundle\Command\InstallBundleCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\InstallBundleCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterBundleCommand" (parent: abstract.instanceof.AppBundle\Command\RegisterBundleCommand).
  • Resolving inheritance for "AppBundle\Command\RegisterBundleCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterBundleCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterExistingBundlesCommand" (parent: abstract.instanceof.AppBundle\Command\RegisterExistingBundlesCommand).
  • Resolving inheritance for "AppBundle\Command\RegisterExistingBundlesCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterExistingBundlesCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterPrefecturesCommand" (parent: abstract.instanceof.AppBundle\Command\RegisterPrefecturesCommand).
  • Resolving inheritance for "AppBundle\Command\RegisterPrefecturesCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterPrefecturesCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RunUploadQueueCommand" (parent: abstract.instanceof.AppBundle\Command\RunUploadQueueCommand).
  • Resolving inheritance for "AppBundle\Command\RunUploadQueueCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RunUploadQueueCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SchemaUpdateCommand" (parent: abstract.instanceof.AppBundle\Command\SchemaUpdateCommand).
  • Resolving inheritance for "AppBundle\Command\SchemaUpdateCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SchemaUpdateCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendTestMailCommand" (parent: abstract.instanceof.AppBundle\Command\SendTestMailCommand).
  • Resolving inheritance for "AppBundle\Command\SendTestMailCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendTestMailCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateBundleLoaderCommand" (parent: abstract.instanceof.AppBundle\Command\UpdateBundleLoaderCommand).
  • Resolving inheritance for "AppBundle\Command\UpdateBundleLoaderCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateBundleLoaderCommand).
  • Resolving inheritance for "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatePrivilegesCommand" (parent: abstract.instanceof.AppBundle\Command\UpdatePrivilegesCommand).
  • Resolving inheritance for "AppBundle\Command\UpdatePrivilegesCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatePrivilegesCommand).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Approval\ApprovalRequestController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Approval\ApprovalRequestController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\BaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\BaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\BaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\BaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityArticleBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityArticleBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\FacilityArticleBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityArticleBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\FacilityBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityMasterBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityMasterBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\FacilityMasterBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityMasterBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\ImportBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\ImportBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\ImportBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\ImportBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterArticleBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\MasterArticleBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\MasterArticleBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterArticleBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\MasterBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\MasterBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterMasterBaseController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\MasterMasterBaseController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\MasterMasterBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterMasterBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\StaffController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Base\StaffController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Base\StaffController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\StaffController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\MediaController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Facility\MediaController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Facility\MediaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\MediaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\UserController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Facility\UserController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Facility\UserController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\UserController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\HomeController" (parent: abstract.instanceof.AppBundle\Controller\Admin\HomeController).
  • Resolving inheritance for "AppBundle\Controller\Admin\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityContactSettingController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\FacilityContactSettingController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\FacilityContactSettingController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityContactSettingController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\FacilityController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\FacilityController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\LogController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\LogController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\LogController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\LogController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MailTestController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\MailTestController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\MailTestController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MailTestController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MenuController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\MenuController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\MenuController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MenuController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PluginController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\PluginController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\PluginController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PluginController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\RoutingController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\RoutingController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\RoutingController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\RoutingController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\SystemController).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\SystemController" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopMenuController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\TopMenuController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\TopMenuController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopMenuController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopPageController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\TopPageController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\Maintenance\TopPageController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopPageController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterAreaController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\MasterAreaController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\MasterAreaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterAreaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterLanguageController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\MasterLanguageController).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\MasterLanguageController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterLanguageController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\MasterLanguageController" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\MasterLanguageController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterPrefectureController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\MasterPrefectureController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\MasterPrefectureController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterPrefectureController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\UserController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\UserController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserGroupController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\UserGroupController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\UserGroupController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserGroupController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserPrivilegeController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Master\UserPrivilegeController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Master\UserPrivilegeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserPrivilegeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\CategoryController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Media\CategoryController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Media\CategoryController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\CategoryController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\ItemController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Media\ItemController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Media\ItemController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\ItemController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\TagController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Media\TagController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Media\TagController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\TagController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Param\ParamController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Param\ParamController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamMasterController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Param\ParamMasterController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Param\ParamMasterController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamMasterController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\SectionController" (parent: abstract.instanceof.AppBundle\Controller\Admin\Param\SectionController).
  • Resolving inheritance for "AppBundle\Controller\Admin\Param\SectionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\SectionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\ProtectedFileController" (parent: abstract.instanceof.AppBundle\Controller\Admin\ProtectedFileController).
  • Resolving inheritance for "AppBundle\Controller\Admin\ProtectedFileController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\ProtectedFileController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\SecurityController" (parent: abstract.instanceof.AppBundle\Controller\Admin\SecurityController).
  • Resolving inheritance for "AppBundle\Controller\Admin\SecurityController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\SecurityController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\AssetController" (parent: abstract.instanceof.AppBundle\Controller\Api\AssetController).
  • Resolving inheritance for "AppBundle\Controller\Api\AssetController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\AssetController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\DefaultController" (parent: abstract.instanceof.AppBundle\Controller\Api\DefaultController).
  • Resolving inheritance for "AppBundle\Controller\Api\DefaultController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\DefaultController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\MediaController" (parent: abstract.instanceof.AppBundle\Controller\Api\MediaController).
  • Resolving inheritance for "AppBundle\Controller\Api\MediaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\MediaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\PageBuilderController" (parent: abstract.instanceof.AppBundle\Controller\Api\PageBuilderController).
  • Resolving inheritance for "AppBundle\Controller\Api\PageBuilderController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\PageBuilderController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\AutoRouteController" (parent: abstract.instanceof.AppBundle\Controller\AutoRouteController).
  • Resolving inheritance for "AppBundle\Controller\AutoRouteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\AutoRouteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\BaseController" (parent: abstract.instanceof.AppBundle\Controller\BaseController).
  • Resolving inheritance for "AppBundle\Controller\BaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\BaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\FacilityDisplayBaseController" (parent: abstract.instanceof.AppBundle\Controller\FacilityDisplayBaseController).
  • Resolving inheritance for "AppBundle\Controller\FacilityDisplayBaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\FacilityDisplayBaseController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\SetupController" (parent: abstract.instanceof.AppBundle\Controller\SetupController).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\SetupController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\SetupController).
  • Resolving inheritance for "AppBundle\Controller\SetupController" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\SetupController).
  • Resolving inheritance for "instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AppBundle\DataCollector\CustomRequestDataCollector" (parent: abstract.instanceof.AppBundle\DataCollector\CustomRequestDataCollector).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\DataCollector\CustomRequestDataCollector" (parent: instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AppBundle\DataCollector\CustomRequestDataCollector).
  • Resolving inheritance for "AppBundle\DataCollector\CustomRequestDataCollector" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\DataCollector\CustomRequestDataCollector).
  • Resolving inheritance for "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures" (parent: abstract.instanceof.AppBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\AppFixtures" (parent: instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\MenuFixtures" (parent: abstract.instanceof.AppBundle\DataFixtures\MenuFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\MenuFixtures" (parent: instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\MenuFixtures).
  • Resolving inheritance for "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrefectureFixtures" (parent: abstract.instanceof.AppBundle\DataFixtures\PrefectureFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\PrefectureFixtures" (parent: instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrefectureFixtures).
  • Resolving inheritance for "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrivilegeFixtures" (parent: abstract.instanceof.AppBundle\DataFixtures\PrivilegeFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\PrivilegeFixtures" (parent: instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrivilegeFixtures).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Approval\ApprovalRequestType" (parent: abstract.instanceof.AppBundle\Form\Admin\Approval\ApprovalRequestType).
  • Resolving inheritance for "AppBundle\Form\Admin\Approval\ApprovalRequestType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Approval\ApprovalRequestType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ChangePasswordType" (parent: abstract.instanceof.AppBundle\Form\Admin\ChangePasswordType).
  • Resolving inheritance for "AppBundle\Form\Admin\ChangePasswordType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ChangePasswordType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ChangePasswordType" (parent: abstract.instanceof.AppBundle\Form\Admin\Facility\ChangePasswordType).
  • Resolving inheritance for "AppBundle\Form\Admin\Facility\ChangePasswordType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ChangePasswordType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ProfileType" (parent: abstract.instanceof.AppBundle\Form\Admin\Facility\ProfileType).
  • Resolving inheritance for "AppBundle\Form\Admin\Facility\ProfileType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ProfileType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\RegistrationType" (parent: abstract.instanceof.AppBundle\Form\Admin\Facility\RegistrationType).
  • Resolving inheritance for "AppBundle\Form\Admin\Facility\RegistrationType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\RegistrationType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ProfileType" (parent: abstract.instanceof.AppBundle\Form\Admin\ProfileType).
  • Resolving inheritance for "AppBundle\Form\Admin\ProfileType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ProfileType).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\RegistrationType" (parent: abstract.instanceof.AppBundle\Form\Admin\RegistrationType).
  • Resolving inheritance for "AppBundle\Form\Admin\RegistrationType" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\RegistrationType).
  • Resolving inheritance for "instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\CustomVoter" (parent: abstract.instanceof.AppBundle\Security\CustomVoter).
  • Resolving inheritance for "AppBundle\Security\CustomVoter" (parent: instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\CustomVoter).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AdminUserPasswordValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\AdminUserPasswordValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\AdminUserPasswordValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AdminUserPasswordValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaDashValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\AlphaDashValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\AlphaDashValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaDashValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaNumValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\AlphaNumValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\AlphaNumValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaNumValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\AlphaValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\AlphaValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\BlockConfirmedValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\BlockConfirmedValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\BlockConfirmedValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\BlockConfirmedValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ConfirmedValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\ConfirmedValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\ConfirmedValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ConfirmedValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\CustomUniqueValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\CustomUniqueValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\CustomUniqueValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\CustomUniqueValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateRangeValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\DateRangeValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\DateRangeValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateRangeValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\DateValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\DateValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EmailValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\EmailValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\EmailValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EmailValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EncodeConvertibleValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\EncodeConvertibleValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\EncodeConvertibleValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EncodeConvertibleValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\FacilityUniqueValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\FacilityUniqueValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\FacilityUniqueValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\FacilityUniqueValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\HiraganaValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\HiraganaValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\HiraganaValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\HiraganaValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\KatakanaValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\KatakanaValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\KatakanaValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\KatakanaValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\NumericValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\NumericValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\NumericValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\NumericValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\PhoneJpValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\PhoneJpValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\PhoneJpValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\PhoneJpValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ReCaptchaV3Validator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\ReCaptchaV3Validator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\ReCaptchaV3Validator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ReCaptchaV3Validator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\TimeValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\TimeValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\TimeValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\TimeValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\UniqueValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\UniqueValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\UniqueValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\UniqueValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ZipJpValidator" (parent: abstract.instanceof.AppBundle\Validator\Constraints\ZipJpValidator).
  • Resolving inheritance for "AppBundle\Validator\Constraints\ZipJpValidator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ZipJpValidator).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration" (parent: abstract.instanceof.app.form.registration).
  • Resolving inheritance for "app.form.registration" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.profile" (parent: abstract.instanceof.app.form.profile).
  • Resolving inheritance for "app.form.profile" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.profile).
  • Resolving inheritance for "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.change_password" (parent: abstract.instanceof.app.form.change_password).
  • Resolving inheritance for "app.form.change_password" (parent: instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.change_password).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.validator.admin_user_password_validator" (parent: abstract.instanceof.validator.admin_user_password_validator).
  • Resolving inheritance for "validator.admin_user_password_validator" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.validator.admin_user_password_validator).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.unique" (parent: abstract.instanceof.app.validator.unique).
  • Resolving inheritance for "app.validator.unique" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.unique).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.custom_unique" (parent: abstract.instanceof.app.validator.custom_unique).
  • Resolving inheritance for "app.validator.custom_unique" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.custom_unique).
  • Resolving inheritance for "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.facility_unique" (parent: abstract.instanceof.app.validator.facility_unique).
  • Resolving inheritance for "app.validator.facility_unique" (parent: instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.facility_unique).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.custom.locale.listener" (parent: abstract.instanceof.custom.locale.listener).
  • Resolving inheritance for "custom.locale.listener" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.custom.locale.listener).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • 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.in_memory" (parent: security.user.provider.in_memory).
  • 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.admin_master" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin_master" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin_master" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.admin_master" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin_master.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin_master.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin_master" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin_master" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin_master" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin_master" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin_master" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin_master" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.setup_util" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.provider.dao.setup_util" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.basic_entry_point.setup_util" (parent: security.authentication.basic_entry_point).
  • Resolving inheritance for "security.authentication.listener.basic.setup_util" (parent: security.authentication.listener.basic).
  • Resolving inheritance for "security.exception_listener.setup_util" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.setup_util" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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 "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.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • 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 "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.locator.filesystem.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • 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.templating" (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.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.api" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.custom" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
269
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Type "AppBundle\Entity\Approval\ApprovalRequest" has been auto-registered for service "AppBundle\Event\Approval\RequestCreatedEvent".
  • Cannot autowire service "service_locator.xvcldso": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.svq.1yd": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator._twvw77": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.yuegvhw": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.fytar8v": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.qwf9wdr": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.td0spk4": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.5hfbzs5": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.jdequhi": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.efsuzmt": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.bj7hw_c": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.kvlpug4": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.d3izobt": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.nmbyzoh": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.ecmmr9i": it references class "Symfony\Component\HttpKernel\Event\PostResponseEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.hkupseh": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.oxr2tup": it references class "Symfony\Component\HttpKernel\Event\PostResponseEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.zxaqcfc": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.ryhwquh": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.tgdgao7": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.rpj7qwl": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.23f6rqo": it references class "Symfony\Component\HttpKernel\Event\FilterControllerEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
  • Cannot autowire service "service_locator.dp0ybuo": it references class "Symfony\Component\HttpKernel\Event\PostResponseEvent" but no such service exists. It cannot be auto-registered because it is from a different root namespace.
24
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Approval\ApprovalRequestController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Approval\ApprovalRequestController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\BaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\BaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityArticleBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityArticleBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityMasterBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\FacilityMasterBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\ImportBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\ImportBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterArticleBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterArticleBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterMasterBaseController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Base\MasterMasterBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Facility\MediaController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Facility\MediaController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Facility\UserController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Facility\UserController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\HomeController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\HomeController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\FacilityContactSettingController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\FacilityContactSettingController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\FacilityController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\FacilityController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\LogController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\LogController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\MailTestController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\MailTestController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\MenuController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\MenuController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\PluginController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\PluginController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\RoutingController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\RoutingController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\SystemController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\SystemController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\SystemController:commandAction": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\TopMenuController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\TopMenuController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\TopPageController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\Maintenance\TopPageController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterAreaController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterAreaController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterLanguageController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterLanguageController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterLanguageController:forceCacheClear": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterPrefectureController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\MasterPrefectureController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserGroupController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserGroupController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserPrivilegeController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Master\UserPrivilegeController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\CategoryController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\CategoryController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\ItemController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\ItemController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\TagController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Media\TagController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\ParamController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\ParamController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\ParamMasterController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\ParamMasterController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\SectionController:authActions": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\Admin\Param\SectionController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\BaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\FacilityDisplayBaseController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\SetupController:before": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "AppBundle\Controller\SetupController:forceCacheClear": no corresponding services exist for the referenced types.
78
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "AppBundle\Service\Revision\RevisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\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\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 "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Component\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 "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 "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 "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 "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; 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 "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\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.user.provider.concrete.fos_userbundle"; reason: private alias.
  • Removed service "security.user_checker.admin_master"; reason: private alias.
  • Removed service "security.user_checker.setup_util"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; 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 "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; 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.default_entity_manager.event_manager"; 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 "fos_user.doctrine_registry"; reason: private alias.
  • Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
  • Removed service "fos_user.session"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "service_locator._fpuy7b"; reason: private alias.
  • Removed service "service_locator.0j48rie"; reason: private alias.
  • Removed service "service_locator.ml7rum7"; reason: private alias.
  • Removed service "translator.logging.inner"; 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.
96
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "AppBundle\DataFixtures\AppFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "AppBundle\Validator\Constraints\AdminUserPasswordValidator" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "validator.admin_user_password_validator" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "app.custom_user_mailer" previously pointing to "router.default" to "router".
  • Changed reference of service "app.custom_user_mailer" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "custom.locale.listener" 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 "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fragment.renderer.hinclude" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "session.storage.native" previously pointing to "session.handler.native_file" to "session.handler".
  • Changed reference of service "session.storage.php_bridge" previously pointing to "session.handler.native_file" to "session.handler".
  • 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 "templating.helper.router" previously pointing to "router.default" to "router".
  • Changed reference of service "templating.helper.translator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "templating.form.engine" previously pointing to "templating.engine.php" to "debug.templating.engine.php".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "profiler_listener" previously pointing to "AppBundle\Profiler\ProfilerMatcher" to "profiler.request_matcher".
  • 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 "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • 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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "routing.loader.annotation" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • 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.validator.user_password" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.authentication.provider.dao" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "data_collector.security" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.authentication.provider.dao.admin_master" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.form.admin_master" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.authentication.provider.dao.setup_util" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.basic.setup_util" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "security.command.user_password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "twig" previously pointing to "twig.loader.filesystem" to "twig.loader".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "swiftmailer.email_sender.listener" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "doctrine.orm.default_annotation_metadata_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.security.login_manager" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin_master".
  • Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.password_updater" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "fos_user.util.canonical_fields_updater" previously pointing to "fos_user.util.canonicalizer.default" to "fos_user.util.email_canonicalizer".
  • Changed reference of service "fos_user.util.canonical_fields_updater" previously pointing to "fos_user.util.canonicalizer.default" to "fos_user.util.email_canonicalizer".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.util.token_generator.default" to "fos_user.util.token_generator".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.mailer.twig_swift" to "fos_user.mailer".
  • Changed reference of service "liip_imagine.filter.manager" previously pointing to "liip_imagine.gd" to "liip_imagine".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.controller" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "liip_imagine.filter.loader.paste" previously pointing to "liip_imagine.gd" to "liip_imagine".
  • Changed reference of service "liip_imagine.filter.loader.watermark" previously pointing to "liip_imagine.gd" to "liip_imagine".
  • Changed reference of service "liip_imagine.filter.loader.background" previously pointing to "liip_imagine.gd" to "liip_imagine".
  • Changed reference of service "liip_imagine.filter.loader.resample" previously pointing to "liip_imagine.gd" to "liip_imagine".
  • Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "jms_serializer.metadata.annotation_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • 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 "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.json_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.xml_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • 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 "knp_paginator.templating.helper.pagination" previously pointing to "templating.engine.php" to "debug.templating.engine.php".
  • 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 "service_locator.g9snvqy" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "service_locator.lluwcxp" previously pointing to "router.default" to "router".
  • Changed reference of service "templating" previously pointing to "templating.engine.php" to "debug.templating.engine.php".
  • Changed reference of service "debug.templating.engine.php" previously pointing to "templating.loader.filesystem" to "templating.loader".
  • Changed reference of service "security.password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "swiftmailer.mailer.default.transport" previously pointing to "swiftmailer.mailer.default.spool.memory" to "swiftmailer.mailer.default.spool".
  • Changed reference of service "fos_user.mailer" previously pointing to "router.default" to "router".
  • 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".
114
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 "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 "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.config"; 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.listener.digest"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "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.mail.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 "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; 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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ClearLogsCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\ClearLogsCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\InstallBundleCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\InstallBundleCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterBundleCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\RegisterBundleCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterExistingBundlesCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\RegisterExistingBundlesCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RegisterPrefecturesCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\RegisterPrefecturesCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RunUploadQueueCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\RunUploadQueueCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SchemaUpdateCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\SchemaUpdateCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendTestMailCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\SendTestMailCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateBundleLoaderCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\UpdateBundleLoaderCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatePrivilegesCommand"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Command\UpdatePrivilegesCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Approval\ApprovalRequestController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Approval\ApprovalRequestHistoryController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\BaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\BaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityArticleBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityArticleBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\FacilityMasterBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\FacilityMasterBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\ImportBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\ImportBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterArticleBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\MasterArticleBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\MasterBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\MasterMasterBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\MasterMasterBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Base\StaffController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Base\StaffController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\MediaController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Facility\MediaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Facility\UserController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Facility\UserController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityContactSettingController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\FacilityContactSettingController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\FacilityController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\FacilityController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\LogController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\LogController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MailTestController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\MailTestController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\MenuController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\MenuController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\PhpinfoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\PluginController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\PluginController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\RoutingController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\RoutingController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\Maintenance\SystemController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\SystemController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopMenuController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\TopMenuController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\Maintenance\TopPageController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\Maintenance\TopPageController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterAreaController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\MasterAreaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterLanguageController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\Admin\Master\MasterLanguageController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\MasterLanguageController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\MasterPrefectureController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\MasterPrefectureController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\UserController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserGroupController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\UserGroupController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Master\UserPrivilegeController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Master\UserPrivilegeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\CategoryController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Media\CategoryController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\ItemController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Media\ItemController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Media\TagController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Media\TagController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Param\ParamController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\ParamMasterController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Param\ParamMasterController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\Param\SectionController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\Param\SectionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\ProtectedFileController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\ProtectedFileController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\AssetController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Api\AssetController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\DefaultController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Api\DefaultController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\MediaController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Api\MediaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\Api\PageBuilderController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\Api\PageBuilderController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\AutoRouteController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\AutoRouteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\BaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\BaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\FacilityDisplayBaseController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\FacilityDisplayBaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\SetupController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Controller\SetupController"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Controller\SetupController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AppBundle\DataCollector\CustomRequestDataCollector"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\DataCollector\CustomRequestDataCollector"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\DataCollector\CustomRequestDataCollector"; reason: abstract.
  • Removed service "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\MenuFixtures"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\DataFixtures\MenuFixtures"; reason: abstract.
  • Removed service "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrefectureFixtures"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\DataFixtures\PrefectureFixtures"; reason: abstract.
  • Removed service "instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\PrivilegeFixtures"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\DataFixtures\PrivilegeFixtures"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Approval\ApprovalRequestType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\Approval\ApprovalRequestType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ChangePasswordType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\ChangePasswordType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ChangePasswordType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\Facility\ChangePasswordType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\ProfileType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\Facility\ProfileType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\Facility\RegistrationType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\Facility\RegistrationType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\ProfileType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\ProfileType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Admin\RegistrationType"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Form\Admin\RegistrationType"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\CustomVoter"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Security\CustomVoter"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AdminUserPasswordValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\AdminUserPasswordValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaDashValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\AlphaDashValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaNumValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\AlphaNumValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\AlphaValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\AlphaValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\BlockConfirmedValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\BlockConfirmedValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ConfirmedValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\ConfirmedValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\CustomUniqueValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\CustomUniqueValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateRangeValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\DateRangeValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\DateValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\DateValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EmailValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\EmailValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\EncodeConvertibleValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\EncodeConvertibleValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\FacilityUniqueValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\FacilityUniqueValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\HiraganaValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\HiraganaValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\KatakanaValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\KatakanaValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\NumericValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\NumericValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\PhoneJpValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\PhoneJpValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ReCaptchaV3Validator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\ReCaptchaV3Validator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\TimeValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\TimeValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\UniqueValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\UniqueValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AppBundle\Validator\Constraints\ZipJpValidator"; reason: abstract.
  • Removed service "abstract.instanceof.AppBundle\Validator\Constraints\ZipJpValidator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration"; reason: abstract.
  • Removed service "abstract.instanceof.app.form.registration"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.profile"; reason: abstract.
  • Removed service "abstract.instanceof.app.form.profile"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.change_password"; reason: abstract.
  • Removed service "abstract.instanceof.app.form.change_password"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.validator.admin_user_password_validator"; reason: abstract.
  • Removed service "abstract.instanceof.validator.admin_user_password_validator"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.unique"; reason: abstract.
  • Removed service "abstract.instanceof.app.validator.unique"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.custom_unique"; reason: abstract.
  • Removed service "abstract.instanceof.app.validator.custom_unique"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.app.validator.facility_unique"; reason: abstract.
  • Removed service "abstract.instanceof.app.validator.facility_unique"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.custom.locale.listener"; reason: abstract.
  • Removed service "abstract.instanceof.custom.locale.listener"; reason: abstract.
304
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "AppBundle\Component\PageBuilder\PageBuilder" to "AppBundle\Component\PageBuilder\Event\OnCommitEvent".
  • Inlined service "autowired.AppBundle\Entity\Approval\ApprovalRequest" to "AppBundle\Event\Approval\RequestCreatedEvent".
  • Inlined service "service_locator.hy5xvxw" to "argument_resolver.service".
  • Inlined service "service_locator.o0cobhk" to "fragment.handler".
  • 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 "2_ServiceLocator~c8eqzbl" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "1_ResolvedFormTypeFactory~mk_wlkl" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "service_locator.qftmwup" 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.choice_list_factory.cached" to "form.type.choice".
  • 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 "templating.form.renderer" to "templating.helper.form".
  • Inlined service "templating.form.engine" to "templating.form.renderer".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service "1_PhpArrayAdapter~azdpqce" to "validator.mapping.cache.symfony".
  • Inlined service "2_ApcCache~azdpqce" to "validator.mapping.cache.doctrine.apc".
  • Inlined service "service_locator.riko.ci" to "validator.validator_factory".
  • Inlined service "service_locator.yepb.pt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "translator.selector" to "translator.formatter.default".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "service_locator.s.m3yzc.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.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "debug.event_dispatcher.inner" to "debug.event_dispatcher".
  • 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 "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.lluwcxp.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "2_PhpArrayAdapter~wubg.xf" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "1_ServiceLocator~wswufox" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "service_locator.8.dbmv4" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.request_matcher.pbyaxk7" to "security.access_map".
  • Inlined service "security.request_matcher.rii9ag7" to "security.access_map".
  • Inlined service "security.request_matcher.x9sbqiy" to "security.access_map".
  • Inlined service "security.request_matcher.qkpunxo" to "security.access_map".
  • Inlined service "security.request_matcher.cr6rvc2" to "security.access_map".
  • Inlined service "security.request_matcher.5tpovvu" to "security.access_map".
  • 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.admin_master" to "security.logout_listener.admin_master".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.admin_master".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.admin_master".
  • Inlined service "security.authentication.success_handler.admin_master.form_login" to "security.authentication.listener.form.admin_master".
  • Inlined service "security.authentication.failure_handler.admin_master.form_login" to "security.authentication.listener.form.admin_master".
  • Inlined service "security.authentication.form_entry_point.admin_master" to "security.exception_listener.admin_master".
  • Inlined service "security.exception_listener.admin_master" to "security.firewall.map.context.admin_master".
  • Inlined service "security.logout_listener.admin_master" to "security.firewall.map.context.admin_master".
  • Inlined service "security.firewall.map.config.admin_master" to "security.firewall.map.context.admin_master".
  • Inlined service "security.exception_listener.setup_util" to "security.firewall.map.context.setup_util".
  • Inlined service "security.firewall.map.config.setup_util" to "security.firewall.map.context.setup_util".
  • 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.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "liip_imagine.twig.extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "twig.extension.webprofiler" 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.c7_qahl.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "service_locator.sng9lji" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~calfqxm" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~calfqxm" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~calfqxm" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service "app.entity_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "fos_user.user_listener" 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 "service_locator.sr6ctxe" to "doctrine.orm.container_repository_factory".
  • 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.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • 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 "service_locator.c5t9eeg" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor".
  • 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 "AppBundle\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "AppBundle\DataFixtures\MenuFixtures" to "doctrine.fixtures.loader".
  • Inlined service "AppBundle\DataFixtures\PrefectureFixtures" to "doctrine.fixtures.loader".
  • Inlined service "AppBundle\DataFixtures\PrivilegeFixtures" to "doctrine.fixtures.loader".
  • 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 "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "liip_imagine.binary.locator.filesystem.default" to "liip_imagine.binary.loader.default".
  • Inlined service "service_locator.orfjtul" to "jms_serializer.event_dispatcher".
  • Inlined service "service_locator.lh2nfxp" to "jms_serializer.handler_registry".
  • 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.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "var_dumper.html_dumper" to "twig.extension.dump".
  • Inlined service "1_NonceGenerator~lbtlw55" to "web_profiler.csp.handler".
  • Inlined service "2_HtmlDumper~lbtlw55" to "twig.extension.webprofiler".
  • Inlined service "service_locator.s.m3yzc" to "service_locator.s.m3yzc.translation.warmer".
  • Inlined service "service_locator.lluwcxp" to "service_locator.lluwcxp.router.cache_warmer".
  • Inlined service "service_locator.c7_qahl" to "service_locator.c7_qahl.twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be" to "service_locator.2m3e4be.twig.template_cache_warmer".
  • Inlined service "service_locator.awtor3q" to "console.command_loader".
  • Inlined service "1_NativeFileSessionHandler~c8eqzbl" to "session.handler".
  • Inlined service "templating.engine.twig" to "templating".
  • Inlined service "templating.engine.php.helpers_locator" to "debug.templating.engine.php".
  • Inlined service "translator.logging" to "translator".
  • Inlined service "1_ArrayCache~wubg.xf" to "annotation_reader".
  • 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 "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.naming_strategy".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • 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 "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
193
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "AppBundle\AppBundle"; reason: unused.
  • Removed service "AppBundle\Component\CustomRequest"; reason: unused.
  • Removed service "AppBundle\Component\File\CSV"; reason: unused.
  • Removed service "AppBundle\Component\Form\ChoiceTransformer"; reason: unused.
  • Removed service "AppBundle\Component\Geocode"; reason: unused.
  • Removed service "AppBundle\Component\Image\GdImage"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\BlockCreatedEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\BlockCreatingEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\BlockLoadedEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\BlockLoadingEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\FormInitEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\FormLoadedEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\FormLoadingEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\OnCommitEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\PostValidateEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Event\PreValidateEvent"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\MailFormManager"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\PageBuilder"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedColorButtonSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedHeadingSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedImageCarouselSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedImageGroupSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedLinkButtonSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AdvancedReserveButtonSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ArraySetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\AttributeChecklistSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BaseBlockSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BlockCollectionSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BlockComboSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BlockGroupSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BlockSectionSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\BlockSwitcherSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\CalendarSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\CampaignProgramListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\CategoryCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\CategorySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\CheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ColorPickerSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DateTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DateTimeSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DefinitionListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DelimiterSeparatedCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DictionarySetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\DynamicTableSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntityCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntityRadioSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntitySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntityTaxonomyCategorySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntityTaxonomyCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EntityTaxonomySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\EventTimetableSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\FacilityCategorySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\FacilityTagCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\FileSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\FlagCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\GmapSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\GridGallerySetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\HeadingSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\HiddenSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\HorizontalLineSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageCarouselSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageCropSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageGroupSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ImageUploadSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputAddressSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputAgreementSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputBirthdayAgeSelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputCheckboxSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputDateSelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputEmailSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputNameSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputPhoneSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputRadioSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputSelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputStaticTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputTextareaSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\InputFields\InputZipSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\LinkButtonSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\LinkListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\MovieSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\MultiDateTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\NoticeListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\PasswordSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\PdfFileSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\PhoneSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\PrivilegeCheckListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\RadioSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ResizableImageGroupSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\ResizableImageSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\SelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\SubCategorySelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\SwitchAddressSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TableSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TaxonomySetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TextContentSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TextareaSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TimeFrameDetailSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TimeFrameListSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TimeFrameSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TimeSelectSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\TimeTextSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\VisualEditorSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Setting\YoutubeSetting"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedColorButtonBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedHeadingBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedImageCarouselBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedImageGroupBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedLinkButtonBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AdvancedReserveButtonBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ArrayBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\AttributeChecklistBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BitFlagCheckbox"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BlockCollection"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BlockCombo"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BlockGroup"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BlockSection"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\BlockSwitcher"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\CalendarBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\CampaignProgramListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\CategorySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\CheckboxBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ColorPickerBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DateTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DateTimeBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DefinitionListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DelimiterSeparatedCheckbox"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DictionaryBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\DynamicTableBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntityCheckboxBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntityRadioBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntitySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntityTaxonomyCategorySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntityTaxonomyCheckboxBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EntityTaxonomySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\EventTimetableBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\FacilityCategorySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\FacilityTagCheckboxBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\FileBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\FlagCheckbox"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\GmapBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\GridGalleryBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\HeadingBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\HiddenBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\HorizontalLineBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageCarouselBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageCropBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageGroupBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ImageUploadBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputAddressBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputAgreementBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputBirthdayAgeSelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputCheckboxBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputDateSelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputEmailBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputFieldBaseBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputNameBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputPhoneBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputRadioBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputSelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputStaticTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputTextareaBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\InputFields\InputZipBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\LinkButtonBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\LinkListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\MovieBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\MultiDateTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\NoticeListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\PasswordBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\PdfFileBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\PhoneBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\PrivilegeCheckListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\PublishDateTimeBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\RadioBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ResizableImageBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\ResizableImageGroupBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\SelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\StatusSelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\SubCategorySelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\SwitchAddressBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TableBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TaxonomyBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TextContentBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TextareaBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TimeFrameBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TimeFrameDetailBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TimeFrameListBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TimeSelectBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\TimeTextBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\VisualEditorBlock"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Type\YoutubeBlock"; reason: unused.
  • Removed service "AppBundle\Component\Plugin\PluginManager"; reason: unused.
  • Removed service "AppBundle\Component\SettingParam\ParamLoader"; reason: unused.
  • Removed service "AppBundle\Component\UserAgent"; reason: unused.
  • Removed service "AppBundle\Component\Util\AdminEntityParamCollection"; reason: unused.
  • Removed service "AppBundle\Component\Util\AdminPageParamCollection"; reason: unused.
  • Removed service "AppBundle\Component\Util\ButtonSection"; reason: unused.
  • Removed service "AppBundle\Component\Util\ButtonSectionCollection"; reason: unused.
  • Removed service "AppBundle\Component\Util\FrontPageSetting"; reason: unused.
  • Removed service "AppBundle\Component\Util\Hash"; reason: unused.
  • Removed service "AppBundle\Component\Util\Misc"; reason: unused.
  • Removed service "AppBundle\Component\Util\ParameterCollection"; reason: unused.
  • Removed service "AppBundle\DataFixtures\AppFixtures"; reason: unused.
  • Removed service "AppBundle\DataFixtures\MenuFixtures"; reason: unused.
  • Removed service "AppBundle\DataFixtures\PrefectureFixtures"; reason: unused.
  • Removed service "AppBundle\DataFixtures\PrivilegeFixtures"; reason: unused.
  • Removed service "AppBundle\DependencyInjection\GlobalHelper"; reason: unused.
  • Removed service "AppBundle\DependencyInjection\ImportHelper"; reason: unused.
  • Removed service "AppBundle\Doctrine\Criteria\CommonCriteria"; reason: unused.
  • Removed service "AppBundle\Doctrine\Extensions\Query\Mysql\FromBase64"; reason: unused.
  • Removed service "AppBundle\Doctrine\Extensions\Query\Mysql\ToBase64"; reason: unused.
  • Removed service "AppBundle\Doctrine\Filter\FacilityFilter"; reason: unused.
  • Removed service "AppBundle\Doctrine\Filter\LanguageFilter"; reason: unused.
  • Removed service "AppBundle\Doctrine\Filter\PostTypeFilter"; reason: unused.
  • Removed service "AppBundle\Doctrine\Filter\PublicFilter"; reason: unused.
  • Removed service "AppBundle\Doctrine\Filter\SoftDeleteFilter"; reason: unused.
  • Removed service "AppBundle\Doctrine\Type\EncryptedDateTimeType"; reason: unused.
  • Removed service "AppBundle\Doctrine\Type\EncryptedDateType"; reason: unused.
  • Removed service "AppBundle\Doctrine\Type\EncryptedTextType"; reason: unused.
  • Removed service "AppBundle\Event\Approval\RequestCreatedEvent"; reason: unused.
  • Removed service "AppBundle\Event\Approval\RequestModeratedEvent"; reason: unused.
  • Removed service "AppBundle\Event\BeforeRenderEvent"; reason: unused.
  • Removed service "AppBundle\Event\EntityPostPersistEvent"; reason: unused.
  • Removed service "AppBundle\Event\EntityPrePersistEvent"; reason: unused.
  • Removed service "AppBundle\Event\PageBuilderFormLoadedEvent"; reason: unused.
  • Removed service "AppBundle\Event\PageBuilderInitializedEvent"; reason: unused.
  • Removed service "AppBundle\EventListener\AuthInteractiveLoginHandler"; reason: unused.
  • Removed service "AppBundle\EventListener\EntitySubscriber"; reason: unused.
  • Removed service "AppBundle\EventListener\KernelEventListener"; reason: unused.
  • Removed service "AppBundle\EventListener\MultilingualListener"; reason: unused.
  • Removed service "AppBundle\EventListener\UserListener"; reason: unused.
  • Removed service "AppBundle\Form\Admin\ChangePasswordType"; reason: unused.
  • Removed service "AppBundle\Form\Admin\ProfileType"; reason: unused.
  • Removed service "AppBundle\Form\Admin\RegistrationType"; reason: unused.
  • Removed service "AppBundle\Helper\AdminCommonHelper"; reason: unused.
  • Removed service "AppBundle\Helper\AdminMenuHelper"; reason: unused.
  • Removed service "AppBundle\Helper\AppParamHelper"; reason: unused.
  • Removed service "AppBundle\Helper\AuthHelper"; reason: unused.
  • Removed service "AppBundle\Helper\ConfigHelper"; reason: unused.
  • Removed service "AppBundle\Helper\FileHelper"; reason: unused.
  • Removed service "AppBundle\Helper\GlobalParamHelper"; reason: unused.
  • Removed service "AppBundle\Helper\HtmlHelper"; reason: unused.
  • Removed service "AppBundle\Helper\ImageHelper"; reason: unused.
  • Removed service "AppBundle\Helper\ParamLoaderFactoryHelper"; reason: unused.
  • Removed service "AppBundle\Helper\ScriptLoader"; reason: unused.
  • Removed service "AppBundle\Helper\SettingParamHelper"; reason: unused.
  • Removed service "AppBundle\Helper\StackHelper"; reason: unused.
  • Removed service "AppBundle\Helper\ViewHelper"; reason: unused.
  • Removed service "AppBundle\Mailer\CustomUserMailer"; reason: unused.
  • Removed service "AppBundle\PageForm\Approval\ApprovalRequestForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\BaseForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\FacilityArticleForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\FacilityForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\FacilityMasterForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\MasterArticleForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\MasterForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Base\MasterMasterForm"; reason: unused.
  • Removed service "AppBundle\PageForm\FacilityContactSettingForm"; reason: unused.
  • Removed service "AppBundle\PageForm\FacilityForm"; reason: unused.
  • Removed service "AppBundle\PageForm\ImportForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MasterAreaForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MasterCategoryForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MasterLanguageForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MasterPrefectureForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MasterValueForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Media\CategoryForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Media\ItemForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Media\TagForm"; reason: unused.
  • Removed service "AppBundle\PageForm\MenuForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Param\ParamForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Param\ParamMasterForm"; reason: unused.
  • Removed service "AppBundle\PageForm\Param\SectionForm"; reason: unused.
  • Removed service "AppBundle\PageForm\PluginForm"; reason: unused.
  • Removed service "AppBundle\PageForm\TopMenuForm"; reason: unused.
  • Removed service "AppBundle\PageForm\TopPageForm"; reason: unused.
  • Removed service "AppBundle\PageForm\UserGroupForm"; reason: unused.
  • Removed service "AppBundle\PageForm\UserPrivilegeForm"; reason: unused.
  • Removed service "AppBundle\Service\AppConfig"; reason: unused.
  • Removed service "AppBundle\Service\ApprovalHandlerCollection"; reason: unused.
  • Removed service "AppBundle\Service\ApprovalManager"; reason: unused.
  • Removed service "AppBundle\Service\ContentManager"; reason: unused.
  • Removed service "AppBundle\Service\DeepLTranslator"; reason: unused.
  • Removed service "AppBundle\Service\GlobalParam"; reason: unused.
  • Removed service "AppBundle\Service\ImportManager"; reason: unused.
  • Removed service "AppBundle\Service\MediaItemApprovalHandler"; reason: unused.
  • Removed service "AppBundle\Service\MediaManager"; reason: unused.
  • Removed service "AppBundle\Service\MediaUsageTracker"; reason: unused.
  • Removed service "AppBundle\Service\MobileDetect"; reason: unused.
  • Removed service "AppBundle\Service\PageBuilderFactory"; reason: unused.
  • Removed service "AppBundle\Service\ParamLoaderFactory"; reason: unused.
  • Removed service "AppBundle\Service\ParamManager"; reason: unused.
  • Removed service "AppBundle\Service\RemoteStorageManager"; reason: unused.
  • Removed service "AppBundle\Service\Revision\RevisionManager"; reason: unused.
  • Removed service "AppBundle\Service\SettingParamService"; reason: unused.
  • Removed service "AppBundle\Service\StorageUploader\AmazonS3Uploader"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\AdminUserPassword"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\AdminUserPasswordValidator"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Alpha"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\AlphaDash"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\AlphaNum"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\BlockConfirmed"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Confirmed"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\CustomUnique"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\CustomUniqueValidator"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Date"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\DateRange"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Email"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\EncodeConvertible"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\FacilityUnique"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\FacilityUniqueValidator"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Hiragana"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Katakana"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Numeric"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\PhoneJp"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\ReCaptchaV3"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Time"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\Unique"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\UniqueValidator"; reason: unused.
  • Removed service "AppBundle\Validator\Constraints\ZipJp"; reason: unused.
  • Removed service "app.custom_user_mailer"; reason: unused.
  • Removed service "app.aws_s3.client"; reason: unused.
  • Removed service "app.entity_subscriber"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service "2_ServiceLocator~c8eqzbl"; reason: unused.
  • Removed service "1_NativeFileSessionHandler~c8eqzbl"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.write_check"; reason: unused.
  • Removed service "security.csrf.token_generator"; reason: unused.
  • Removed service "form.extension"; reason: unused.
  • Removed service "form.choice_list_factory.default"; reason: unused.
  • Removed service "form.choice_list_factory.property_access"; reason: unused.
  • Removed service "form.choice_list_factory.cached"; reason: unused.
  • Removed service "form.type_extension.form.request_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets._default_package"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "templating.engine.php.helpers_locator"; reason: unused.
  • Removed service "templating.form.engine"; reason: unused.
  • Removed service "templating.form.renderer"; reason: unused.
  • Removed service "2_ApcCache~azdpqce"; reason: unused.
  • Removed service "1_PhpArrayAdapter~azdpqce"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "validator.validator_factory"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "translator.formatter.default"; reason: unused.
  • Removed service "translation.dumper.yaml"; reason: unused.
  • Removed service "profiler.storage"; reason: unused.
  • Removed service "data_collector.config"; reason: unused.
  • Removed service "data_collector.ajax"; reason: unused.
  • Removed service "data_collector.exception"; reason: unused.
  • Removed service "data_collector.events"; reason: unused.
  • Removed service "data_collector.logger"; reason: unused.
  • Removed service "data_collector.time"; reason: unused.
  • Removed service "data_collector.memory"; reason: unused.
  • Removed service "data_collector.cache"; reason: unused.
  • Removed service "1_ResolvedFormTypeFactory~mk_wlkl"; reason: unused.
  • Removed service "data_collector.validator"; reason: unused.
  • Removed service "cache_connection.gd_mszc"; reason: unused.
  • Removed service "cache_connection.jke6kex"; reason: unused.
  • Removed service "cache.property_access"; reason: unused.
  • Removed service "routing.resolver"; reason: unused.
  • Removed service "routing.loader.xml"; reason: unused.
  • Removed service "routing.loader.yml"; reason: unused.
  • Removed service "routing.loader.php"; reason: unused.
  • Removed service "routing.loader.glob"; reason: unused.
  • Removed service "routing.loader.directory"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "routing.loader.annotation.directory"; reason: unused.
  • Removed service "routing.loader.annotation.file"; reason: unused.
  • Removed service "2_PhpArrayAdapter~wubg.xf"; reason: unused.
  • Removed service "1_ArrayCache~wubg.xf"; reason: unused.
  • Removed service "annotations.dummy_registry"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "1_ServiceLocator~wswufox"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.expression_language"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.digest_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "twig.extension.logout_url"; reason: unused.
  • Removed service "twig.extension.security"; reason: unused.
  • Removed service "data_collector.security"; reason: unused.
  • Removed service "security.firewall.map.config.dev"; reason: unused.
  • Removed service "security.firewall.map.config.admin_master"; reason: unused.
  • Removed service "security.logout_listener.admin_master"; reason: unused.
  • Removed service "security.logout.success_handler.admin_master"; reason: unused.
  • Removed service "security.authentication.success_handler.admin_master.form_login"; reason: unused.
  • Removed service "security.authentication.failure_handler.admin_master.form_login"; reason: unused.
  • Removed service "security.authentication.form_entry_point.admin_master"; reason: unused.
  • Removed service "security.exception_listener.admin_master"; reason: unused.
  • Removed service "security.firewall.map.config.setup_util"; reason: unused.
  • Removed service "security.exception_listener.setup_util"; reason: unused.
  • Removed service "service_locator.8.dbmv4"; reason: unused.
  • Removed service "security.request_matcher.pbyaxk7"; reason: unused.
  • Removed service "security.request_matcher.rii9ag7"; reason: unused.
  • Removed service "security.request_matcher.x9sbqiy"; reason: unused.
  • Removed service "security.request_matcher.qkpunxo"; reason: unused.
  • Removed service "security.request_matcher.cr6rvc2"; reason: unused.
  • Removed service "security.request_matcher.5tpovvu"; reason: unused.
  • Removed service "twig.app_variable"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.profiler"; reason: unused.
  • Removed service "data_collector.twig"; reason: unused.
  • Removed service "twig.extension.trans"; reason: unused.
  • Removed service "twig.extension.assets"; reason: unused.
  • Removed service "twig.extension.code"; reason: unused.
  • Removed service "twig.extension.routing"; reason: unused.
  • Removed service "twig.extension.yaml"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.expression"; reason: unused.
  • Removed service "twig.extension.httpkernel"; reason: unused.
  • Removed service "twig.extension.httpfoundation"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "twig.configurator.environment"; reason: unused.
  • Removed service "twig.runtime_loader"; reason: unused.
  • Removed service "twig.extension.form"; reason: unused.
  • Removed service "twig.form.engine"; reason: unused.
  • Removed service "templating.engine.twig"; 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 "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~calfqxm"; reason: unused.
  • Removed service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~calfqxm"; reason: unused.
  • Removed service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~calfqxm"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.mailinvoker"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "swiftmailer.data_collector"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.authhandler"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.buffer"; reason: unused.
  • Removed service "swiftmailer.transport.configurator.default"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "data_collector.doctrine"; reason: unused.
  • Removed service "doctrine.twig.doctrine_extension"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.configuration"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain.default"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.event_manager"; reason: unused.
  • Removed service "1_ServiceLocator~ldulpxa"; reason: unused.
  • Removed service "doctrine.orm.container_repository_factory"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_configuration"; reason: unused.
  • Removed service "doctrine.orm.default_annotation_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_entity_manager.metadata_factory"; reason: unused.
  • Removed service "doctrine.fixtures.loader"; reason: unused.
  • Removed service "doctrine.fixtures.purger.orm_purger_factory"; reason: unused.
  • Removed service "sensio_framework_extra.converter.doctrine.orm"; reason: unused.
  • Removed service "framework_extra_bundle.date_time_param_converter"; reason: unused.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language.default"; reason: unused.
  • Removed service "sensio_framework_extra.view.guesser"; reason: unused.
  • Removed service "sensio_framework_extra.security.expression_language.default"; reason: unused.
  • Removed service "fos_user.object_manager"; reason: unused.
  • Removed service "fos_user.user_listener"; reason: unused.
  • Removed service "fos_user.validator.initializer"; reason: unused.
  • Removed service "fos_user.user_provider.username"; reason: unused.
  • Removed service "fos_user.mailer.default"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "fos_user.user_to_username_transformer"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem.default"; reason: unused.
  • Removed service "liip_imagine.meta_data.reader"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.twig.extension"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "jms_serializer.event_dispatcher"; reason: unused.
  • Removed service "jms_serializer.metadata.yaml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.xml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.php_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.annotation_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.lazy_loading_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.cache.file_cache"; reason: unused.
  • Removed service "jms_serializer.metadata_factory"; reason: unused.
  • Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.expression_language"; reason: unused.
  • Removed service "jms_serializer.expression_language.function_provider"; reason: unused.
  • Removed service "jms_serializer.twig_extension.serializer"; reason: unused.
  • Removed service "jms_serializer.accessor_strategy.default"; reason: unused.
  • Removed service "twig.extension.dump"; reason: unused.
  • Removed service "var_dumper.html_dumper"; reason: unused.
  • Removed service "2_HtmlDumper~lbtlw55"; reason: unused.
  • Removed service "1_NonceGenerator~lbtlw55"; reason: unused.
  • Removed service "twig.extension.webprofiler"; reason: unused.
  • Removed service "service_locator.xvcldso"; reason: unused.
  • Removed service "service_locator.svq.1yd"; reason: unused.
  • Removed service "service_locator._twvw77"; reason: unused.
  • Removed service "service_locator.yuegvhw"; reason: unused.
  • Removed service "service_locator.fytar8v"; reason: unused.
  • Removed service "service_locator.qwf9wdr"; reason: unused.
  • Removed service "service_locator.td0spk4"; reason: unused.
  • Removed service "service_locator.5hfbzs5"; reason: unused.
  • Removed service "service_locator.jdequhi"; reason: unused.
  • Removed service "service_locator.efsuzmt"; reason: unused.
  • Removed service "service_locator.bj7hw_c"; reason: unused.
  • Removed service "service_locator.kvlpug4"; reason: unused.
  • Removed service "service_locator.d3izobt"; reason: unused.
  • Removed service "service_locator.nmbyzoh"; reason: unused.
  • Removed service "service_locator.ecmmr9i"; reason: unused.
  • Removed service "service_locator.hkupseh"; reason: unused.
  • Removed service "service_locator.oxr2tup"; reason: unused.
  • Removed service "service_locator.zxaqcfc"; reason: unused.
  • Removed service "service_locator.ryhwquh"; reason: unused.
  • Removed service "service_locator.tgdgao7"; reason: unused.
  • Removed service "service_locator.rpj7qwl"; reason: unused.
  • Removed service "service_locator.23f6rqo"; reason: unused.
  • Removed service "service_locator.dp0ybuo"; reason: unused.
  • Removed service "service_locator.hy5xvxw"; reason: unused.
  • Removed service "service_locator.riko.ci"; reason: unused.
  • Removed service "service_locator.yepb.pt"; reason: unused.
  • Removed service "service_locator.o0cobhk"; reason: unused.
  • Removed service "service_locator.qftmwup"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service "service_locator.c5t9eeg"; reason: unused.
  • Removed service "service_locator.sr6ctxe"; reason: unused.
  • Removed service "doctrine.dbal.default_schema_asset_filter_manager"; reason: unused.
  • Removed service "service_locator.s.m3yzc"; reason: unused.
  • Removed service "service_locator.s.m3yzc.translation.warmer"; reason: unused.
  • Removed service "service_locator.lluwcxp"; reason: unused.
  • Removed service "service_locator.lluwcxp.router.cache_warmer"; reason: unused.
  • Removed service "service_locator.c7_qahl"; reason: unused.
  • Removed service "service_locator.c7_qahl.twig.cache_warmer"; reason: unused.
  • Removed service "service_locator.2m3e4be"; reason: unused.
  • Removed service "service_locator.2m3e4be.twig.template_cache_warmer"; reason: unused.
  • Removed service "debug.validator.inner"; reason: unused.
  • Removed service "debug.event_dispatcher.inner"; reason: unused.
  • Removed service "debug.controller_resolver.inner"; reason: unused.
  • Removed service "debug.argument_resolver.inner"; reason: unused.
  • Removed service "debug.security.access.decision_manager.inner"; reason: unused.
  • Removed service "autowired.AppBundle\Entity\Approval\ApprovalRequest"; reason: unused.
  • Removed service "service_locator.awtor3q"; reason: unused.
  • Removed service "cache.app.recorder_inner"; reason: unused.
  • Removed service "cache.system.recorder_inner"; reason: unused.
  • Removed service "cache.validator.recorder_inner"; reason: unused.
  • Removed service "cache.serializer.recorder_inner"; reason: unused.
  • Removed service "cache.annotations.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.metadata.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.result.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.query.recorder_inner"; reason: unused.
  • Removed service "service_locator.sng9lji"; reason: unused.
  • Removed service "service_locator.orfjtul"; reason: unused.
  • Removed service "service_locator.lh2nfxp"; reason: unused.
  • Removed service "AppBundle\Component\PageBuilder\Form\Form"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "routing.loader.annotation"; reason: unused.
  • Removed service "jms_serializer.metadata.file_locator"; reason: unused.
  • Removed service "jms_serializer.metadata.chain_driver"; reason: unused.
584
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "fos_user.requires_swift" was defined on service(s) "fos_user.mailer", but was never used.
1