https://api.stage.jukieurope.com/kontakt Return to referer URL

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"hitso_tickets_front_index"
.
[
  "route" => "hitso_tickets_front_index"
  "route_parameters" => [
    "_route" => "hitso_tickets_front_index"
    "_controller" => "HitsoTicketsBundle:Front/Ticket:index"
    "_locale" => "pl"
  ]
  "request_uri" => "https://api.stage.jukieurope.com/kontakt"
  "method" => "POST"
]
INFO security Populated the TokenStorage with an anonymous Token.
CRITICAL request Uncaught PHP Exception Swift_RfcComplianceException: "Address in mailbox given [] does not comply with RFC 2822, 3.6.2." at /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php line 355
[
  "exception" => Swift_RfcComplianceException {#4168
    #message: "Address in mailbox given [] does not comply with RFC 2822, 3.6.2."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php"
    #line: 355
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:355 {
        Swift_Mime_Headers_MailboxHeader->assertValidAddress($address) …
        › if (!$this->emailValidator->isValid($address, new RFCValidation())) {    throw new Swift_RfcComplianceException('Address in mailbox given ['.$address.'] does not comply with RFC 2822, 3.6.2.');}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:272 {
        Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(array $mailboxes) …
        › }$this->assertValidAddress($address);$actualMailboxes[$address] = $name;
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:117 {
        Swift_Mime_Headers_MailboxHeader->setNameAddresses($mailboxes) …
        › {    $this->mailboxes = $this->normalizeMailboxes((array) $mailboxes);    $this->setCachedValue(null); //Clear any cached value
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:74 {
        Swift_Mime_Headers_MailboxHeader->setFieldBodyModel($model) …
        › {    $this->setNameAddresses($model);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:600 {
        Swift_Mime_SimpleMimeEntity->setHeaderFieldModel($field, $model) …
        › if ($this->headers->has($field)) {    $this->headers->get($field)->setFieldBodyModel($model);}
      /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:213 {
        Swift_Mime_SimpleMessage->setFrom($addresses, $name = null) …
        › 
        › if (!$this->setHeaderFieldModel('From', (array) $addresses)) {    $this->getHeaders()->addMailboxHeader('From', (array) $addresses);
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelper.php:101 {
        Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper->createMessage(): Swift_Message …
        › $message = new Message();$message->setFrom($this->configurator->getParameter('from_email'));$message->setTo($this->options['recipient']);
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelper.php:79 {
        Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper->sendEmail(array $options): int …
        › $mailer  = $this->createMailer();$message = $this->createMessage();}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/EventListener/TicketSubscriber.php:41 {
        Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber->onTicketCreate(EntityEvent $event) …
        › 'parameters' => [    'ticket' => $ticket,],
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:251 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
        ›     $event     = new EntityEvent($entity);    $this->eventDispatcher->dispatch($eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:138 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->createResource(EntityInterface $entity, bool $flush = true, User $user = null, $isGranted = true): void …
        › 
        › $this->dispatchEvent(self::POST_ENTITY_CREATE_EVENT, $entity);$this->dispatchEvent(self::POST_ENTITY_SAVE_EVENT, $entity);
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:49 {
        Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
        › $ticket->setStatus($status);$this->contactManager->createResource($ticket);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:355 {
    Swift_Mime_Headers_MailboxHeader->assertValidAddress($address) …
    › if (!$this->emailValidator->isValid($address, new RFCValidation())) {    throw new Swift_RfcComplianceException('Address in mailbox given ['.$address.'] does not comply with RFC 2822, 3.6.2.');}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:272 {
    Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(array $mailboxes) …
    › }$this->assertValidAddress($address);$actualMailboxes[$address] = $name;
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:117 {
    Swift_Mime_Headers_MailboxHeader->setNameAddresses($mailboxes) …
    › {    $this->mailboxes = $this->normalizeMailboxes((array) $mailboxes);    $this->setCachedValue(null); //Clear any cached value
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:74 {
    Swift_Mime_Headers_MailboxHeader->setFieldBodyModel($model) …
    › {    $this->setNameAddresses($model);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:600 {
    Swift_Mime_SimpleMimeEntity->setHeaderFieldModel($field, $model) …
    › if ($this->headers->has($field)) {    $this->headers->get($field)->setFieldBodyModel($model);}
  /var/www/stage.jukieurope.com/releases/77/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:213 {
    Swift_Mime_SimpleMessage->setFrom($addresses, $name = null) …
    › 
    › if (!$this->setHeaderFieldModel('From', (array) $addresses)) {    $this->getHeaders()->addMailboxHeader('From', (array) $addresses);
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelper.php:101 {
    Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper->createMessage(): Swift_Message …
    › $message = new Message();$message->setFrom($this->configurator->getParameter('from_email'));$message->setTo($this->options['recipient']);
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Helper/Mailer/MailerHelper.php:79 {
    Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper->sendEmail(array $options): int …
    › $mailer  = $this->createMailer();$message = $this->createMessage();}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/EventListener/TicketSubscriber.php:41 {
    Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber->onTicketCreate(EntityEvent $event) …
    › 'parameters' => [    'ticket' => $ticket,],
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:251 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
    ›     $event     = new EntityEvent($entity);    $this->eventDispatcher->dispatch($eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:138 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->createResource(EntityInterface $entity, bool $flush = true, User $user = null, $isGranted = true): void …
    › 
    › $this->dispatchEvent(self::POST_ENTITY_CREATE_EVENT, $entity);$this->dispatchEvent(self::POST_ENTITY_SAVE_EVENT, $entity);
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:49 {
    Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
    › $ticket->setStatus($status);$this->contactManager->createResource($ticket);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 635

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
php User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead.
[
  "exception" => ErrorException {#1975
    #message: "User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:18 {
        include_once …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', MimeTypeGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:981 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:18 {
    include_once …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', MimeTypeGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:981 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead.
[
  "exception" => ErrorException {#1974
    #message: "User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:16 {
        include_once …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', ExtensionGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:983 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:16 {
    include_once …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', ExtensionGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:983 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#1973
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        include_once …
        › 
        › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:989 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';include_once \dirname(__DIR__, 4).'/vendor/liip/theme-bundle/Locator/TemplateLocator.php';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
    include_once …
    › 
    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:989 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';include_once \dirname(__DIR__, 4).'/vendor/liip/theme-bundle/Locator/TemplateLocator.php';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => ErrorException {#1639
    #message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php"
    #line: 53
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
        Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8026 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $g = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/goksagun/scheduler-bundle/Entity')]);$h = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Resources/config/doctrine') => 'Anyx\\LoginGateBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/AdminBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\AdminBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/CommonBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CommonBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CatalogBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/FileManagerBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\FileManagerBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/RoutingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\RoutingBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/ContentBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ContentBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SeoBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SeoBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/BlocksBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\BlocksBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/NavigationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NavigationBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/NewsletterBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NewsletterBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SectionBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SectionBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TicketsBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TicketsBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TranslationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TranslationBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/QABundle/Resources/config/doctrine') => 'Hitso\\Bundle\\QABundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ProbeBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SearchBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SearchBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TaggingBundle\\Entity', (\dirname(__DIR__, 4).'/src/Juki/Bundle/AppBundle/Resources/config/doctrine') => 'Juki\\Bundle\\AppBundle\\Entity']);$h->setGlobalBasename('mapping');
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:20431 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSiteIdFilterConfiguratorService() …
        › {    return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8357 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] ?? $this->getSiteIdFilterConfiguratorService());}, 1 => 'onKernelRequest'], 512);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
    Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8026 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $g = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/goksagun/scheduler-bundle/Entity')]);$h = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Resources/config/doctrine') => 'Anyx\\LoginGateBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/AdminBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\AdminBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/CommonBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CommonBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/CatalogBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\CatalogBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/FileManagerBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\FileManagerBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/RoutingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\RoutingBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/ContentBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ContentBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SeoBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SeoBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/BlocksBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\BlocksBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/NavigationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NavigationBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/NewsletterBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\NewsletterBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SectionBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SectionBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TicketsBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TicketsBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TranslationBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TranslationBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/QABundle/Resources/config/doctrine') => 'Hitso\\Bundle\\QABundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/ProbeBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\ProbeBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/SearchBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\SearchBundle\\Entity', (\dirname(__DIR__, 4).'/src/Hitso/Bundle/TaggingBundle/Resources/config/doctrine') => 'Hitso\\Bundle\\TaggingBundle\\Entity', (\dirname(__DIR__, 4).'/src/Juki/Bundle/AppBundle/Resources/config/doctrine') => 'Juki\\Bundle\\AppBundle\\Entity']);$h->setGlobalBasename('mapping');
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:20431 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSiteIdFilterConfiguratorService() …
    › {    return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8357 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] ?? $this->getSiteIdFilterConfiguratorService());}, 1 => 'onKernelRequest'], 512);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#1630
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8065 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Hitso\\Bundle\\CommonBundle\\Doctrine\\Repository\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:20431 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSiteIdFilterConfiguratorService() …
        › {    return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8357 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] ?? $this->getSiteIdFilterConfiguratorService());}, 1 => 'onKernelRequest'], 512);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8065 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Hitso\\Bundle\\CommonBundle\\Doctrine\\Repository\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:20431 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSiteIdFilterConfiguratorService() …
    › {    return $this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] = new \Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\MultiSite\\SiteContext'] ?? $this->getSiteContextService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8357 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Hitso\\Bundle\\MultiSiteBundle\\EventListener\\SiteIdFilterConfigurator'] ?? $this->getSiteIdFilterConfiguratorService());}, 1 => 'onKernelRequest'], 512);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Referencing controllers with HitsoTicketsBundle:Front/Ticket:index is deprecated since Symfony 4.1, use "Hitso\Bundle\TicketsBundle\Controller\Front\TicketController::indexAction" instead.
[
  "exception" => ErrorException {#1198
    #message: "User Deprecated: Referencing controllers with HitsoTicketsBundle:Front/Ticket:index is deprecated since Symfony 4.1, use "Hitso\Bundle\TicketsBundle\Controller\Front\TicketController::indexAction" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php"
    #line: 62
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php:62 {
        Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber->__call(string $method, array $args) …
        › 
        ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $controller, $parsedNotation), \E_USER_DEPRECATED);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php:46 {
        Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber->resolveControllerName(...$args) …
        › {    $this->onKernelRequest(...$args);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php:62 {
    Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber->__call(string $method, array $args) …
    › 
    ›     @trigger_error(sprintf('Referencing controllers with %s is deprecated since Symfony 4.1, use "%s" instead.', $controller, $parsedNotation), \E_USER_DEPRECATED);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php:46 {
    Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber->resolveControllerName(...$args) …
    › {    $this->onKernelRequest(...$args);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#1139
    #message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php"
    #line: 28707
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28707 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_NameParserService() …
        › {    @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10631 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › {    $a = new \Liip\ThemeBundle\Twig\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28707 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_NameParserService() …
    › {    @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10631 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › {    $a = new \Liip\ThemeBundle\Twig\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#1143
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28709 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_NameParserService() …
        › 
        ›     return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10631 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › {    $a = new \Liip\ThemeBundle\Twig\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28709 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_NameParserService() …
    › 
    ›     return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10631 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › {    $a = new \Liip\ThemeBundle\Twig\Loader\FilesystemLoader(($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#1041
    #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php"
    #line: 10596
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10596 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › {    @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10596 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › {    @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#1046
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10598 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10598 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#1040
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/EngineInterface.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
        spl_autoload_call($class_name) …
        ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10598 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
    spl_autoload_call($class_name) …
    ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10598 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => ErrorException {#1044
    #message: "User Deprecated: The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php"
    #line: 28687
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28687 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › {    @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28687 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › {    @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#1042
    #message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28695 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › 
        ›     return $this->privates['templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28695 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › 
    ›     return $this->privates['templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#1045
    #message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php:31 {
        spl_autoload_call($class_name) …
        ›  */class TwigEngine extends BaseEngine implements EngineInterface{
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28695 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › 
        ›     return $this->privates['templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
        › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › 
        › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:28695 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › 
    ›     return $this->privates['templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['liip_theme.templating_locator'] ?? $this->getLiipTheme_TemplatingLocatorService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10600 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $a = ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19024 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTemplatingHelperService() …
    › }$b = ($this->services['templating'] ?? $this->getTemplatingService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10735 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › 
    › $r = ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Templating\\TemplatingHelper'] ?? $this->getTemplatingHelperService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\FileBinaryMimeTypeGuesser" instead.
[
  "exception" => ErrorException {#1010
    #message: "User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\FileBinaryMimeTypeGuesser" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php:18 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', FileBinaryMimeTypeGuesser::class, NewFileBinaryMimeTypeGuesser::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:86 {
        Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser->__construct() …
        › {    $this->register(new FileBinaryMimeTypeGuesser());    $this->register(new FileinfoMimeTypeGuesser());
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:67 {
        Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance() …
        › if (null === self::$instance) {    self::$instance = new self();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26511 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_MimeTypeGuesserService() …
        › {    return $this->privates['liip_imagine.mime_type_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26380 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Binary_MimeTypeGuesserService() …
        › {    return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
        › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
        › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
        › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php:18 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', FileBinaryMimeTypeGuesser::class, NewFileBinaryMimeTypeGuesser::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:86 {
    Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser->__construct() …
    › {    $this->register(new FileBinaryMimeTypeGuesser());    $this->register(new FileinfoMimeTypeGuesser());
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:67 {
    Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance() …
    › if (null === self::$instance) {    self::$instance = new self();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26511 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_MimeTypeGuesserService() …
    › {    return $this->privates['liip_imagine.mime_type_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26380 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Binary_MimeTypeGuesserService() …
    › {    return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
    › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
    › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
    › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\FileinfoMimeTypeGuesser" instead.
[
  "exception" => ErrorException {#1008
    #message: "User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\FileinfoMimeTypeGuesser" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php:18 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', FileinfoMimeTypeGuesser::class, NewFileinfoMimeTypeGuesser::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:87 {
        Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser->__construct() …
        ›     $this->register(new FileBinaryMimeTypeGuesser());    $this->register(new FileinfoMimeTypeGuesser());}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:67 {
        Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance() …
        › if (null === self::$instance) {    self::$instance = new self();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26511 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_MimeTypeGuesserService() …
        › {    return $this->privates['liip_imagine.mime_type_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26380 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Binary_MimeTypeGuesserService() …
        › {    return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
        › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
        › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
        › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php:18 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', FileinfoMimeTypeGuesser::class, NewFileinfoMimeTypeGuesser::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:87 {
    Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser->__construct() …
    ›     $this->register(new FileBinaryMimeTypeGuesser());    $this->register(new FileinfoMimeTypeGuesser());}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php:67 {
    Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance() …
    › if (null === self::$instance) {    self::$instance = new self();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26511 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_MimeTypeGuesserService() …
    › {    return $this->privates['liip_imagine.mime_type_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser::getInstance();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26380 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Binary_MimeTypeGuesserService() …
    › {    return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(($this->privates['liip_imagine.mime_type_guesser'] ?? $this->getLiipImagine_MimeTypeGuesserService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
    › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
    › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
    › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead.
[
  "exception" => ErrorException {#1005
    #message: "User Deprecated: The "Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser" class is deprecated since Symfony 4.3, use "Symfony\Component\Mime\MimeTypes" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php:16 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', MimeTypeExtensionGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:67 {
        Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser->__construct() …
        › {    $this->register(new MimeTypeExtensionGuesser());}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:56 {
        Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser::getInstance() …
        › if (null === self::$instance) {    self::$instance = new self();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26427 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_ExtensionGuesserService() …
        › {    return $this->privates['liip_imagine.extension_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser::getInstance();}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
        › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
        › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
        › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php:16 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "%s" instead.', MimeTypeExtensionGuesser::class, MimeTypes::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:67 {
    Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser->__construct() …
    › {    $this->register(new MimeTypeExtensionGuesser());}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php:56 {
    Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser::getInstance() …
    › if (null === self::$instance) {    self::$instance = new self();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26427 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_ExtensionGuesserService() …
    › {    return $this->privates['liip_imagine.extension_guesser'] = \Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser::getInstance();}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26406 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Data_ManagerService() …
    › {    $this->privates['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), ($this->privates['liip_imagine.extension_guesser'] ?? $this->getLiipImagine_ExtensionGuesserService()), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()));}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9717 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_Resolver_FmCacheResolverService() …
    › {    return $this->services['liip_imagine.cache.resolver.fm_cache_resolver'] = new \Hitso\Bundle\FileManagerBundle\Imagine\Cache\Resolver\FMPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->privates['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:26393 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getLiipImagine_Cache_ManagerService() …
    › $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));$instance->addResolver('fm_cache_resolver', ($this->services['liip_imagine.cache.resolver.fm_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_FmCacheResolverService()));$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10780 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › }, 2)), $h, $i), $i, $h));$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->privates['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead
[
  "exception" => ErrorException {#935
    #message: "User Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead"
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/doctrine/doctrine-bundle/Registry.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/doctrine-bundle/Registry.php:57 {
        Doctrine\Bundle\DoctrineBundle\Registry->getEntityManager($name = null) …
        › {    @trigger_error('getEntityManager is deprecated since Symfony 2.1. Use getManager instead', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Repository/ChangeLogRepository.php:34 {
        Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository->__construct(RegistryInterface $registry, string $className = '…42') …
        › {    parent::__construct($registry->getEntityManager(), $registry->getEntityManager()->getClassMetadata($className));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19125 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getChangeLogRepositoryService() …
        › {    return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] = new \Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19110 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › 
        › $this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] = $instance = new \Hitso\Bundle\CommonBundle\Media\UrlGenerator(($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), $a, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension'] ?? $this->getFileManagerExtensionService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] ?? $this->getFileRepositoryService()));}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10787 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
        › $instance->addExtension(new \Hitso\Bundle\SeoBundle\Twig\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));$instance->addExtension(new \Symfony\Cmf\Bundle\SeoBundle\Twig\Extension\CmfSeoExtension(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService())));$instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
        › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
        › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
        › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/doctrine-bundle/Registry.php:57 {
    Doctrine\Bundle\DoctrineBundle\Registry->getEntityManager($name = null) …
    › {    @trigger_error('getEntityManager is deprecated since Symfony 2.1. Use getManager instead', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Repository/ChangeLogRepository.php:34 {
    Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository->__construct(RegistryInterface $registry, string $className = '…42') …
    › {    parent::__construct($registry->getEntityManager(), $registry->getEntityManager()->getClassMetadata($className));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19125 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getChangeLogRepositoryService() …
    › {    return $this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] = new \Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19110 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › 
    › $this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] = $instance = new \Hitso\Bundle\CommonBundle\Media\UrlGenerator(($this->services['Hitso\\Bundle\\FileManagerBundle\\Service\\LoggableReverter\\FileLoggableReverter'] ?? $this->getFileLoggableReverterService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService()), $a, ($this->services['Hitso\\Bundle\\FileManagerBundle\\Twig\\FileManagerExtension'] ?? $this->getFileManagerExtensionService()), ($this->services['Hitso\\Bundle\\FileManagerBundle\\Repository\\FileRepository'] ?? $this->getFileRepositoryService()));}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10787 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwigService() …
    › $instance->addExtension(new \Hitso\Bundle\SeoBundle\Twig\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));$instance->addExtension(new \Symfony\Cmf\Bundle\SeoBundle\Twig\Extension\CmfSeoExtension(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService())));$instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19274 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getAppExtensionService() …
    › {    $a = ($this->services['twig'] ?? $this->getTwigService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:19104 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getUrlGeneratorService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Twig\\AppExtension'] ?? $this->getAppExtensionService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:23534 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getCmfSeo_PresentationService() …
    › {    $a = ($this->privates['Hitso\\Bundle\\CommonBundle\\Media\\UrlGenerator'] ?? $this->getUrlGeneratorService());}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:21297 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getSeoAwareSubscriberService() …
    › {    return $this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] = new \Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber(($this->privates['cmf_seo.presentation'] ?? $this->getCmfSeo_PresentationService()), ($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), ($this->privates['Hitso\\Bundle\\SeoBundle\\Repository\\SeoPageRepository'] ?? $this->getSeoPageRepositoryService()), ($this->privates['Hitso\\Bundle\\CommonBundle\\Helper\\Router\\RouterHelper'] ?? $this->getRouterHelperService()));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8705 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['Hitso\\Bundle\\SeoBundle\\EventListener\\SeoAwareSubscriber'] ?? $this->getSeoAwareSubscriberService());}, 1 => 'onKernelController'], 1);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (4 times) User Deprecated: The "Doctrine\Common\Inflector\Inflector::tableize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => ErrorException {#2027
    #message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::tableize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    #line: 80
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:80 {
        Doctrine\Common\Inflector\Inflector::tableize(string $word): string …
        › {    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:269 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->getEventName(EntityInterface $entity, $name): string …
        › 
        ›     return sprintf('%s.%s', Inflector::tableize($eventResourceName), $name);}
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:249 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
        › {    $eventName = $this->getEventName($entity, $name);    $event     = new EntityEvent($entity);
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:236 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->initResource(): EntityInterface …
        › $entity = new $class();$this->dispatchEvent(self::POST_ENTITY_INIT_EVENT, $entity);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:40 {
        Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
        › /** @var Ticket $ticket */$ticket = $this->contactManager->initResource();$form   = $this->contactManager->initForm($ticket);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:80 {
    Doctrine\Common\Inflector\Inflector::tableize(string $word): string …
    › {    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:269 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->getEventName(EntityInterface $entity, $name): string …
    › 
    ›     return sprintf('%s.%s', Inflector::tableize($eventResourceName), $name);}
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:249 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
    › {    $eventName = $this->getEventName($entity, $name);    $event     = new EntityEvent($entity);
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:236 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->initResource(): EntityInterface …
    › $entity = new $class();$this->dispatchEvent(self::POST_ENTITY_INIT_EVENT, $entity);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:40 {
    Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
    › /** @var Ticket $ticket */$ticket = $this->contactManager->initResource();$form   = $this->contactManager->initForm($ticket);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (4 times) User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.
[
  "exception" => ErrorException {#2667
    #message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    #line: 148
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:251 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
        ›     $event     = new EntityEvent($entity);    $this->eventDispatcher->dispatch($eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:236 {
        Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->initResource(): EntityInterface …
        › $entity = new $class();$this->dispatchEvent(self::POST_ENTITY_INIT_EVENT, $entity);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:40 {
        Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
        › /** @var Ticket $ticket */$ticket = $this->contactManager->initResource();$form   = $this->contactManager->initForm($ticket);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:251 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->dispatchEvent(string $name, EntityInterface $entity): void …
    ›     $event     = new EntityEvent($entity);    $this->eventDispatcher->dispatch($eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Doctrine/Manager/AbstractManager.php:236 {
    Hitso\Bundle\CommonBundle\Doctrine\Manager\AbstractManager->initResource(): EntityInterface …
    › $entity = new $class();$this->dispatchEvent(self::POST_ENTITY_INIT_EVENT, $entity);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:40 {
    Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
    › /** @var Ticket $ticket */$ticket = $this->contactManager->initResource();$form   = $this->contactManager->initForm($ticket);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (15 times) User Deprecated: Injecting an instance of "Doctrine\Persistence\Mapping\ClassMetadataFactory" in "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor" is deprecated since Symfony 4.2, inject an instance of "Doctrine\ORM\EntityManagerInterface" instead.
[
  "exception" => ErrorException {#3513
    #message: "User Deprecated: Injecting an instance of "Doctrine\Persistence\Mapping\ClassMetadataFactory" in "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor" is deprecated since Symfony 4.2, inject an instance of "Doctrine\ORM\EntityManagerInterface" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php"
    #line: 47
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php:47 {
        Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor->__construct($entityManager) …
        › } elseif ($entityManager instanceof ClassMetadataFactory) {    @trigger_error(sprintf('Injecting an instance of "%s" in "%s" is deprecated since Symfony 4.2, inject an instance of "%s" instead.', ClassMetadataFactory::class, __CLASS__, EntityManagerInterface::class), \E_USER_DEPRECATED);    $this->classMetadataFactory = $entityManager;
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Serializer/Extractor/EntityExtractor.php:45 {
        Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor->getTypes($class, $property, array $context = []): ?array …
        › {    $doctrineExtractor   = new DoctrineExtractor($this->entityManager->getMetadataFactory());    $reflectionExtractor = new ReflectionExtractor();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/property-info/PropertyInfoExtractor.php:109 {
        Symfony\Component\PropertyInfo\PropertyInfoExtractor->extract(iterable $extractors, string $method, array $arguments) …
        › foreach ($extractors as $extractor) {    if (null !== $value = $extractor->{$method}(...$arguments)) {        return $value;
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/property-info/PropertyInfoExtractor.php:74 {
        Symfony\Component\PropertyInfo\PropertyInfoExtractor->getTypes($class, $property, array $context = []): ?array …
        › {    return $this->extract($this->typeExtractors, 'getTypes', [$class, $property, $context]);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php:68 {
        Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader->loadClassMetadata(ClassMetadata $metadata): bool …
        › 
        › $types = $this->typeExtractor->getTypes($className, $property);if (null === $types) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:54 {
        Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata) …
        › foreach ($this->loaders as $loader) {    $success = $loader->loadClassMetadata($metadata) || $success;}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:124 {
        Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor($value) …
        › if (null !== $this->loader) {    $this->loader->loadClassMetadata($metadata);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:308 {
        Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateObject($object, string $propertyPath, array $groups, int $traversalStrategy, ExecutionContextInterface $context) …
        › try {    $classMetadata = $this->metadataFactory->getMetadataFor($object);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:138 {
        Symfony\Component\Validator\Validator\RecursiveContextualValidator->validate($value, $constraints = null, $groups = null) …
        ›     TraversalStrategy::IMPLICIT,    $this->context);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveValidator.php:93 {
        Symfony\Component\Validator\Validator\RecursiveValidator->validate($value, $constraints = null, $groups = null) …
        › return $this->startContext($value)    ->validate($value, $constraints, $groups)    ->getViolations();
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/TraceableValidator.php:66 {
        Symfony\Component\Validator\Validator\TraceableValidator->validate($value, $constraints = null, $groups = null) …
        › {    $violations = $this->validator->validate($value, $constraints, $groups);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Extension/Validator/EventListener/ValidationListener.php:50 {
        Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener->validateForm(FormEvent $event) …
        › // Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {    // Allow the "invalid" constraint to be put onto
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:44 {
        Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch($event) …
        › 
        ›     return $this->dispatcher->dispatch($event, $eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Form.php:682 {
        Symfony\Component\Form\Form->submit($submittedData, $clearMissing = true) …
        ›     $event = new PostSubmitEvent($this, $viewData);    $dispatcher->dispatch($event, FormEvents::POST_SUBMIT);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:109 {
        Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, $request = null) …
        › 
        ›     $form->submit($data, 'PATCH' !== $method);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Form.php:504 {
        Symfony\Component\Form\Form->handleRequest($request = null) …
        › {    $this->config->getRequestHandler()->handleRequest($this, $request);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:43 {
        Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
        › 
        › $form->handleRequest($request);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php:47 {
    Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor->__construct($entityManager) …
    › } elseif ($entityManager instanceof ClassMetadataFactory) {    @trigger_error(sprintf('Injecting an instance of "%s" in "%s" is deprecated since Symfony 4.2, inject an instance of "%s" instead.', ClassMetadataFactory::class, __CLASS__, EntityManagerInterface::class), \E_USER_DEPRECATED);    $this->classMetadataFactory = $entityManager;
  }
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/Serializer/Extractor/EntityExtractor.php:45 {
    Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor->getTypes($class, $property, array $context = []): ?array …
    › {    $doctrineExtractor   = new DoctrineExtractor($this->entityManager->getMetadataFactory());    $reflectionExtractor = new ReflectionExtractor();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/property-info/PropertyInfoExtractor.php:109 {
    Symfony\Component\PropertyInfo\PropertyInfoExtractor->extract(iterable $extractors, string $method, array $arguments) …
    › foreach ($extractors as $extractor) {    if (null !== $value = $extractor->{$method}(...$arguments)) {        return $value;
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/property-info/PropertyInfoExtractor.php:74 {
    Symfony\Component\PropertyInfo\PropertyInfoExtractor->getTypes($class, $property, array $context = []): ?array …
    › {    return $this->extract($this->typeExtractors, 'getTypes', [$class, $property, $context]);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php:68 {
    Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader->loadClassMetadata(ClassMetadata $metadata): bool …
    › 
    › $types = $this->typeExtractor->getTypes($className, $property);if (null === $types) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:54 {
    Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata) …
    › foreach ($this->loaders as $loader) {    $success = $loader->loadClassMetadata($metadata) || $success;}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:124 {
    Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor($value) …
    › if (null !== $this->loader) {    $this->loader->loadClassMetadata($metadata);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:308 {
    Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateObject($object, string $propertyPath, array $groups, int $traversalStrategy, ExecutionContextInterface $context) …
    › try {    $classMetadata = $this->metadataFactory->getMetadataFor($object);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:138 {
    Symfony\Component\Validator\Validator\RecursiveContextualValidator->validate($value, $constraints = null, $groups = null) …
    ›     TraversalStrategy::IMPLICIT,    $this->context);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/RecursiveValidator.php:93 {
    Symfony\Component\Validator\Validator\RecursiveValidator->validate($value, $constraints = null, $groups = null) …
    › return $this->startContext($value)    ->validate($value, $constraints, $groups)    ->getViolations();
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/validator/Validator/TraceableValidator.php:66 {
    Symfony\Component\Validator\Validator\TraceableValidator->validate($value, $constraints = null, $groups = null) …
    › {    $violations = $this->validator->validate($value, $constraints, $groups);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Extension/Validator/EventListener/ValidationListener.php:50 {
    Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener->validateForm(FormEvent $event) …
    › // Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {    // Allow the "invalid" constraint to be put onto
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:44 {
    Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch($event) …
    › 
    ›     return $this->dispatcher->dispatch($event, $eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Form.php:682 {
    Symfony\Component\Form\Form->submit($submittedData, $clearMissing = true) …
    ›     $event = new PostSubmitEvent($this, $viewData);    $dispatcher->dispatch($event, FormEvents::POST_SUBMIT);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:109 {
    Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, $request = null) …
    › 
    ›     $form->submit($data, 'PATCH' !== $method);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/form/Form.php:504 {
    Symfony\Component\Form\Form->handleRequest($request = null) …
    › {    $this->config->getRequestHandler()->handleRequest($this, $request);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/TicketsBundle/Controller/Front/TicketController.php:43 {
    Hitso\Bundle\TicketsBundle\Controller\Front\TicketController->indexAction(Breadcrumbs $breadcrumbs, Request $request): Response …
    › 
    › $form->handleRequest($request);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#4210
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php"
    #line: 29070
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:29070 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
        › {    @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8474 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:29070 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
    › {    @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8474 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#4211
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:29072 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
        › 
        ›     return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8474 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:29072 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
    › 
    ›     return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8474 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->ContainerNxclys6\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (5 times) User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
[
  "exception" => ErrorException {#4259
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
        Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
        › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/AdminBundle/EventListener/AccessDeniedListener.php:60 {
        Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener->onException(GetResponseForExceptionEvent $e) …
        › {    if (!($e->getException() instanceof AccessDeniedHttpException)) {        return;
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
    › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/AdminBundle/EventListener/AccessDeniedListener.php:60 {
    Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener->onException(GetResponseForExceptionEvent $e) …
    › {    if (!($e->getException() instanceof AccessDeniedHttpException)) {        return;
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#4395
    #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php"
    #line: 10847
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10847 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:141 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // 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()));
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10847 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › {    @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:141 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // 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()));
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
[
  "exception" => ErrorException {#4396
    #message: "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10849 {
        ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
        › 
        ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:141 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // 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()));
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:10849 {
    ContainerNxclys6\BundleHitso_Bundle_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
    › 
    ›     return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:122 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:141 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // 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()));
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1).
[
  "exception" => ErrorException {#4481
    #message: "User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/d1/d1ed3726df1daa60a426ea794aceccb0e8de4fa9ce85b2c77cfa0df794f908fd.php"
    #line: 52
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/d1/d1ed3726df1daa60a426ea794aceccb0e8de4fa9ce85b2c77cfa0df794f908fd.php:52 {
        __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
        › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED);// line 2
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
        __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/d1/d1ed3726df1daa60a426ea794aceccb0e8de4fa9ce85b2c77cfa0df794f908fd.php:52 {
    __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
    › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED);// line 2
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
    __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1).
[
  "exception" => ErrorException {#4503
    #message: "User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1)."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/3b/3b2b1494421f9c234f8e5349cfad1b7c557622aca3bb9be181ee1fd25edf051a.php"
    #line: 47
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/3b/3b2b1494421f9c234f8e5349cfad1b7c557622aca3bb9be181ee1fd25edf051a.php:47 {
        __TwigTemplate_0b0ea7d4390ab17a1494116cd4640f6bb4a520fce2b1c1888a98d952bb544a91->doDisplay(array $context, array $blocks = []) …
        › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED);// line 4
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
        __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
        › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"><style>{{ include('@Twig/exception.css.twig') }}</style>{% block head %}{% endblock %}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
        __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/3b/3b2b1494421f9c234f8e5349cfad1b7c557622aca3bb9be181ee1fd25edf051a.php:47 {
    __TwigTemplate_0b0ea7d4390ab17a1494116cd4640f6bb4a520fce2b1c1888a98d952bb544a91->doDisplay(array $context, array $blocks = []) …
    › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED);// line 4
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
    __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
    › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"><style>{{ include('@Twig/exception.css.twig') }}</style>{% block head %}{% endblock %}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
    __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1).
[
  "exception" => ErrorException {#4943
    #message: "User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/be/bec2d40760248ccd0e3d1498615893b388b54b9a7d58fdce0acd0e866132a04d.php"
    #line: 47
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/be/bec2d40760248ccd0e3d1498615893b388b54b9a7d58fdce0acd0e866132a04d.php:47 {
        __TwigTemplate_1ae180ceecc71480bca393ad44a843bc0fe5a6848652dea55c4e4e47b44e6985->doDisplay(array $context, array $blocks = []) …
        › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED);// line 4
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/d1/d1ed3726df1daa60a426ea794aceccb0e8de4fa9ce85b2c77cfa0df794f908fd.php:110 {
        __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
        › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
        __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/be/bec2d40760248ccd0e3d1498615893b388b54b9a7d58fdce0acd0e866132a04d.php:47 {
    __TwigTemplate_1ae180ceecc71480bca393ad44a843bc0fe5a6848652dea55c4e4e47b44e6985->doDisplay(array $context, array $blocks = []) …
    › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");@trigger_error($__internal_compile_0." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED);// line 4
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/d1/d1ed3726df1daa60a426ea794aceccb0e8de4fa9ce85b2c77cfa0df794f908fd.php:110 {
    __TwigTemplate_875788faaf5b774899b9c79cf24b29aee6dff6b550fc702b9b9a90b03ca7d3f7->doDisplay(array $context, array $blocks = []) …
    › echo "        ";echo twig_include($this->env, $context, "@Twig/base_js.html.twig");echo "
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/twig/f0/f0db93b0c5722403902607017a61e2a3790baa7b4b9e8a7d06aaf9ac867bcc4a.php:55 {
    __TwigTemplate_f79a45fea25dc4e5ae579c2a6353ccc183b8e9bcd0991cd5f561db7e60f30cb7->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:378 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#12801
    #message: "User Deprecated: The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      spl_autoload_call() {}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, $isNested) …
        › if (file_exists($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = null;
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, $isNested) …
        › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:341 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, $isNested) …
        › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/VarCloner.php:209 {
        Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
        › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:274 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        › try {    return new Data($this->doClone($var));} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
        ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:100 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:166 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:26 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  spl_autoload_call() {}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, $isNested) …
    › if (file_exists($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = null;
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, $isNested) …
    › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:341 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, $isNested) …
    › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/VarCloner.php:209 {
    Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
    › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:274 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    › try {    return new Data($this->doClone($var));} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
    ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:100 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:166 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:26 {$response->send();$kernel->terminate($request, $response);}
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#5034
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:61 {
        Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser->parse($name) …
        › 
        › $template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]);}
      /var/www/stage.jukieurope.com/releases/77/vendor/liip/theme-bundle/Twig/Loader/FilesystemLoader.php:79 {
        Liip\ThemeBundle\Twig\Loader\FilesystemLoader->findTemplate($template, $throw = true) …
        › try {    $templateReference = $this->parser->parse($template);    $file = $this->locator->locate($templateReference);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Loader/FilesystemLoader.php:150 {
        Twig\Loader\FilesystemLoader->getCacheKey($name) …
        › {    if (null === ($path = $this->findTemplate($name)) || false === $path) {        return '';
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:299 {
        Twig\Environment->getTemplateClass($name, $index = null) …
        › {    $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;}
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:381 {
        Twig\Environment->loadTemplate($name, $index = null) …
        › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:359 {
        Twig\Environment->load($name) …
        › 
        ›     return new TemplateWrapper($this, $this->loadTemplate($name));}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:77 {
        Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector\{closure} …
        › try {    $template = $this->twig->load($name = $profile->getName());} catch (LoaderError $e) {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:88 {
        Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector\{closure} …
        › foreach ($profile as $p) {    $templateFinder($p);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:91 {
        Symfony\Bridge\Twig\DataCollector\TwigDataCollector->lateCollect() …
        ›     };    $templateFinder($this->profile);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:100 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:166 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /var/www/stage.jukieurope.com/releases/77/public/index.php:26 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:61 {
    Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser->parse($name) …
    › 
    › $template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]);}
  /var/www/stage.jukieurope.com/releases/77/vendor/liip/theme-bundle/Twig/Loader/FilesystemLoader.php:79 {
    Liip\ThemeBundle\Twig\Loader\FilesystemLoader->findTemplate($template, $throw = true) …
    › try {    $templateReference = $this->parser->parse($template);    $file = $this->locator->locate($templateReference);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Loader/FilesystemLoader.php:150 {
    Twig\Loader\FilesystemLoader->getCacheKey($name) …
    › {    if (null === ($path = $this->findTemplate($name)) || false === $path) {        return '';
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:299 {
    Twig\Environment->getTemplateClass($name, $index = null) …
    › {    $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;}
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:381 {
    Twig\Environment->loadTemplate($name, $index = null) …
    › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/twig/twig/src/Environment.php:359 {
    Twig\Environment->load($name) …
    › 
    ›     return new TemplateWrapper($this, $this->loadTemplate($name));}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:77 {
    Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector\{closure} …
    › try {    $template = $this->twig->load($name = $profile->getName());} catch (LoaderError $e) {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:88 {
    Symfony\Bridge\Twig\DataCollector\TwigDataCollector->Symfony\Bridge\Twig\DataCollector\{closure} …
    › foreach ($profile as $p) {    $templateFinder($p);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:91 {
    Symfony\Bridge\Twig\DataCollector\TwigDataCollector->lateCollect() …
    ›     };    $templateFinder($this->profile);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/HttpKernel.php:100 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/http-kernel/Kernel.php:166 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /var/www/stage.jukieurope.com/releases/77/public/index.php:26 {$response->send();$kernel->terminate($request, $response);}
}
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a (3 times) The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
n/a (2 times) The "name" option is deprecated.
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "table_name" option is deprecated. Use "storage.table_storage.table_name" instead.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (20 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "debril_rss_atom" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_user" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "container_aware" option is deprecated and will be removed in version 3.
n/a (2 times) The "builder_service" option is deprecated and will be removed in version 3.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "liip_imagine" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "liip_theme" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "bazinga_js_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
n/a The body_listener config has been enabled by default and will be disabled by default in FOSRestBundle 3.0. Please enable or disable it explicitly.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "twig_cache" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "cmf_seo" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "scheduler" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Hitso\Bundle\CommonBundle\Controller\Controller".
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Hitso\Bundle\CommonBundle\Controller\Controller".
n/a The "Hitso\Bundle\SeoBundle\Controller\Front\SitemapController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15346
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "nelmio_alice" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "glifery_entity_hidden_type" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "juki_app" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Debril\RssAtomBundle\Controller\StreamController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15350
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
n/a Class "Limenius\Liform\Form\Extension\AddLiformExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15352
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Limenius\Liform\Form\Extension\AddLiformExtension" is deprecated since Symfony 4.2.
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "fos_rest.templating" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.view_handler.default" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\CronLogRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\LikesRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\ReviewRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\UserRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Repository\VisitLogRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\AttributeRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\BrandRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\CategoryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\ProductRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\FileManagerBundle\Repository\FileRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\RoutingBundle\Repository\RedirectRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\RoutingBundle\Repository\RouteRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ArticleRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\AuthorRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\BannerRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\CategoryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\CommentRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ContentRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ElementImageRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ElementRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\PageRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\ParagraphRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\RateRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\SlideRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Repository\StatRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SeoBundle\Repository\SeoPageRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\BlocksBundle\Repository\BlockRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SectionBundle\Repository\GroupRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SectionBundle\Repository\SectionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TicketsBundle\Repository\OperationRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TicketsBundle\Repository\StatusRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TicketsBundle\Repository\TicketRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TranslationBundle\Repository\TranslationMessages" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\QABundle\Repository\AnswerRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\QABundle\Repository\QuestionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\ProbeBundle\Repository\ProbeRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\SearchBundle\Repository\SearchReportRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TaggingBundle\Repository\TagRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Hitso\Bundle\TaggingBundle\Repository\TaggingRepository" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\Command\LoadCmsNameCommand" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\Command\LoadProductsCommand" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\Command\LoadShopsCommand" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\Helper\LoadFilesHelper" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\ProductRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\ShopRepository" service.
n/a The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Juki\Bundle\AppBundle\Repository\TagCategoryRepository" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\DataFixtures\ORM\LoadFileData" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the ".service_locator.EIt8iQe" service.
n/a The "Hitso\Bundle\CommonBundle\Security\Event\OAuthEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15436
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /var/www/stage.jukieurope.com/releases/77/src/Hitso/Bundle/CommonBundle/EventListener/SecurityListener.php:105 {    FOSUserEvents::RESETTING_RESET_COMPLETED => 'onResetComplete',    OAuthEvent::EVENT_NAME                   => 'onOAuthEvent',];
      }
    }
  }
]
n/a The "Hitso\Bundle\CommonBundle\Event\UserResetPasswordEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
n/a The "Hitso\Bundle\CommonBundle\Helper\Event\LikeableEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
n/a YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15439
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
}
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15440
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8065 {$a->setDefaultRepositoryClassName('Hitso\\Bundle\\CommonBundle\\Doctrine\\Repository\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:8065 {$a->setDefaultRepositoryClassName('Hitso\\Bundle\\CommonBundle\\Doctrine\\Repository\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15448
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bundle/TwigEngine.php:14 {
        include …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15449
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/twig-bridge/TwigEngine.php:14 {
        include …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a (2 times) getEntityManager is deprecated since Symfony 2.1. Use getManager instead
n/a (332 times) Injecting an instance of "Doctrine\Persistence\Mapping\ClassMetadataFactory" in "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor" is deprecated since Symfony 4.2, inject an instance of "Doctrine\ORM\EntityManagerInterface" instead.
n/a The "checkMX" option is deprecated since Symfony 4.2.
n/a The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15456
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15458
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestControllerReader class is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestActionReader class is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Inflector\DoctrineInflector class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15464
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\DoctrineInflector class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.
n/a (2 times) The "Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setCircularReferenceLimit()" method is deprecated since Symfony 4.2, use the "circular_reference_limit" key of the context instead.
n/a (2 times) The "Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setCircularReferenceHandler()" method is deprecated since Symfony 4.2, use the "circular_reference_handler" key of the context instead.
n/a Passing normalizers ("Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository") which do not implement either "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or "Symfony\Component\Serializer\Normalizer\DenormalizerInterface" has been deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15472
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/serializer/Serializer.php:88 {
        Symfony\Component\Serializer\Serializer->__construct(array $normalizers = [], array $encoders = []) …
        › if (!($normalizer instanceof NormalizerInterface || $normalizer instanceof DenormalizerInterface)) {    @trigger_error(sprintf('Passing normalizers ("%s") which do not implement either "%s" or "%s" has been deprecated since Symfony 4.2.', \get_class($normalizer), NormalizerInterface::class, DenormalizerInterface::class), \E_USER_DEPRECATED);    // throw new \InvalidArgumentException(sprintf('The class "%s" does not implement "%s" or "%s".', \get_class($normalizer), NormalizerInterface::class, DenormalizerInterface::class));
      }
      /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9161 {
        › 
        ›     return $this->services['hitso.file_manager.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] ?? ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer())), 1 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer'] ?? $this->getDownloadNormalizerService()), 2 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer'] ?? $this->getFileNormalizerService()), 3 => ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService())]);}
      }
    }
  }
]
{
  /var/www/stage.jukieurope.com/releases/77/vendor/symfony/serializer/Serializer.php:88 {
    Symfony\Component\Serializer\Serializer->__construct(array $normalizers = [], array $encoders = []) …
    › if (!($normalizer instanceof NormalizerInterface || $normalizer instanceof DenormalizerInterface)) {    @trigger_error(sprintf('Passing normalizers ("%s") which do not implement either "%s" or "%s" has been deprecated since Symfony 4.2.', \get_class($normalizer), NormalizerInterface::class, DenormalizerInterface::class), \E_USER_DEPRECATED);    // throw new \InvalidArgumentException(sprintf('The class "%s" does not implement "%s" or "%s".', \get_class($normalizer), NormalizerInterface::class, DenormalizerInterface::class));
  }
  /var/www/stage.jukieurope.com/releases/77/var/cache/dev/ContainerNxclys6/BundleHitso_Bundle_KernelDevDebugContainer.php:9161 {
    › 
    ›     return $this->services['hitso.file_manager.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] ?? ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DirectoryNormalizer'] = new \Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer())), 1 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\DownloadNormalizer'] ?? $this->getDownloadNormalizerService()), 2 => ($this->services['Hitso\\Bundle\\FileManagerBundle\\Serializer\\FileNormalizer'] ?? $this->getFileNormalizerService()), 3 => ($this->privates['Hitso\\Bundle\\CommonBundle\\Repository\\ChangeLogRepository'] ?? $this->getChangeLogRepositoryService())]);}
  }
}
n/a The FOS\RestBundle\Routing\RestRouteCollection class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15473
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/RestRouteCollection.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteCollection class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Routing\ClassResourceInterface is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15474
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Routing/ClassResourceInterface.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\ClassResourceInterface is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a (19 times) The "Doctrine\Common\Inflector\Inflector::pluralize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
n/a The FOS\RestBundle\Controller\Annotations\NamePrefix annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15476
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/NamePrefix.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\NamePrefix annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\NoRoute annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15477
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/NoRoute.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\NoRoute annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\Prefix annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15478
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/Prefix.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\Prefix annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\RouteResource annotation is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Controller\Annotations\Version annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15480
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/Version.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\Version annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\ExceptionController class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#15481
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/stage.jukieurope.com/releases/77/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\ExceptionController class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/stage.jukieurope.com/releases/77/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/stage.jukieurope.com/releases/77/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
        }
      }
    }
  }
]
n/a The "FOS\UserBundle\Controller\GroupController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a The "Symfony\Bundle\TwigBundle\Controller\PreviewErrorController" class is deprecated since Symfony 4.4, use the "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" instead.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The spaceless tag in "LiipImagineBundle:Form:form_div_layout.html.twig" at line 2 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "HitsoAdminBundle::forms.html.twig" at line 68 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "HitsoAdminBundle::forms.html.twig" at line 619 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "HitsoAdminBundle:layout:messenger.html.twig" at line 4 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in HitsoAdminBundle:Admin/Dashboard:index.html.twig line 15.
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in HitsoAdminBundle:Admin/Dashboard:index.html.twig line 16.
n/a Using an "if" condition on "for" tag in "HitsoCommonBundle:Common:flashes.html.twig" at line 4 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "HitsoCommonBundle:Common:header.html.twig" at line 18 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "HitsoCommonBundle:Common:form_fields.html.twig" at line 10 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "HitsoCommonBundle:Common:breadcrumbs.html.twig" at line 3 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "HitsoCommonBundle:forms:generic.html.twig" at line 18 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "HitsoCatalogBundle:Front/Category:display_products_grid.html.twig" at line 22 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "HitsoCatalogBundle:Front/Category:display_products_list.html.twig" at line 22 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "HitsoFileManagerBundle:Admin/Download:index.html.twig" at line 34 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoFileManagerBundle:Admin/Download:view.html.twig" at line 37 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoContentBundle:Front/Article:show.html.twig" at line 37 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoContentBundle:Front/Article:show.html.twig" at line 100 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoContentBundle:Front/Article:json_ld.html.twig" at line 28 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoContentBundle:Front/Page:show.html.twig" at line 51 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoContentBundle:Front/Page:show.html.twig" at line 85 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoSeoBundle:Sitemap:section.xml.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoSeoBundle:Sitemap:index.xml.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "HitsoSectionBundle:Front/Section:index.html.twig" at line 26 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "HitsoTicketsBundle:Notification:push-status-changed.html.twig" at line 3 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "HitsoTicketsBundle:Notification:push-status-changed.html.twig" at line 9 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.

Debug 168

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "frontend"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "frontend"
  "authenticator" => "Hitso\Bundle\CommonBundle\Security\FormAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "frontend"
  "authenticator" => "Hitso\Bundle\CommonBundle\Security\FormAuthenticator"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\Monitor\VisitManager::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\Monitor\VisitManager::onRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger::onRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Juki\Bundle\AppBundle\EventListener\LocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Juki\Bundle\AppBundle\EventListener\LocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener::onRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\EventListener\GoogleListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\GoogleListener::onRequest"
]
event Notified event
"kernel.controller"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
.
[
  "event" => "kernel.controller"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
]
event Notified event
"kernel.controller"
to listener
"Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Hitso\Bundle\CommonBundle\EventListener\BeforeActionListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\BeforeActionListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onControllerArguments"
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2 FROM ticket_status t0 WHERE t0.id = ?
[
  0
]
doctrine SELECT t0.enabled AS enabled_1, t0.salt AS salt_2, t0.password AS password_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.first_name AS first_name_9, t0.last_name AS last_name_10, t0.api_key AS api_key_11, t0.slug AS slug_12, t0.description AS description_13, t0.biography AS biography_14, t0.created_at AS created_at_15, t0.deleted_at AS deleted_at_16, t0.allowed_sites AS allowed_sites_17, t0.fb_link AS fb_link_18, t0.gender AS gender_19, t0.onesignal_id AS onesignal_id_20, t0.last_login_device AS last_login_device_21, t0.default_locale AS default_locale_22, t0.username_canonical AS username_canonical_23, t0.email_canonical AS email_canonical_24, t0.username AS username_25, t0.email AS email_26, t0.avatar_id AS avatar_id_27, t0.discriminator FROM users t0 WHERE t0.username IS NULL AND t0.discriminator IN ('user') AND ((t0.deleted_at IS NULL)) LIMIT 1
doctrine "START TRANSACTION"
doctrine INSERT INTO entity_changelog (action, logged_at, object_id, object_class, version, data, username, object_parent, current, pending, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[
  1 => "create"
  2 => DateTime @1761478488 {#3888
    date: 2025-10-26 12:34:48.642247 Europe/Berlin (+01:00)
  }
  3 => null
  4 => "Hitso\Bundle\TicketsBundle [...]"
  5 => 1
  6 => [
    "name" => "CharlesPsype"
    "content" => "Get free Blockchain Insura [...]"
    "answer" => null
    "source" => null
    "authorEmail" => "sdasddsdsdsdsds@gmail.com"
    "authorFirstName" => "CharlesPsype"
    "authorLastName" => "CharlesPsype"
  ]
  7 => null
  8 => null
  9 => false
  10 => false
  11 => null
]
doctrine INSERT INTO tickets (name, content, answer, source, created_at, author_email, author_first_name, author_last_name, site_id, status_id, author_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[
  1 => "CharlesPsype"
  2 => "Get free Blockchain Insura [...]"
  3 => null
  4 => null
  5 => DateTime @1761478488 {#3897
    date: 2025-10-26 12:34:48.633756 Europe/Berlin (+01:00)
  }
  6 => "sdasddsdsdsdsds@gmail.com"
  7 => "CharlesPsype"
  8 => "CharlesPsype"
  9 => "pl"
  10 => 0
  11 => null
]
doctrine UPDATE entity_changelog SET object_id = ? WHERE id = ?
[
  7
  150643
]
doctrine "COMMIT"
doctrine SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.label AS label_2, s0_.parameters AS parameters_3, s0_.site_id AS site_id_4 FROM system_configuration s0_ WHERE (s0_.name = ? AND s0_.site_id = ?) AND (s0_.site_id = 'pl')
[
  "mailer"
  "pl"
]
event Notified event
"ticket.post_create"
to listener
"Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber::onTicketCreate"
.
[
  "event" => "ticket.post_create"
  "listener" => "Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber::onTicketCreate"
]
event Notified event
"kernel.exception"
to listener
"Hitso\Bundle\CommonBundle\Monitor\VisitManager::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Hitso\Bundle\CommonBundle\Monitor\VisitManager::onException"
]
event Notified event
"kernel.exception"
to listener
"Sentry\SentryBundle\EventListener\ErrorListener::handleExceptionEvent"
.
[
  "event" => "kernel.exception"
  "listener" => "Sentry\SentryBundle\EventListener\ErrorListener::handleExceptionEvent"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
.
[
  "event" => "kernel.response"
  "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
]
event Notified event
"kernel.response"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
.
[
  "event" => "kernel.response"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
event Notified event
"kernel.response"
to listener
"Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Cmf\Bundle\SeoBundle\EventListener\LanguageListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Cmf\Bundle\SeoBundle\EventListener\LanguageListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Juki\Bundle\AppBundle\EventListener\ResponseSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Juki\Bundle\AppBundle\EventListener\ResponseSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\SiteIdFilterConfigurator::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\Monitor\VisitManager::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\Monitor\VisitManager::onRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger::onRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\SiteListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Juki\Bundle\AppBundle\EventListener\LocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Juki\Bundle\AppBundle\EventListener\LocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener::onRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Hitso\Bundle\CommonBundle\EventListener\GoogleListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\GoogleListener::onRequest"
]
event Notified event
"kernel.controller"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
.
[
  "event" => "kernel.controller"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
]
event Notified event
"kernel.controller"
to listener
"Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Hitso\Bundle\CommonBundle\EventListener\BeforeActionListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\BeforeActionListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber::onControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
.
[
  "event" => "kernel.response"
  "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
]
event Notified event
"kernel.response"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
.
[
  "event" => "kernel.response"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
]
event Notified event
"kernel.response"
to listener
"Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Cmf\Bundle\SeoBundle\EventListener\LanguageListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Cmf\Bundle\SeoBundle\EventListener\LanguageListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Juki\Bundle\AppBundle\EventListener\ResponseSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Juki\Bundle\AppBundle\EventListener\ResponseSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 5380

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.filemanager
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.app_root
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.user_avatar
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.message_image
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.section_image
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.content_slide
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.content_banner
8
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter
17
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.fm_cache_resolver
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
3
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "wizard_category.cache" (parent: cache.app).
  • Resolving inheritance for "category_filters.cache" (parent: cache.app).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "doctrine_cache.providers.file_system" (parent: doctrine_cache.abstract.file_system).
  • Resolving inheritance for "doctrine_cache.providers.apcu" (parent: doctrine_cache.abstract.apcu).
  • 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 "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.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.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.frontend" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.frontend" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.frontend" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.frontend" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.frontend" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.frontend" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.frontend.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.frontend.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.frontend" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.frontend" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.rememberme.frontend" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.frontend" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.frontend" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.frontend" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.frontend" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.frontend" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.frontend" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.frontend" (parent: security.firewall.context).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "liform.transformer.integer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.array" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.compound" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.choice" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.string" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.number" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.transformer.boolean" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liform.resolver" (parent: Limenius\Liform\Transformer\AbstractTransformer).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.cache.resolver.fm_cache_resolver" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.filemanager" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.filemanager" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.app_root" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.app_root" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.user_avatar" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.user_avatar" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.message_image" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.message_image" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.section_image" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.section_image" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.content_slide" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.content_slide" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.content_banner" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.content_banner" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for "hitso_admin.menu.dashboard" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for "hitso_admin.menu.system_configuration" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Extension\UserMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserFormType" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Form\Type\UserFormType).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Form\Type\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Form\Type\UserNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\WhitelistFormType" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Form\WhitelistFormType).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Form\WhitelistFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\WhitelistFormType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\UserManager" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\UserManager).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Manager\UserManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\UserManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\WhitelistManager" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\WhitelistManager).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Manager\WhitelistManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\WhitelistManager).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\MenuExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Twig\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\SitesExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Twig\SitesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\CronListener" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\CronListener).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\CronListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\CronListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\GoogleListener" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\GoogleListener).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\GoogleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\GoogleListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\SecurityListener" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\SecurityListener).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\SecurityListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\EventListener\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\EnhanceCommand" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Command\EnhanceCommand).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Command\EnhanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\EnhanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ChangeLogManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\ChangeLogManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\ChangeLogManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ChangeLogManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\CronLogManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\CronLogManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\CronLogManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\CronLogManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\LikesManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\LikesManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\LikesManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\LikesManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ReviewManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\ReviewManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\ReviewManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ReviewManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\UserManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\UserManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Manager\UserManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\UserManager).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ActionsType" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ActionsType).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Type\ActionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ActionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\LinkType" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\LinkType).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Type\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\LinkType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\AuthorType" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\AuthorType).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Type\AuthorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\AuthorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter" (parent: .instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter" (parent: .instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\FormatterChain" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterChain).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\UserLog\FormatterChain" (parent: .instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\FormatterChain).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MailExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\MailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\MediaFileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\RequestExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\RequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UserLogExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\UserLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UtilityExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Twig\UtilityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Api\LikesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Api\LikesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface.0.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor" (parent: .instanceof.Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface.0.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer).
  • Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\VisitManager" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Monitor\VisitManager).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Monitor\VisitManager" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\VisitManager).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\CommonBundle\Media\UrlGenerator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Media\UrlGenerator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Media\UrlGenerator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\CommonBundle\Media\UrlGenerator).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.extension.text" (parent: .abstract.instanceof.twig.extension.text).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.text" (parent: .instanceof.Twig_ExtensionInterface.0.twig.extension.text).
  • Resolving inheritance for "twig.extension.text" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.text).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.extension.intl" (parent: .abstract.instanceof.twig.extension.intl).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.intl" (parent: .instanceof.Twig_ExtensionInterface.0.twig.extension.intl).
  • Resolving inheritance for "twig.extension.intl" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.intl).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Admin\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Api\MonitorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Front\HomePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Controller\Front\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\CronLogRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\CronLogRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\LikesRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\LikesRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\ReviewRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\ReviewRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\UserRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Repository\VisitLogRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver" (parent: .abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver).
  • Resolving inheritance for "Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Front\CompareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Controller\Front\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\AttributeGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\AttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\BrandType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\BrandType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\BrandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\BrandType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\CategoryType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\CategoryType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\ProductAttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductSeoType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductSeoType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\ProductSeoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductSeoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\TaxRateType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\TaxRateType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\TaxRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\TaxRateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\AttributeManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\BrandManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\BrandManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\BrandManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\BrandManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\CategoryManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\CategoryManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\CategoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\CategoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\ProductManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Manager\TaxRateManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\AttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\BrandRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\BrandRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\BrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\BrandRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator" (parent: .instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator" (parent: .instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType).
  • Resolving inheritance for ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory" (parent: .instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider" (parent: .instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider" (parent: .abstract.instanceof.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider).
  • Resolving inheritance for "Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider" (parent: .instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator" (parent: .abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator).
  • Resolving inheritance for "Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.hitso.file_manager.serializer" (parent: .abstract.instanceof.hitso.file_manager.serializer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.hitso.file_manager.serializer" (parent: .instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.hitso.file_manager.serializer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.hitso.file_manager.serializer" (parent: .instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.hitso.file_manager.serializer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.hitso.file_manager.serializer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.hitso.file_manager.serializer).
  • Resolving inheritance for "hitso.file_manager.serializer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.hitso.file_manager.serializer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FileManagerBundle\Form\FileType" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Form\FileType).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Form\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FileManagerBundle\Form\FileType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\FileManager" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\FileManager).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Manager\FileManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\FileManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Repository\FileRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider" (parent: .instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider).
  • Resolving inheritance for ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory" (parent: .instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter" (parent: .abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter).
  • Resolving inheritance for "Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\ApiController" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\ApiController).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\DownloadController" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Controller\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\DownloadController).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ColourType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ColourType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\ColourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ColourType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FileType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FileType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FontStyleType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FontStyleType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\FontStyleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FontStyleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImageType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImageType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\SitesType" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\SitesType).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Type\SitesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\SitesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileNormalizer).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Serializer\FileNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileNormalizer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Storage\MediaUrlProvider" (parent: .instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.hitso_form.twig.form_extension" (parent: .abstract.instanceof.hitso_form.twig.form_extension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.hitso_form.twig.form_extension" (parent: .instanceof.Twig_ExtensionInterface.0.hitso_form.twig.form_extension).
  • Resolving inheritance for "hitso_form.twig.form_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.hitso_form.twig.form_extension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension" (parent: .abstract.instanceof.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension).
  • Resolving inheritance for "Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.form_extension" (parent: .abstract.instanceof.hitso_form.form_extension).
  • Resolving inheritance for "hitso_form.form_extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.form_extension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.button_extension" (parent: .abstract.instanceof.hitso_form.button_extension).
  • Resolving inheritance for "hitso_form.button_extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.button_extension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber).
  • Resolving inheritance for "Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension" (parent: .abstract.instanceof.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension).
  • Resolving inheritance for "Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController" (parent: .abstract.instanceof.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController).
  • Resolving inheritance for "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\RoutingBundle\Manager\RedirectManager" (parent: .abstract.instanceof.Hitso\Bundle\RoutingBundle\Manager\RedirectManager).
  • Resolving inheritance for "Hitso\Bundle\RoutingBundle\Manager\RedirectManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\RoutingBundle\Manager\RedirectManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository" (parent: .abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository).
  • Resolving inheritance for "Hitso\Bundle\RoutingBundle\Repository\RedirectRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository" (parent: .abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RouteRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository).
  • Resolving inheritance for "Hitso\Bundle\RoutingBundle\Repository\RouteRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" (parent: .abstract.instanceof.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension).
  • Resolving inheritance for "Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider" (parent: .instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider" (parent: .instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider).
  • Resolving inheritance for "hitso_content.menu.slides" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory" (parent: .instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory).
  • Resolving inheritance for ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory" (parent: .instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\RateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Admin\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Api\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Api\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Api\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Api\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Front\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\FormController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Front\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Controller\Front\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\CommentListener" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\CommentListener).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\CommentListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\CommentListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\LikeableListener" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\LikeableListener).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\EventListener\LikeableListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\LikeableListener).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CategoryFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CategoryFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\CategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CategoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\CommentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\ContentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentSectionType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentSectionType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\ContentSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Type\BannerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Form\Type\SlideFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\ArticleManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\AuthorManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\AuthorManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\AuthorManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\AuthorManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\BannerManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\BannerManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\BannerManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\BannerManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\CommentManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\CommentManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\CommentManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\CommentManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\ContentManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\Element\ElementManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\PageManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\PageManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\PageManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\PageManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SlideManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\SlideManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\SlideManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SlideManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SnapshotManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\SnapshotManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\SnapshotManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SnapshotManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\StatManager" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\StatManager).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Manager\StatManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\StatManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ArticleRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\AuthorRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\AuthorRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\BannerRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\BannerRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CategoryRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CategoryRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\CategoryRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CommentRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\CommentRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ContentRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ElementImageRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ElementRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ElementRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\PageRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\PageRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\ParagraphRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\RateRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\RateRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\SlideRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\SlideRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\StatRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Repository\StatRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator" (parent: .instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator" (parent: .instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider" (parent: .instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider" (parent: .instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Advert" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Advert).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Advert" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Advert).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Attachments" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Cta" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Cta).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Cta" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Cta).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Embed" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Embed).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Embed" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Embed).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Featured" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Featured).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Featured" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Featured).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Gallery" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Header" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Header).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Header" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Header).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Image" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Image).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Image" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Image).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Link" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Link).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Link" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Link).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Probe" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Probe).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Probe" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Probe).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Product" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Product).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Product" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Product).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Section" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Section).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Section" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Section).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Table" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Table).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Table" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Table).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Video" (parent: .abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Video).
  • Resolving inheritance for "Hitso\Bundle\ContentBundle\Entity\Elements\Video" (parent: .instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Video).
  • Resolving inheritance for "hitso_seo.menu.seo" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Controller\Front\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoPageManager" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Manager\SeoPageManager).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Manager\SeoPageManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoPageManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Repository\SeoPageRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SeoBundle\Form\Type\SeoPageType" (parent: .abstract.instanceof.Hitso\Bundle\SeoBundle\Form\Type\SeoPageType).
  • Resolving inheritance for "Hitso\Bundle\SeoBundle\Form\Type\SeoPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SeoBundle\Form\Type\SeoPageType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\MailContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\BlocksBundle\Manager\BlockManager" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Manager\BlockManager).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Manager\BlockManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\BlocksBundle\Manager\BlockManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Repository\BlockRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Repository\BlockRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Hitso\Bundle\BlocksBundle\Block\Loader" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Block\Loader).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Block\Loader" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Hitso\Bundle\BlocksBundle\Block\Loader).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer" (parent: .abstract.instanceof.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer).
  • Resolving inheritance for "Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer).
  • Resolving inheritance for "hitso_navi.menu.navi" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\ApiController" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\ApiController).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\NavigationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Controller\NavigationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider" (parent: .abstract.instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider).
  • Resolving inheritance for "Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider" (parent: .instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType" (parent: .abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType).
  • Resolving inheritance for "Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType).
  • Resolving inheritance for "hitso_admin.menu.section_groups" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Controller\Admin\BlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Front\SectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Controller\Front\SectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy" (parent: .instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\GroupManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\GroupTypeManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\SectionManager" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\SectionManager).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Manager\SectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\SectionManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Repository\GroupRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\SectionRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Repository\SectionRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository).
  • Resolving inheritance for ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory" (parent: .instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" (parent: .abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension).
  • Resolving inheritance for "Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.my.twig.extension.loader" (parent: .abstract.instanceof.my.twig.extension.loader).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.my.twig.extension.loader" (parent: .instanceof.Twig_ExtensionInterface.0.my.twig.extension.loader).
  • Resolving inheritance for "my.twig.extension.loader" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.my.twig.extension.loader).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Controller\Front\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\ContactManager" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\ContactManager).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Manager\ContactManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\ContactManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\OperationManager" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\OperationManager).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Manager\OperationManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\OperationManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\TicketManager" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\TicketManager).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Manager\TicketManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\TicketManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\OperationRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Repository\OperationRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Repository\StatusRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository" (parent: .abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\TicketRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository).
  • Resolving inheritance for "Hitso\Bundle\TicketsBundle\Repository\TicketRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository).
  • Resolving inheritance for "hitso_translation.menu.translator" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\ApiController" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\ApiController).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Controller\TranslatorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Controller\TranslatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Repository\TranslationMessages" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator" (parent: .abstract.instanceof.Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator).
  • Resolving inheritance for "Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\AnswerController" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Controller\AnswerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\AnswerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\AnswerController).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Controller\AnswerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\AnswerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\QuestionController" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Controller\QuestionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\QuestionController).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Controller\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\QuestionController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\AnswerManager" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Manager\AnswerManager).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Manager\AnswerManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\AnswerManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\QuestionManager" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Manager\QuestionManager).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Manager\QuestionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\QuestionManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Repository\AnswerRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Repository\AnswerRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository" (parent: .abstract.instanceof.Hitso\Bundle\QABundle\Repository\QuestionRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository).
  • Resolving inheritance for "Hitso\Bundle\QABundle\Repository\QuestionRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController" (parent: .abstract.instanceof.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController).
  • Resolving inheritance for "Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeManager" (parent: .abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeManager).
  • Resolving inheritance for "Hitso\Bundle\ProbeBundle\Manager\ProbeManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager" (parent: .abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager).
  • Resolving inheritance for "Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository" (parent: .abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository).
  • Resolving inheritance for "Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository" (parent: .abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository).
  • Resolving inheritance for "Hitso\Bundle\ProbeBundle\Repository\ProbeRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\SearchBundle\Command\ReindexCommand" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Command\ReindexCommand).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Command\ReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\SearchBundle\Command\ReindexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Front\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Controller\Front\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SearchBundle\Form\SearchReportType" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Form\SearchReportType).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Form\SearchReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SearchBundle\Form\SearchReportType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SearchBundle\Manager\SearchReportManager" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Manager\SearchReportManager).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Manager\SearchReportManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SearchBundle\Manager\SearchReportManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Repository\SearchReportRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Twig\SearchExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Twig\SearchExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension).
  • Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" (parent: .abstract.instanceof.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter).
  • Resolving inheritance for "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter).
  • Resolving inheritance for "hitso_admin.menu.tagging" (parent: Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Controller\Admin\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Api\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Controller\Api\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Form\Type\TagFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagsType" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagsType).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Form\Type\TagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagsType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagManager" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagManager).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Manager\TagManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Manager\TagTypeManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TagRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Repository\TagRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository" (parent: .abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository).
  • Resolving inheritance for "Hitso\Bundle\TaggingBundle\Repository\TaggingRepository" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\BinaryWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\DebugWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\DebugWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\EpsWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\EpsWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\PngWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\PngWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\SvgWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\SvgWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache" (parent: .abstract.instanceof.graphqlite.phpfilescache).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache).
  • Resolving inheritance for "graphqlite.phpfilescache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache" (parent: .abstract.instanceof.graphqlite.apcucache).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache).
  • Resolving inheritance for "graphqlite.apcucache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache" (parent: .abstract.instanceof.graphqlite.psr16cache).
  • Resolving inheritance for "graphqlite.psr16cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer" (parent: .abstract.instanceof.graphqlite.cacheclearer).
  • Resolving inheritance for "graphqlite.cacheclearer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand" (parent: .abstract.instanceof.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand).
  • Resolving inheritance for "TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ImportDistributorsCommand" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Command\ImportDistributorsCommand).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Command\ImportDistributorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ImportDistributorsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadCmsNameCommand" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadCmsNameCommand).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Command\LoadCmsNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadCmsNameCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadProductsCommand" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadProductsCommand).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Command\LoadProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadProductsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadShopsCommand" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadShopsCommand).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Command\LoadShopsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadShopsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\SetProductPosition" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Command\SetProductPosition).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Command\SetProductPosition" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\SetProductPosition).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ContactFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DistributorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\DistributorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\EventController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\FeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\HotspotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PosController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\PosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PosController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\PosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\PreviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\PreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\RegionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\RegionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\SewController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\SewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\SewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\SewController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\SewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\SewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TimelineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\TimelineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ContactController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ContactController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CountryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CountryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\DistributorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\DistributorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\ErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\EventController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\EventController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\PosController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\PosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\PosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\PosController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\PosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\PosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ProductController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ProductController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SearchController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SearchController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SectionController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SectionController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\SectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ShopController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ShopController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SlideController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SlideController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\SubscriberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TestController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TestController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\TimelineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\TimelineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\AttributeSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\AttributeSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\AttributeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\AttributeSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CacheSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CacheSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\CacheSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CacheSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CategorySubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CategorySubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\CategorySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CategorySubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ContentSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\GroupSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\GroupSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\GroupSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\GroupSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LastLoginListener" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\LastLoginListener).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\LastLoginListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LastLoginListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LocaleSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\LocaleSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductEventListener" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductEventListener).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ProductEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductEventListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ProductSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ResponseSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ResponseSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\ResponseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ResponseSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SectionSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\SectionSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\SectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SectionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SlideSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\SlideSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\SlideSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SlideSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\TagSubscriber" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\EventListener\TagSubscriber).
  • Resolving inheritance for "Juki\Bundle\AppBundle\EventListener\TagSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\TagSubscriber).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\AppMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\AppMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\AppMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\AppMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\CatalogMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\CatalogMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\CatalogMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\CatalogMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\ContactMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\ContactMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\ContactMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\ContactMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\PosMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\PosMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\PosMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\PosMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\SectionMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\SectionMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\SectionMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\SectionMenuProvider).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\TaggingMenuProvider" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Extension\TaggingMenuProvider).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Extension\TaggingMenuProvider" (parent: .instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\TaggingMenuProvider).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\CategoryFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\CategoryFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\CategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\CategoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\ContactFormFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\ContactFormFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\ContactFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\EventFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\EventFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\EventFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\EventFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\SewType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\SewType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\SewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\SewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\PosFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\PosFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\PosFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\PosFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductAttachmentFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\ProductAttachmentFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\ProductAttachmentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductAttachmentFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\ProductType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\EventSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\EventSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\EventSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\EventSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\LastEventSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\LastEventSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\LastEventSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\LastEventSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\QuoteSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\QuoteSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\QuoteSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\QuoteSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TimelineSectionType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TimelineSectionType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Section\TimelineSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TimelineSectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TagCategoryFormType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\TagCategoryFormType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\TagCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TagCategoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TextTitleType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\TextTitleType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\TextTitleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TextTitleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\InformationIconType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\InformationIconType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Type\InformationIconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\InformationIconType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlTextType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\UrlTextType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Type\UrlTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlTextType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\UrlType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\Type\UrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\WizardCategoryType" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Form\WizardCategoryType).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Form\WizardCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\WizardCategoryType).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactFormManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\ContactFormManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\ContactFormManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactFormManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\ContactManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\ContactManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\EventManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\EventManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\EventManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\EventManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\SewManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\SewManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\SewManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\SewManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\PosManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\PosManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\PosManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\PosManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductAttachmentManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\ProductAttachmentManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\ProductAttachmentManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductAttachmentManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\ProductManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\ProductManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\RegistrationRequestManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\RegistrationRequestManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\RegistrationRequestManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\RegistrationRequestManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\TagCategoryManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\TagCategoryManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\TagCategoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\TagCategoryManager).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\WizardCategoryManager" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Manager\WizardCategoryManager).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Manager\WizardCategoryManager" (parent: .instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\WizardCategoryManager).
  • Resolving inheritance for ".instanceof.Juki\Bundle\AppBundle\Model\ProductOrderCollection.0.Juki\Bundle\AppBundle\Model\ProductOrderCollection" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Model\ProductOrderCollection).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Model\ProductOrderCollection" (parent: .instanceof.Juki\Bundle\AppBundle\Model\ProductOrderCollection.0.Juki\Bundle\AppBundle\Model\ProductOrderCollection).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ProductRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\ProductRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ShopRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\ShopRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\ShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ShopRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\TagCategoryRepository" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Repository\TagCategoryRepository).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Repository\TagCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\TagCategoryRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ArticleNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\CategoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\EventNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\EventNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\FileNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\FileNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\PosNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\PosNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ProductNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ProductNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SectionNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\SectionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ShopNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\ShopNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SlideNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\SlideNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\TagNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\TagNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\TimelineNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer).
  • Resolving inheritance for ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator).
  • Resolving inheritance for "Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator" (parent: .instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData" (parent: .abstract.instanceof.Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData).
  • Resolving inheritance for "Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "wizard_category.cache.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "category_filters.cache.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.0" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.1" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.2" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.3" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.4" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.5" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.6" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.7" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.8" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.9" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.10" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.11" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.0" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.1" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.2" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.3" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.4" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.5" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.6" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.7" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.8" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.9" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.10" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "security.authentication.provider.guard.api.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.guard.frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
1746
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "Juki\Bundle\AppBundle\Manager\ArticleCategoryManager": Class or interface "Juki\Bundle\AppBundle\Manager\ArticleCategoryManager" cannot be loaded.
1
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController::allAction": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController::listAction": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Juki\Bundle\AppBundle\Controller\Api\ArticleController::filterAction": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Juki\Bundle\AppBundle\Controller\Api\ArticleController::listAction": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Juki\Bundle\AppBundle\Controller\Api\ArticleController::listCpAction": no corresponding services exist for the referenced types.
5
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $wizardCategoryCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $wizardCategoryCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $wizardCategoryCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $categoryFiltersCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $categoryFiltersCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $categoryFiltersCache"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\Factory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "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_second_level_cache.region_cache_driver"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.fos_userbundle"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin"; reason: private alias.
  • Removed service "security.user_checker.admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.frontend"; reason: private alias.
  • Removed service "security.user_checker.frontend"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "FeedIo\FeedIo"; reason: private alias.
  • Removed service "debril.provider.default"; reason: private alias.
  • Removed service "Debril\RssAtomBundle\Provider\FeedContentProviderInterface"; 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.util.email_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.token_generator"; reason: private alias.
  • Removed service "fos_user.mailer"; reason: private alias.
  • Removed service "fos_user.session"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ThemeBundle\Helper\DeviceDetectionInterface"; reason: private alias.
  • Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
  • Removed service "Http\Client\HttpClient"; reason: private alias.
  • Removed service "httplug.client.default"; reason: private alias.
  • Removed service "Http\Client\Common\HttpMethodsClientInterface"; reason: private alias.
  • Removed service "Sentry\ClientInterface"; reason: private alias.
  • Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
  • Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "twig_cache.service"; reason: private alias.
  • Removed service "twig_cache.strategy.key_generator"; reason: private alias.
  • Removed service "cmf_seo.cache"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
  • Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "form_authenticator"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverserInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactoryInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityFactoryInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Request\RequestHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Router\RouterHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Templating\TemplatingHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Process\ProcessHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\UserLog\FormatterInterface"; reason: private alias.
  • Removed service "Symfony\Cmf\Bundle\SeoBundle\DependencyInjection\ConfigValues"; reason: private alias.
  • Removed service "Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory"; reason: private alias.
  • Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterConfiguration"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Binary\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesserInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\SignerInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "Hitso\Bundle\CatalogBundle\Helper\NavigationHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CatalogBundle\Service\Category\BreadcrumbsServiceInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CatalogBundle\Service\Compare\CompareMatrixProvider"; reason: private alias.
  • Removed service "Hitso\Bundle\CatalogBundle\Service\Compare\CompareStorageInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\CatalogBundle\Service\Tax\Helper\TaxHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\FileManagerBundle\Helper\FileHelperInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\FileManagerBundle\FileManager\Filesystem\FilesystemInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\FormBundle\Form\Handler\FormHandlerInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\FormBundle\Form\Orderer\FormOrdererInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\FormBundle\Form\Renderer\FormRendererInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\AccessTokenStorageInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslatorInterface"; reason: private alias.
  • Removed service "nelmio_alice.file_locator"; reason: private alias.
  • Removed service "nelmio_alice.generator.caller"; reason: private alias.
  • Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
  • Removed service "nelmio_alice.generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
  • Removed service "nelmio_alice.property_accessor"; reason: private alias.
  • Removed service "nelmio_alice.file_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
  • Removed service "Endroid\QrCode\WriterRegistryInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Factory\QrCodeFactoryInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "GraphQL\Type\Schema"; reason: private alias.
  • Removed service "TheCodingMachine\GraphQLite\Security\AuthenticationServiceInterface"; reason: private alias.
  • Removed service "TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface"; reason: private alias.
  • Removed service "Juki\Bundle\AppBundle\Service\Storage\ShopStorageInterface"; reason: private alias.
  • Removed service "Sonata\SeoBundle\Seo\SeoPage"; reason: private alias.
  • Removed service "Symfony\Cmf\Bundle\SeoBundle\SeoPresentationInterface"; reason: private alias.
  • Removed service "Hitso\Bundle\SeoBundle\Service\SeoPresentation"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "Sonata\SeoBundle\Seo\SeoPageInterface"; reason: private alias.
  • Removed service "graphqlite.cache"; reason: private alias.
  • Removed service "templating.locator"; reason: private alias.
  • Removed service "templating.cache_warmer.template_paths"; reason: private alias.
  • Removed service ".service_locator.oBuBcn."; reason: private alias.
  • Removed service ".service_locator.8sUehcn"; reason: private alias.
  • Removed service ".service_locator.fhDxpNb"; reason: private alias.
  • Removed service ".service_locator.pJh_V8j"; 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 "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
  • Removed service "httplug.factory.auto"; reason: private alias.
  • Removed service "httplug.factory.buzz"; reason: private alias.
  • Removed service "httplug.factory.curl"; reason: private alias.
  • Removed service "httplug.factory.guzzle5"; reason: private alias.
  • Removed service "httplug.factory.guzzle6"; reason: private alias.
  • Removed service "httplug.factory.react"; reason: private alias.
  • Removed service "httplug.factory.socket"; reason: private alias.
  • Removed service "httplug.client.app"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "sensio_framework_extra.psr7.argument_value_resolver.server_request"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "cache.validator"; reason: private alias.
  • Removed service "cache.serializer"; reason: private alias.
  • Removed service "cache.annotations"; reason: private alias.
  • Removed service "cache.property_info"; reason: private alias.
  • Removed service "wizard_category.cache"; reason: private alias.
  • Removed service "category_filters.cache"; reason: private alias.
  • Removed service "cache.doctrine.orm.default.query"; reason: private alias.
  • Removed service "cache.security_expression_language"; reason: private alias.
  • Removed service "security.authentication.provider.guard.api"; reason: private alias.
  • Removed service "security.authentication.provider.dao.admin"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.admin"; reason: private alias.
  • Removed service "security.authentication.provider.guard.frontend"; reason: private alias.
  • Removed service "security.authentication.provider.dao.frontend"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.frontend"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.frontend"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.frontend"; reason: private alias.
349
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.hinclude" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cache.app.simple" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.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.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.delegating" to "templating".
  • 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 "debug.event_dispatcher" to "event_dispatcher".
  • 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 "debug.event_dispatcher" to "event_dispatcher".
  • 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 "debug.event_dispatcher" to "event_dispatcher".
  • 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.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "liform.guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "jms_translation.extractor.file.validation_extractor" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.default_backup_code_manager" previously pointing to "scheb_two_factor.persister.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Changed reference of service "Hitso\Bundle\AdminBundle\Controller\Admin\UsersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Hitso\Bundle\AdminBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\AdminBundle\Manager\WhitelistManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\ChangeLogManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\CronLogManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\LikesManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\ReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Security\EmailProvider" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Helper\LikesHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Helper\Templating\TemplatingHelper" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "hitso_common.cache.doctrine" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Service\GoogleSheet" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Service\CSV" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\CommonBundle\Controller\Front\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Controller\Front\ProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\AttributeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\BrandManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\CategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\TaxRateManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\DataTableBundle\Transformer\StripTagsTransformer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\FormBundle\Form\Handler\FormHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\RoutingBundle\Manager\RedirectManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\CommentController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\ContentController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\ElementController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Front\FormController" previously pointing to "Limenius\Liform\Liform" to "liform".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\AuthorManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\BannerManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\CommentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ContentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ElementManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\PageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\SlideManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\SnapshotManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Manager\StatManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SeoBundle\Manager\SeoPageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\BlocksBundle\Manager\BlockManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\NavigationBundle\Controller\ApiController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\GroupManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\GroupTypeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SectionBundle\Manager\SectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\ContactManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\OperationManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\TicketManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\QABundle\Manager\AnswerManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\QABundle\Manager\QuestionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ProbeBundle\Manager\ProbeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\SearchBundle\Manager\SearchReportManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TaggingBundle\Manager\TagManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Hitso\Bundle\TaggingBundle\Manager\TagTypeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
  • Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
  • Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
  • Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
  • Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
  • Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
  • Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
  • Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
  • Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
  • Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
  • Changed reference of service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Controller\Api\CategoryController" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "Juki\Bundle\AppBundle\Controller\Api\ProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Controller\Api\SubscriberController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Juki\Bundle\AppBundle\EventListener\LastLoginListener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\ContactFormManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\ContactManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\EventManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\SewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\PosManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\ProductAttachmentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\ProductManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\RegistrationRequestManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\TagCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Manager\WizardCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Juki\Bundle\AppBundle\Service\Search\ArticleSearch" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "Juki\Bundle\AppBundle\Service\Search\ProductSearch" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service ".service_locator.pECfXln" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.HQk2iBh" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.QfctLqC" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.J6Bjs8s" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.ol0TPYL" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.ckkma6z" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.v4EPFh." previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.56KA1lu" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.EIt8iQe" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.wdcYQrg" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.mGs8p8R" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.cR4YTPu" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.9bn2lCH" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.ucVOyAc" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.fGZaj2S" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.b7.mmnB" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.VI0xCed" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.REW7qsm" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.REW7qsm" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.TCtoLf3" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.yPO_pMw" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.IrkNdSL" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.bZzl.qa" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.5B8.x3j" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.VhTR3MN" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.jz3ByyW" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.H6D6dAg" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.5OJiZ30" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.NTXWrOF" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.tDyS..U" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.Fun9N11" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.DRpKkm_" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.05_Yw3i" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.zzD6e9A" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.dY9f4OO" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.UACN_Wk" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.MFMplxL" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.__cwbAE" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.qm.HRBM" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.DzfalTt" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.LqA75jq" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.P25MZp0" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.kKAnTFs" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.5u.Jtyr" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.z5tgTif" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.Wvaq.Z5" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.mFk3ewT" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.ARP3woz" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.paC1vfD" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.fWm2t1_" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.2A5Ys2X" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.nZhQ1xR" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.sCnlJnY" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.Tu9ichM" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.IFdKOe6" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.3iXIgtB" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator..lOfW4o" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.vmyB_Zm" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.deOoPlr" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.zUd4GJU" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.BTejTgT" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.X188WAH" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.P2jFWPH" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.Fvpfnq_" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.0NI.57l" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.OTVPj0z" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ZkgVMjl" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.ZkgVMjl" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.cDM_gPF" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.cDM_gPF" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.YuxSq03" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.YuxSq03" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.hyz4CBf" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.hyz4CBf" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator..37F1Qm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.GByWi7y" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.GByWi7y" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.O8oJ9Ww" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.O8oJ9Ww" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.Qq0.P8e" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.Qq0.P8e" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.eNSNlKL" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.eNSNlKL" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator.oyySsaA" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.oyySsaA" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service ".service_locator._qW5sUQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.hFEOIxo" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.hFEOIxo" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver.inner" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "security.authentication.provider.guard.api.two_factor_decorator.inner" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.guard.frontend.two_factor_decorator.inner" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
  • Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
  • Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
317
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "lock.store.memcached.abstract"; reason: abstract.
  • Removed service "lock.store.redis.abstract"; reason: abstract.
  • Removed service "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.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 "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 "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "Limenius\Liform\Transformer\AbstractTransformer"; 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 "httplug.plugin.cache"; reason: abstract.
  • Removed service "httplug.plugin.add_host"; reason: abstract.
  • Removed service "httplug.plugin.add_path"; reason: abstract.
  • Removed service "httplug.plugin.base_uri"; reason: abstract.
  • Removed service "httplug.plugin.content_type"; reason: abstract.
  • Removed service "httplug.plugin.header_append"; reason: abstract.
  • Removed service "httplug.plugin.header_defaults"; reason: abstract.
  • Removed service "httplug.plugin.header_set"; reason: abstract.
  • Removed service "httplug.plugin.header_remove"; reason: abstract.
  • Removed service "httplug.plugin.query_defaults"; reason: abstract.
  • Removed service "httplug.plugin.stack"; reason: abstract.
  • Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
  • Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
  • Removed service "cmf_seo.error.request_matcher"; reason: abstract.
  • Removed service "jms_translation.loader.symfony_adapter"; reason: abstract.
  • Removed service "jms_translation.dumper.symfony_adapter"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.legacy_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication_success_event_suppressor"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.csrf_token_validator"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
  • Removed service "Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\Type\UserFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\WhitelistFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\WhitelistFormType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\UserManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\UserManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\WhitelistManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\WhitelistManager"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\MenuExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\SitesExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\CronListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\CronListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\GoogleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\GoogleListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\SecurityListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\SecurityListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\EnhanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\EnhanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ChangeLogManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\ChangeLogManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\CronLogManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\CronLogManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\LikesManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\LikesManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ReviewManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\ReviewManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\UserManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\UserManager"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ActionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ActionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\LinkType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\LinkType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\AuthorType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\AuthorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterInterface.0.Hitso\Bundle\CommonBundle\UserLog\FormatterChain"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\UserLog\FormatterChain"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MediaFileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserLogExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UserLogExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UtilityExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\LikesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Api\LikesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface.0.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
  • Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\VisitManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Monitor\VisitManager"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Monitor\SlowQueryLogger"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\CommonBundle\Media\UrlGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Media\UrlGenerator"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.twig.extension.text"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.text"; reason: abstract.
  • Removed service ".abstract.instanceof.twig.extension.text"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.twig.extension.intl"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.intl"; reason: abstract.
  • Removed service ".abstract.instanceof.twig.extension.intl"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\UserController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\ChangeLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\CronLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\CronLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserLogEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\VisitLogRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ChangeLogEventListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\BrandType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\BrandType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductSeoType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductSeoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\TaxRateType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\TaxRateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\BrandManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\BrandManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\CategoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\CategoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\BrandRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\BrandRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType"; reason: abstract.
  • Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.hitso.file_manager.serializer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.hitso.file_manager.serializer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.hitso.file_manager.serializer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.hitso.file_manager.serializer"; reason: abstract.
  • Removed service ".abstract.instanceof.hitso.file_manager.serializer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FileManagerBundle\Form\FileType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Form\FileType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\FileManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\FileManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider"; reason: abstract.
  • Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\LoggableReverter\FileLoggableReverter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ColourType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ColourType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FileType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FontStyleType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FontStyleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\SitesType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\SitesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.hitso_form.twig.form_extension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.hitso_form.twig.form_extension"; reason: abstract.
  • Removed service ".abstract.instanceof.hitso_form.twig.form_extension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.form_extension"; reason: abstract.
  • Removed service ".abstract.instanceof.hitso_form.form_extension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.button_extension"; reason: abstract.
  • Removed service ".abstract.instanceof.hitso_form.button_extension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\RoutingBundle\Manager\RedirectManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Manager\RedirectManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider"; reason: abstract.
  • Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory"; reason: abstract.
  • Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\FormController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\FormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ChangeLogEventListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\CommentListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\CommentListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\LikeableListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\LikeableListener"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CategoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CategoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\AuthorManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\AuthorManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\BannerManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\BannerManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\CommentManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\CommentManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\PageManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\PageManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SlideManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\SlideManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SnapshotManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\SnapshotManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\StatManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\StatManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\AuthorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\BannerRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ElementImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ElementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ParagraphRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\RateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\SlideRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\StatRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterInterface.0.Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Advert"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Advert"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Cta"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Cta"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Embed"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Embed"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Featured"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Featured"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Header"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Header"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Image"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Image"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Link"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Link"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Probe"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Probe"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Product"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Product"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Section"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Section"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Table"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Table"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Video"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Video"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoPageManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Manager\SeoPageManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Repository\SeoPageRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\EventListener\SeoAwareSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SeoBundle\Form\Type\SeoPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Form\Type\SeoPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\BlocksBundle\Manager\BlockManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Manager\BlockManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Hitso\Bundle\BlocksBundle\Block\Loader"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Block\Loader"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Mailer\Transformer\TransformerInterface.0.Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Front\SectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Front\SectionController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\SetsStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\SectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\SectionManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
  • Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.my.twig.extension.loader"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.my.twig.extension.loader"; reason: abstract.
  • Removed service ".abstract.instanceof.my.twig.extension.loader"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\ContactManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\ContactManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\OperationManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\OperationManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\TicketManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\TicketManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationApplyCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationCleanCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Command\HitsoTranslationUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TranslationBundle\Controller\TranslatorController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Controller\TranslatorController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Manager\TranslationMessageManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Repository\TranslationMessages"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\AnswerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\AnswerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Controller\AnswerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\QABundle\Controller\QuestionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\QABundle\Controller\QuestionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Controller\QuestionController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\AnswerManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Manager\AnswerManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\QABundle\Manager\QuestionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Manager\QuestionManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\AnswerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Repository\AnswerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\QABundle\Repository\QuestionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\QABundle\Repository\QuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\SearchBundle\Command\ReindexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Command\ReindexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SearchBundle\Form\SearchReportType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Form\SearchReportType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SearchBundle\Manager\SearchReportManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Manager\SearchReportManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Twig\SearchExtension"; reason: abstract.
  • Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagsType"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagsType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache"; reason: abstract.
  • Removed service ".abstract.instanceof.graphqlite.phpfilescache"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache"; reason: abstract.
  • Removed service ".abstract.instanceof.graphqlite.apcucache"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache"; reason: abstract.
  • Removed service ".abstract.instanceof.graphqlite.psr16cache"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer"; reason: abstract.
  • Removed service ".abstract.instanceof.graphqlite.cacheclearer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ImportDistributorsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\ImportDistributorsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadCmsNameCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadCmsNameCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadProductsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadProductsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\LoadShopsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\LoadShopsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\SetProductPosition"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\SetProductPosition"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\DistributorController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\DistributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\HotspotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PosController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\PosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\PreviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\PreviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\RegionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\SewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\SewController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\SewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\ShopController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TimelineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ContactController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\DistributorController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\DistributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\EventController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\PosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\PosController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\PosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\ShopController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SlideController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\SubscriberController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\SubscriberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TestController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\TimelineController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\TimelineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ArticleMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\AttributeMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\CategoryMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentCategoryMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ContentMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\ProductMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\RegionMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionGroupMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SectionMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\SlideMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Doctrine\Enhancer\TagMappingEnhancer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\AttributeSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\AttributeSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CacheSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CacheSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CategorySubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CategorySubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ContentCategorySubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ContentSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ContentSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CtaBlockSectionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\FixUrlProtocolListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\GroupSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\GroupSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LastLoginListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\LastLoginListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\LocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\LocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductEventListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductEventListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductListSectionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ProductSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ProductSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ResponseSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ResponseSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SectionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\SectionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\SlideSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\SlideSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\TagSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\TagSubscriber"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\AppMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\AppMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\CatalogMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\CatalogMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\ContactMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\ContactMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\PosMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\PosMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\SectionMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\SectionMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Juki\Bundle\AppBundle\Extension\TaggingMenuProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Extension\TaggingMenuProvider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\CategoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\CategoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\ContactFormFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ContactFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\ContactFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DeviceCategoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DeviceFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\DistributorFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\EventFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\EventFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\FeatureFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\FeatureHsmFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ProductAccessoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\RegionFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ReplaceFeatureProductFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\SewType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\SewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\ShopFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\TimelineEventFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Dictionary\TimelineFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\PosFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\PosFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductAttachmentFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\ProductAttachmentFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\ReplaceAttributeProductFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ArticlesByTagsSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ArticlesInCategorySectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ContactFormSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\ContactSalesSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\CtaBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\CtaColumnsSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\EventSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\EventSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\GeneralCataloguesBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\GetInspiredSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\InformationIconsSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\LastEventSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\LastEventSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\MainCategoriesSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\OperationsBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoHotspotBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoTextBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\PhotoTextGalleryBlockSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\QuoteSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\QuoteSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SelectedCategoriesSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SimpleEventsListSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\SimpleHsmCtaSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TextBlocksFormSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TextColumnsSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Section\TimelineSectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Section\TimelineSectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TagCategoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\TagCategoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\TextTitleType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\TextTitleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\ArticleOrProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\InformationIconType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\InformationIconType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlTextType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\UrlTextType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\Type\UrlType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\Type\UrlType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Juki\Bundle\AppBundle\Form\WizardCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Form\WizardCategoryType"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactFormManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ContactFormManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ContactManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ContactManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceCategoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DeviceManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\DistributorManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\EventManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\EventManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureHsmManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\FeatureManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\ProductAccessoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\RegionManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\SewManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\SewManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\ShopManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineEventManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\Dictionary\TimelineManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\PosManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\PosManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductAttachmentManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ProductAttachmentManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ProductManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ProductManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\RegistrationRequestManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\RegistrationRequestManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\TagCategoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\TagCategoryManager"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\WizardCategoryManager"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\WizardCategoryManager"; reason: abstract.
  • Removed service ".instanceof.Juki\Bundle\AppBundle\Model\ProductOrderCollection.0.Juki\Bundle\AppBundle\Model\ProductOrderCollection"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Model\ProductOrderCollection"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\FeatureHsmRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\ProductAccessoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\Dictionary\RegionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ShopRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ShopRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\TagCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\TagCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\EventNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\EventNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\FileNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\PosNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\PosNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ProductNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ProductNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SectionNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SectionNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\ShopNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\ShopNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\SlideNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\SlideNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TagNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\TagNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer"; reason: abstract.
  • Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData"; reason: abstract.
  • Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\DataFixtures\ORM\LoadProductsData"; reason: abstract.
1685
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Google_Client"; reason: unused.
  • Removed service "hitso.file_manager.menu.downloads"; reason: unused.
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "Hitso\Bundle\SmsBundle\Extension\SmsMenuProvider"; reason: unused.
  • Removed service "Hitso\Bundle\ActivityBundle\Extension\ActivityMenuProvider"; reason: unused.
  • Removed service "Hitso\Bundle\OAuthBundle\Extension\OAuthMenuProvider"; reason: unused.
  • Removed service "Hitso\Bundle\QABundle\Extension\QAMenuProvider"; reason: unused.
  • Removed service "hitso_content.menu.comments"; reason: unused.
  • Removed service "hitso_notification.menu.notifications"; reason: unused.
  • Removed service "hitso_routing.menu.routing"; reason: unused.
  • Removed service "hitso_tickets.menu.tickets"; reason: unused.
  • Removed service "hitso_content.menu.banners"; reason: unused.
  • Removed service "hitso_admin.menu.probe"; reason: unused.
  • Removed service "hitso_admin.menu.tools"; reason: unused.
  • Removed service "hitso.file_manager.menu.filemanager"; reason: unused.
  • Removed service "Symfony\Component\Ldap\Ldap"; reason: unused.
  • Removed service "Symfony\Component\Ldap\Adapter\ExtLdap\Adapter"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".wizard_category.cache.taggable"; reason: unused.
  • Removed service ".category_filters.cache.taggable"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".1_ResolvedFormTypeFactory~DVxsUfN"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~MH2QU04"; reason: unused.
  • Removed service ".1_DoctrineProvider~MH2QU04"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "lock.store.flock"; reason: unused.
  • Removed service "lock.store.semaphore"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service ".lock.default.store.2BORioJ"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "lock.default"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~DyxFLEA"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_second_level_cache.cache_configuration"; reason: unused.
  • Removed service "doctrine.orm.default_second_level_cache.default_cache_factory"; reason: unused.
  • Removed service "doctrine.orm.default_second_level_cache.logger_chain"; reason: unused.
  • Removed service "doctrine.orm.default_second_level_cache.logger_statistics"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; 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 "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~qAk9EAs"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~qAk9EAs"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~qAk9EAs"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~qAk9EAs"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "anyx.login_gate.storage.session"; reason: unused.
  • Removed service "fos_user.user_provider.username"; reason: unused.
  • Removed service "fos_user.mailer.twig_swift"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "knp_menu.menu_provider.builder_alias"; reason: unused.
  • Removed service "liform.transformer.integer"; reason: unused.
  • Removed service "liform.transformer.array"; reason: unused.
  • Removed service "liform.transformer.compound"; reason: unused.
  • Removed service "liform.transformer.choice"; reason: unused.
  • Removed service "liform.transformer.number"; reason: unused.
  • Removed service "liform.transformer.boolean"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_theme.templating.cache_warmer.template_paths"; reason: unused.
  • Removed service "httplug.async_client.default"; reason: unused.
  • Removed service "httplug.factory.symfony"; reason: unused.
  • Removed service "httplug.plugin.cookie"; reason: unused.
  • Removed service "httplug.plugin.decoder"; reason: unused.
  • Removed service "httplug.plugin.error"; reason: unused.
  • Removed service "httplug.plugin.history"; reason: unused.
  • Removed service "httplug.plugin.logger"; reason: unused.
  • Removed service "httplug.plugin.retry"; reason: unused.
  • Removed service "httplug.plugin.stopwatch"; reason: unused.
  • Removed service "httplug.collector.factory.buzz"; reason: unused.
  • Removed service "httplug.collector.factory.curl"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6"; reason: unused.
  • Removed service "httplug.collector.factory.react"; reason: unused.
  • Removed service "httplug.collector.factory.socket"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "twig_cache.profiler"; reason: unused.
  • Removed service "scheb_two_factor.security.access.access_decider"; reason: unused.
  • Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
  • Removed service "scheb_two_factor.default_trusted_device_manager"; reason: unused.
  • Removed service "scheb_two_factor.default_backup_code_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
  • Removed service "scheb_two_factor.provider_preparation_recorder"; reason: unused.
  • Removed service "Hitso\Bundle\AdminBundle\Extension\WhitelistIpProvider"; reason: unused.
  • Removed service "Hitso\Bundle\AdminBundle\Repository\WhitelistRepository"; reason: unused.
  • Removed service "Hitso\Bundle\CommonBundle\Security\EmailProvider"; reason: unused.
  • Removed service "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator"; reason: unused.
  • Removed service "Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityFactory"; reason: unused.
  • Removed service "Hitso\Bundle\CommonBundle\Helper\Reflection\ClassAnalyzer"; reason: unused.
  • Removed service "hitso_common.cache.doctrine"; reason: unused.
  • Removed service "Hitso\Bundle\CatalogBundle\DataTable\CategoryDataTable"; reason: unused.
  • Removed service "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapper"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Action"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Actions"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Bar"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\BatchActions"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Boolean"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\DateTime"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Editable"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Link"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Column\Text"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\ActionLink"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Callback"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\FilterCollection"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Hellip"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Implode"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Striptags"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Tags"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\ColumnFilter\Translate"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\CompareFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\DateFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\InputFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\InstanceOfFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\JsonFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\QueryFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\SelectFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\StaticFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Model\Filter\VisibleFilter"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSV"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHP"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheet"; reason: unused.
  • Removed service "Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrl"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Builder\OrderedButtonBuilder"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Builder\OrderedFormBuilder"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Builder\OrderedSubmitButtonBuilder"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Exception\OrderedConfigurationException"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\OrderedResolvedFormType"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\OrderedResolvedFormTypeFactory"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Orderer\FormOrderer"; reason: unused.
  • Removed service "Hitso\Bundle\FormBundle\Form\Renderer\JavascriptRenderer"; reason: unused.
  • Removed service "cmf_routing.orm_candidates"; reason: unused.
  • Removed service "Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener"; reason: unused.
  • Removed service "Hitso\Bundle\ContentBundle\Form\DataMapper\ContentAuthorMapper"; reason: unused.
  • Removed service "Hitso\Bundle\ContentBundle\Form\Model\CommentChangeStatus"; reason: unused.
  • Removed service "Hitso\Bundle\ContentBundle\Services\ElasticSearch\ElasticSearchVisitManager"; reason: unused.
  • Removed service "Hitso\Bundle\ContentBundle\Services\Feed\ContentProvider"; reason: unused.
  • Removed service "Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController"; reason: unused.
  • Removed service "Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: unused.
  • Removed service "Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: unused.
  • Removed service "Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\GroupRoute"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\GroupType"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\ArticleSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\BlockSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\FeaturedProductSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\HtmlCodeSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\ProductListSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\ProductSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\ProductSliderSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\PromoBoxSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\SetsSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Entity\Section\SubCategoriesSection"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataType"; reason: unused.
  • Removed service "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapper"; reason: unused.
  • Removed service "search.adapter"; reason: unused.
  • Removed service "Hitso\Bundle\TaggingBundle\Repository\TagTypeRepository"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.persistence.purger_mode"; reason: unused.
  • Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
  • Removed service "TheCodingMachine\GraphQLite\AnnotationReader"; reason: unused.
  • Removed service "GraphQL\Validator\Rules\DisableIntrospection"; reason: unused.
  • Removed service "GraphQL\Validator\Rules\QueryComplexity"; reason: unused.
  • Removed service "GraphQL\Validator\Rules\QueryDepth"; reason: unused.
  • Removed service "graphqlite.apcucache"; reason: unused.
  • Removed service "Juki\Bundle\AppBundle\Doctrine\Filter\ShopFilter"; reason: unused.
  • Removed service "Juki\Bundle\AppBundle\Manager\ArticleCategoryManager"; reason: unused.
  • Removed service "Juki\Bundle\AppBundle\Model\ProductOrderCollection"; reason: unused.
  • Removed service "Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchAdapter"; reason: unused.
  • Removed service "Juki\Bundle\AppBundle\Service\Search\ElasticSearch\ElasticSearchQueryBuilder"; reason: unused.
  • Removed service ".service_locator.wvHaELo"; reason: unused.
  • Removed service ".service_locator.gGJO_dQ"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.lock"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.0"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.1"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.4"; reason: unused.
  • Removed service ".service_locator..37F1Qm.Hitso\Bundle\BlocksBundle\Service\Api\Controller\BlockController"; reason: unused.
  • Removed service ".service_locator..37F1Qm.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: unused.
  • Removed service ".service_locator..37F1Qm.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: unused.
  • Removed service ".service_locator..37F1Qm.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: unused.
  • Removed service ".service_locator.YuxSq03.Hitso\Bundle\TranslationBundle\Controller\ApiController"; reason: unused.
  • Removed service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ShopNormalizer"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
  • Removed service "httplug.collector.factory.curl.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
  • Removed service "httplug.collector.factory.react.inner"; reason: unused.
  • Removed service "httplug.collector.factory.socket.inner"; reason: unused.
244
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.D1Oy4Sg" to "fragment.handler".
  • Inlined service ".1_~NRGkybJ" to "error_handler.error_renderer.html".
  • Inlined service ".2_~NRGkybJ" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~plcI67E" to "session.handler.native_file".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "hitso_form.form_orderer" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.wKCcy_j" to "form.extension".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.HZwO1lb" to "validator.validator_factory".
  • Inlined service ".service_locator.4pruRgi" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "snc_redis.data_collector" to "profiler".
  • Inlined service "hitso_common.data_collector.hat" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.4TIRpzc" to ".1_LegacyRouteLoaderContainer~GAy31Xb".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~GAy31Xb" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ImMf49.router.default" to "router.default".
  • Inlined service "monolog.logger.router" to "router.default".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer" to "serializer".
  • Inlined service "Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" to "serializer".
  • Inlined service "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" to "serializer".
  • Inlined service "Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" to "serializer".
  • Inlined service "Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" to "serializer".
  • Inlined service "Hitso\Bundle\FormBundle\Serializer\FileNormalizer" to "serializer".
  • Inlined service "Juki\Bundle\AppBundle\Serializer\RegistrationRequestNormalizer" to "serializer".
  • Inlined service "liform.serializer.form_error_normalizer" to "serializer".
  • Inlined service "liform.serializer.initial_values_normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~OSLlJK2" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~OSLlJK2" to "error_handler.error_renderer.serializer".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" 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 "sensio_framework_extra.psr7.http_foundation_factory" to "sensio_framework_extra.psr7.listener.response".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.iQaqp6K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.G.4zKws" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.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_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.wRo._6u" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "twig.loader.filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "httplug.collector.twig.http_message" to "twig".
  • Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
  • Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
  • Inlined service "twig_cache.extension" to "twig".
  • Inlined service "sonata.seo.twig.extension" to "twig".
  • Inlined service "cmf_seo.twig.extension" to "twig".
  • Inlined service "Hitso\Bundle\AdminBundle\Twig\MenuExtension" to "twig".
  • Inlined service "Hitso\Bundle\AdminBundle\Twig\SitesExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\MailExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\MediaFileExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\RequestExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\UserExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\UserLogExtension" to "twig".
  • Inlined service "Hitso\Bundle\CommonBundle\Twig\UtilityExtension" to "twig".
  • Inlined service "twig.extension.text" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" to "twig".
  • Inlined service "Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" to "twig".
  • Inlined service "hitso_form.twig.form_extension" to "twig".
  • Inlined service "Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension" to "twig".
  • Inlined service "Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" to "twig".
  • Inlined service "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" to "twig".
  • Inlined service "Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension" to "twig".
  • Inlined service "Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" to "twig".
  • Inlined service "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" to "twig".
  • Inlined service "Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" to "twig".
  • Inlined service "my.twig.extension.loader" to "twig".
  • Inlined service "Hitso\Bundle\SearchBundle\Twig\SearchExtension" to "twig".
  • Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" 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.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service "templating.finder" to "twig.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.ZoarNAe" to "twig.runtime_loader".
  • Inlined service ".1_bool~V5erAMm" to "twig.error_renderer.html".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.YFlXaxu" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.Usp0tdm" to "security.access_map".
  • Inlined service ".security.request_matcher.tzaOj87" to "security.access_map".
  • Inlined service ".security.request_matcher.6MaowM4" to "security.access_map".
  • Inlined service ".security.request_matcher.f41BggT" to "security.access_map".
  • Inlined service ".security.request_matcher.MD1LkCP" 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.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout.success_handler.frontend" to "security.logout_listener.frontend".
  • Inlined service "security.authentication.success_handler.frontend.form_login" to "security.authentication.listener.form.frontend".
  • Inlined service "security.authentication.failure_handler.frontend.form_login" to "security.authentication.listener.form.frontend".
  • Inlined service "security.authentication.form_entry_point.frontend" to "security.exception_listener.frontend".
  • Inlined service "security.exception_listener.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "security.logout_listener.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "security.firewall.map.config.frontend" to "security.firewall.map.context.frontend".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "Hitso\Bundle\AdminBundle\DataFixtures\ORM\LoadWhitelistData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\CommonBundle\DataFixtures\ORM\LoadSuperAdminData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadArticlesData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadCategoriesData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadFilesData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPagesData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPhotoData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\NavigationBundle\DataFixtures\ORM\LoadMenuData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\SectionBundle\DataFixtures\ORM\LoadGroupTypeData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\TicketsBundle\DataFixtures\ORM\LoadStatusData" to "doctrine.fixtures.loader".
  • Inlined service "Hitso\Bundle\ProbeBundle\DataFixtures\ORM\LoadProbeData" to "doctrine.fixtures.loader".
  • Inlined service "Juki\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadDistributorData" to "doctrine.fixtures.loader".
  • Inlined service "Juki\Bundle\AppBundle\DataFixtures\ORM\Dictionary\LoadShopData" to "doctrine.fixtures.loader".
  • Inlined service "Juki\Bundle\AppBundle\DataFixtures\ORM\LoadFileData" to "doctrine.fixtures.loader".
  • Inlined service "Juki\Bundle\AppBundle\DataFixtures\ORM\LoadTimelineData" to "doctrine.fixtures.loader".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".1_NonceGenerator~MZppkGR" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~MZppkGR" to "twig.extension.webprofiler".
  • Inlined service "anyx.login_gate.storage.orm" to "anyx.login_gate.attempt_storage".
  • Inlined service "guzzle.client" to "feedio.client".
  • Inlined service "feedio.client" to "feedio".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.security.login_manager" to "fos_user.listener.authentication".
  • Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
  • Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
  • Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
  • Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
  • Inlined service "fos_user.mailer.default" to "fos_user.resetting.controller".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
  • Inlined service ".service_locator.lHZYdJL" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "liip_theme.file_locator" to "liip_theme.templating_locator".
  • Inlined service "liip_theme.theme_auto_detect" to "liip_theme.active_theme".
  • Inlined service "httplug.collector.auto_discovered_client" to "httplug.strategy".
  • Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
  • Inlined service ".1_CurlCommandFormatter~F1sp1_1" to "httplug.collector.formatter".
  • Inlined service "httplug.collector.auto_discovered_client.inner" to "httplug.collector.auto_discovered_client".
  • Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
  • Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
  • Inlined service "sentry.client" to "Sentry\State\HubInterface".
  • Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware".
  • Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator".
  • Inlined service "Sentry\Integration\IgnoreErrorsIntegration" to "sentry.client.options".
  • Inlined service "Sentry\Integration\RequestFetcherInterface" to "sentry.client.options".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
  • Inlined service "snc_redis.logger" to "snc_redis.data_collector".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "twig_cache.strategy.generational" to "twig_cache.strategy".
  • Inlined service "twig_cache.strategy.lifetime" to "twig_cache.strategy".
  • Inlined service "twig_cache.strategy" to "twig_cache.extension".
  • Inlined service "twig_cache.strategy.spl_object_hash_key_generator" to "twig_cache.strategy.generational".
  • Inlined service "cmf_seo.config_values" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.title" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.read_title" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.description" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.extras" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.keywords" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.original_url" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.extractor_strategy.original_route" to "cmf_seo.presentation".
  • Inlined service "cmf_seo.error.exclusion_matcher" to "cmf_seo.error.suggestion_provider.controller".
  • Inlined service "jms_translation.extractor_manager" to "jms_translation.updater".
  • Inlined service "jms_translation.dumper.php_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xlf_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.2" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.3" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.yaml_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.5" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.6" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.7" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.8" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.9" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.10" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xliff_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.0" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.2" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.xliff_loader" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.3" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.4" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.5" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.6" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.7" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.8" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.9" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.10" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.11" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.extractor.file_extractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\AdminBundle\Translation\MenuExtractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\AdminBundle\Translation\SystemConfiguratorExtractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\AdminBundle\Translation\FormAuthenticatorExtractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\FormBundle\Translation\CropLabelExtractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\MultiSiteBundle\Translation\SitesExtractor" to "jms_translation.extractor_manager".
  • Inlined service "Hitso\Bundle\ContentBundle\Extension\TypeTranslationExtractor" to "jms_translation.extractor_manager".
  • Inlined service "jms_translation.extractor.file.default_php_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.form_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.translation_container_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.twig_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.validation_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.authentication_message_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\DataTableBundle\Translation\DataTableTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\AbstractCrudControllerTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\BreadcrumbsTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\FlashMessagesTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\FormOptionsTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\JavaScriptExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\LoggableAnnotationTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\SystemConfiguratorTranslationExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Extractor\YamlExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
  • Inlined service "scheb_two_factor.trusted_token_encoder" to "scheb_two_factor.trusted_token_storage".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "scheb_two_factor.null_trusted_device_manager" to "scheb_two_factor.trusted_device_handler".
  • Inlined service "scheb_two_factor.default_token_factory" to "scheb_two_factor.provider_handler".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController" to "Hitso\Bundle\AdminBundle\Controller\Admin\ChangeLogController".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController" to "Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController".
  • Inlined service ".service_locator.cDM_gPF.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController" to "Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController" to "Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController" to "Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\UsersController" to "Hitso\Bundle\AdminBundle\Controller\Admin\UsersController".
  • Inlined service ".service_locator.ZkgVMjl.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController" to "Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController".
  • Inlined service "hitso_admin.menu.dashboard" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_admin.menu.system_configuration" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\AdminBundle\Extension\UserMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_content.menu.slides" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_seo.menu.seo" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_navi.menu.navi" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_translation.menu.translator" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "hitso_admin.menu.tagging" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\AppMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\CatalogMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\ContactMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\PosMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\RegistrationRequestMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\SectionMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Juki\Bundle\AppBundle\Extension\TaggingMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
  • Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerCollection" to "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverser".
  • Inlined service "security.helper" to "Hitso\Bundle\CommonBundle\Doctrine\Service\EntityAuthorizationChecker".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\LoggableReverter\ProductPageSectionReverter" to "Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Services\LoggableReverter\ArticleLoggableReverter" to "Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Services\LoggableReverter\PageLoggableReverter" to "Hitso\Bundle\CommonBundle\Doctrine\Service\LoggableReverterCollection".
  • Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverser" to "Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber".
  • Inlined service "Hitso\Bundle\CommonBundle\UserLog\Formatter\CrudFormatter" to "Hitso\Bundle\CommonBundle\UserLog\FormatterChain".
  • Inlined service "Hitso\Bundle\CommonBundle\UserLog\Formatter\SecurityFormatter" to "Hitso\Bundle\CommonBundle\UserLog\FormatterChain".
  • Inlined service "Hitso\Bundle\CommonBundle\Media\FileExtensionGenerator" to "Hitso\Bundle\CommonBundle\Twig\MediaFileExtension".
  • Inlined service "Hitso\Bundle\BlocksBundle\Mailer\BlockMessageTransformer" to "Hitso\Bundle\CommonBundle\Mailer\Mailer".
  • Inlined service "Hitso\Bundle\CommonBundle\Mailer\Transformer\SimpleTextMessageTransformer" to "Hitso\Bundle\CommonBundle\Mailer\Mailer".
  • Inlined service "Hitso\Bundle\CommonBundle\Mailer\Transformer\TwigMessageTransformer" to "Hitso\Bundle\CommonBundle\Mailer\Mailer".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CommonBundle\Controller\Api\LikesController" to "Hitso\Bundle\CommonBundle\Controller\Api\LikesController".
  • Inlined service ".service_locator.vdmMuyE.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController" to "Hitso\Bundle\CommonBundle\Controller\Admin\CacheController".
  • Inlined service ".service_locator.hyz4CBf.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController" to "Hitso\Bundle\CommonBundle\Controller\Api\MonitorController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController" to "Hitso\Bundle\CommonBundle\Controller\Front\AboutUsController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CommonBundle\Controller\Front\HomePageController" to "Hitso\Bundle\CommonBundle\Controller\Front\HomePageController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CommonBundle\Controller\Front\UserController" to "Hitso\Bundle\CommonBundle\Controller\Front\UserController".
  • Inlined service "Hitso\Bundle\CommonBundle\Manager\ReviewManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\PageManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\SnapshotManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Manager\StatManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\SetsSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service "Juki\Bundle\AppBundle\Manager\ArticlesByTagsSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\BrandController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductChangeLogController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController" to "Hitso\Bundle\CatalogBundle\Controller\Front\CategoryController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Front\CompareController" to "Hitso\Bundle\CatalogBundle\Controller\Front\CompareController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController" to "Hitso\Bundle\CatalogBundle\Controller\Front\ErrorPageController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController" to "Hitso\Bundle\CatalogBundle\Controller\Front\FeaturedProductsController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\CatalogBundle\Controller\Front\ProductController" to "Hitso\Bundle\CatalogBundle\Controller\Front\ProductController".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Tax\Helper\TaxHelper" to "Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\BrandController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\BrandFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\BrandType".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributes" to "Hitso\Bundle\CatalogBundle\Service\Product\ProductLoggableReverter".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Compare\ProductMatrixProvider" to "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributesFormatter" to "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" to "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController".
  • Inlined service "Hitso\Bundle\DataTableBundle\Model\DataTableParams" to "Hitso\Bundle\DataTableBundle\Model\DataTableConfig".
  • Inlined service "Hitso\Bundle\DataTableBundle\Service\ContextManager" to "Hitso\Bundle\DataTableBundle\Service\DataTableFactory".
  • Inlined service ".service_locator.GByWi7y.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController".
  • Inlined service ".service_locator.GByWi7y.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController".
  • Inlined service ".service_locator.GByWi7y.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileChangeLogController".
  • Inlined service ".service_locator.GByWi7y.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController".
  • Inlined service ".service_locator.GByWi7y.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController" to "Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController".
  • Inlined service ".service_locator.O8oJ9Ww.Hitso\Bundle\FormBundle\Controller\ApiController" to "Hitso\Bundle\FormBundle\Controller\ApiController".
  • Inlined service ".service_locator.O8oJ9Ww.Hitso\Bundle\FormBundle\Controller\DownloadController" to "Hitso\Bundle\FormBundle\Controller\DownloadController".
  • Inlined service "hitso_form.config.file_type.message_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.file_type.icon_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.file_type.category_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.file_type.attachments" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.file_type.booklet" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.file_type.product_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.user_avatar" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.content_slide" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.content_banner" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.message_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.section_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.element_gallery" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.section_selected_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.og_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.product_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.timeline_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.product_images" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.wizard_category_images" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.config.image_type.sew_images" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
  • Inlined service "hitso_form.renderer.javascript" to "hitso_form.twig.form_extension".
  • Inlined service "hitso.multi_site.sites.admin" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
  • Inlined service "hitso.multi_site.sites.pl" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
  • Inlined service "hitso.multi_site.sites.en" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
  • Inlined service "Hitso\Bundle\MultiSiteBundle\Twig\SitesVariable" to "Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension".
  • Inlined service "cmf_routing.dynamic_router" to "cmf_routing.router".
  • Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
  • Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
  • Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
  • Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
  • Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController" to "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController" to "Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController" to "Hitso\Bundle\ContentBundle\Controller\Admin\BannerController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" to "Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController" to "Hitso\Bundle\ContentBundle\Controller\Admin\CommentController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController" to "Hitso\Bundle\ContentBundle\Controller\Admin\ContentChangeLogController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Admin\ContentController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Admin\RateController" to "Hitso\Bundle\ContentBundle\Controller\Admin\RateController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Api\CommentController" to "Hitso\Bundle\ContentBundle\Controller\Api\CommentController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Api\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Api\ContentController".
  • Inlined service "Hitso\Bundle\ContentBundle\Model\ElementTypeCollection" to "Hitso\Bundle\ContentBundle\Controller\Api\ElementController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Api\ElementController" to "Hitso\Bundle\ContentBundle\Controller\Api\ElementController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Api\SearchController" to "Hitso\Bundle\ContentBundle\Controller\Api\SearchController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController" to "Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController" to "Hitso\Bundle\ContentBundle\Controller\Front\ArticleController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Front\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Front\ContentController".
  • Inlined service ".service_locator.oyySsaA.Hitso\Bundle\ContentBundle\Controller\Front\FormController" to "Hitso\Bundle\ContentBundle\Controller\Front\FormController".
  • Inlined service ".service_locator.Qq0.P8e.Hitso\Bundle\ContentBundle\Controller\Front\PageController" to "Hitso\Bundle\ContentBundle\Controller\Front\PageController".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType".
  • Inlined service ".service_locator._qW5sUQ.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType".
  • Inlined service "hitso_common.type.articles" to "Hitso\Bundle\ContentBundle\Model\ContentTypeCollection".
  • Inlined service "hitso_common.type.pages" to "Hitso\Bundle\ContentBundle\Model\ContentTypeCollection".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController" to "Hitso\Bundle\SeoBundle\Controller\Admin\SeoPageController".
  • Inlined service "Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider" to "Hitso\Bundle\SeoBundle\Service\SitemapGenerator".
  • Inlined service "Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider" to "Hitso\Bundle\SeoBundle\Service\SitemapGenerator".
  • Inlined service "Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorCollection" to "Hitso\Bundle\SeoBundle\Twig\JsonLinkingDataExtension".
  • Inlined service "Hitso\Bundle\ContentBundle\Seo\Json\ArticleCategoryJsonLinkingDataGenerator" to "Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorCollection".
  • Inlined service "Hitso\Bundle\ContentBundle\Seo\Json\ArticleJsonLinkingDataGenerator" to "Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorCollection".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController" to "Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\NavigationBundle\Controller\ApiController" to "Hitso\Bundle\NavigationBundle\Controller\ApiController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\NavigationBundle\Controller\NavigationController" to "Hitso\Bundle\NavigationBundle\Controller\NavigationController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController" to "Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory" to "Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory".
  • Inlined service ".service_locator..37F1Qm.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType" to "Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType".
  • Inlined service "Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
  • Inlined service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
  • Inlined service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
  • Inlined service "Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController" to "Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController" to "Hitso\Bundle\NewsletterBundle\Controller\Front\SubscriberController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController" to "Hitso\Bundle\SectionBundle\Controller\Admin\BlockController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController" to "Hitso\Bundle\SectionBundle\Controller\Admin\GroupController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController" to "Hitso\Bundle\SectionBundle\Controller\Admin\SectionController".
  • Inlined service "Hitso\Bundle\SectionBundle\Extension\SectionStrategyCollection" to "Hitso\Bundle\SectionBundle\Controller\Front\SectionController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\SectionBundle\Controller\Front\SectionController" to "Hitso\Bundle\SectionBundle\Controller\Front\SectionController".
  • Inlined service "hitso_section.type.block_get_inspired" to "Hitso\Bundle\SectionBundle\Model\BlockSectionTypeCollection".
  • Inlined service "hitso_section.type.product_photo_text" to "Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection".
  • Inlined service "hitso_section.type.product_photo_hotspot" to "Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection".
  • Inlined service "hitso_section.type.product_photo_text_gallery" to "Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection".
  • Inlined service "hitso_section.type.product_operations" to "Hitso\Bundle\SectionBundle\Model\ProductSectionTypeCollection".
  • Inlined service "hitso_section.type.simple_header_lead" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_description" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_video" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_cta_block" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_contact_sales" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_cta_columns" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_text_columns" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_event" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_simple_events_list" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_quote" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_timeline" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_last_event" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_photo" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_divided" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_gallery" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_photo_text" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_photo_hotspot" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_information_cta" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_hsm_cta" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_information_icons" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_featured_articles" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_promoted_articles" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_simple_articles_by_tags" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_product_list" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_main_categories" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_general_catalogues" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_html_code" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_contact_form" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "hitso_section.type.simple_text_blocks" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
  • Inlined service "Hitso\Bundle\SectionBundle\Service\FeaturedProductsService" to "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController" to "Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TicketsBundle\Controller\Front\TicketController" to "Hitso\Bundle\TicketsBundle\Controller\Front\TicketController".
  • Inlined service "Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\MicrosoftTranslator" to "Hitso\Bundle\TranslationBundle\Controller\ApiController".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\XPort\XPorter" to "Hitso\Bundle\TranslationBundle\Controller\TranslatorController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TranslationBundle\Controller\TranslatorController" to "Hitso\Bundle\TranslationBundle\Controller\TranslatorController".
  • Inlined service "Hitso\Bundle\TranslationBundle\Translation\Formatter\GenderFormatter" to "Hitso\Bundle\TranslationBundle\Translation\FormattingTranslator".
  • Inlined service "Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\FileAccessTokenStorage" to "Hitso\Bundle\TranslationBundle\MachineTranslator\MachineTranslator\MicrosoftTranslator".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\QABundle\Controller\AnswerController" to "Hitso\Bundle\QABundle\Controller\AnswerController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\QABundle\Controller\QuestionController" to "Hitso\Bundle\QABundle\Controller\QuestionController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController" to "Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController".
  • Inlined service ".service_locator.hFEOIxo.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController" to "Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController".
  • Inlined service ".service_locator.hFEOIxo.Hitso\Bundle\SearchBundle\Controller\Front\SearchController" to "Hitso\Bundle\SearchBundle\Controller\Front\SearchController".
  • Inlined service "Hitso\Bundle\SearchBundle\Service\Search\SearchResultStorage" to "Hitso\Bundle\SearchBundle\Manager\SearchManager".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController" to "Hitso\Bundle\TaggingBundle\Controller\Admin\TagController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController" to "Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController".
  • Inlined service ".service_locator.YuxSq03.Hitso\Bundle\TaggingBundle\Controller\Api\TagController" to "Hitso\Bundle\TaggingBundle\Controller\Api\TagController".
  • Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
  • Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
  • Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
  • Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
  • Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
  • Inlined service "Endroid\QrCode\WriterRegistry" to "Endroid\QrCode\Factory\QrCodeFactory".
  • Inlined service "overblog_graphiql.view.config.javascript_libraries" to "overblog_graphiql.view.config".
  • Inlined service "overblog_graphiql.view.config" to "overblog_graphiql.controller".
  • Inlined service "overblog_graphiql.controller.graphql.endpoint" to "overblog_graphiql.controller".
  • Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthenticationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthorizationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\AggregateControllerQueryProviderFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\Bundle\Mappers\RequestParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
  • Inlined service "TheCodingMachine\GraphQLite\SchemaFactory" to "TheCodingMachine\GraphQLite\Schema".
  • Inlined service "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
  • Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
  • Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\AttributeController" to "Juki\Bundle\AppBundle\Controller\Admin\AttributeController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\CategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ContactController" to "Juki\Bundle\AppBundle\Controller\Admin\ContactController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ContactFormController" to "Juki\Bundle\AppBundle\Controller\Admin\ContactFormController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\ContentCategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ContentController" to "Juki\Bundle\AppBundle\Controller\Admin\ContentController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\DeviceCategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\DeviceController" to "Juki\Bundle\AppBundle\Controller\Admin\DeviceController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\DistributorController" to "Juki\Bundle\AppBundle\Controller\Admin\DistributorController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\EventController" to "Juki\Bundle\AppBundle\Controller\Admin\EventController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\FeatureController" to "Juki\Bundle\AppBundle\Controller\Admin\FeatureController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController" to "Juki\Bundle\AppBundle\Controller\Admin\FeatureHsmController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\HotspotController" to "Juki\Bundle\AppBundle\Controller\Admin\HotspotController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\PosController" to "Juki\Bundle\AppBundle\Controller\Admin\PosController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\PreviewController" to "Juki\Bundle\AppBundle\Controller\Admin\PreviewController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController" to "Juki\Bundle\AppBundle\Controller\Admin\ProductAccessoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController" to "Juki\Bundle\AppBundle\Controller\Admin\ProductAttachmentController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\ProductCategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ProductController" to "Juki\Bundle\AppBundle\Controller\Admin\ProductController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\RegionController" to "Juki\Bundle\AppBundle\Controller\Admin\RegionController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController" to "Juki\Bundle\AppBundle\Controller\Admin\RegistrationRequestController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\SewController" to "Juki\Bundle\AppBundle\Controller\Admin\SewController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\ShopController" to "Juki\Bundle\AppBundle\Controller\Admin\ShopController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\TagCategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\TimelineController" to "Juki\Bundle\AppBundle\Controller\Admin\TimelineController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController" to "Juki\Bundle\AppBundle\Controller\Admin\TimelineEventController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController" to "Juki\Bundle\AppBundle\Controller\Admin\WizardCategoryController".
  • Inlined service "Juki\Bundle\AppBundle\Service\Helper\TagFilterHelper" to "Juki\Bundle\AppBundle\Controller\Api\ArticleController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\ArticleController" to "Juki\Bundle\AppBundle\Controller\Api\ArticleController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\CategoryController" to "Juki\Bundle\AppBundle\Controller\Api\CategoryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\ContactController" to "Juki\Bundle\AppBundle\Controller\Api\ContactController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\CountryController" to "Juki\Bundle\AppBundle\Controller\Api\CountryController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\DistributorController" to "Juki\Bundle\AppBundle\Controller\Api\DistributorController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\ErrorPageController" to "Juki\Bundle\AppBundle\Controller\Api\ErrorPageController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\EventController" to "Juki\Bundle\AppBundle\Controller\Api\EventController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\PosController" to "Juki\Bundle\AppBundle\Controller\Api\PosController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\ProductController" to "Juki\Bundle\AppBundle\Controller\Api\ProductController".
  • Inlined service ".service_locator.vdmMuyE.Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController" to "Juki\Bundle\AppBundle\Controller\Api\RegistrationRequestController".
  • Inlined service "Juki\Bundle\AppBundle\Service\Search\ArticleSearch" to "Juki\Bundle\AppBundle\Controller\Api\SearchController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\SearchController" to "Juki\Bundle\AppBundle\Controller\Api\SearchController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\SectionController" to "Juki\Bundle\AppBundle\Controller\Api\SectionController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\ShopController" to "Juki\Bundle\AppBundle\Controller\Api\ShopController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\SlideController" to "Juki\Bundle\AppBundle\Controller\Api\SlideController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\SubscriberController" to "Juki\Bundle\AppBundle\Controller\Api\SubscriberController".
  • Inlined service "Juki\Bundle\AppBundle\Service\Helper\TestFiltersHelper" to "Juki\Bundle\AppBundle\Controller\Api\TestController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\TestController" to "Juki\Bundle\AppBundle\Controller\Api\TestController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\TimelineController" to "Juki\Bundle\AppBundle\Controller\Api\TimelineController".
  • Inlined service ".service_locator.YuxSq03.Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController" to "Juki\Bundle\AppBundle\Controller\Api\WizardCategoryController".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer" to "Juki\Bundle\AppBundle\Serializer\ArticleAdditionalCategoryNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer" to "Juki\Bundle\AppBundle\Serializer\ArticleCategoryNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ArticleNormalizer" to "Juki\Bundle\AppBundle\Serializer\ArticleNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\CategoryNormalizer" to "Juki\Bundle\AppBundle\Serializer\CategoryNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer" to "Juki\Bundle\AppBundle\Serializer\ContactFormNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\EventNormalizer" to "Juki\Bundle\AppBundle\Serializer\EventNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\FileNormalizer" to "Juki\Bundle\AppBundle\Serializer\FileNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\PosNormalizer" to "Juki\Bundle\AppBundle\Serializer\PosNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\ProductNormalizer" to "Juki\Bundle\AppBundle\Serializer\ProductNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer" to "Juki\Bundle\AppBundle\Serializer\SectionGroupsNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\SectionNormalizer" to "Juki\Bundle\AppBundle\Serializer\SectionNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\SlideNormalizer" to "Juki\Bundle\AppBundle\Serializer\SlideNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\TagNormalizer" to "Juki\Bundle\AppBundle\Serializer\TagNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\TimelineNormalizer" to "Juki\Bundle\AppBundle\Serializer\TimelineNormalizer".
  • Inlined service ".service_locator.TwOeOFB.Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer" to "Juki\Bundle\AppBundle\Serializer\WizardCategoryNormalizer".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver.inner" to "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
  • Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
  • Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
  • Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
  • Inlined service "wizard_category.cache.traceable.recorder_inner" to "wizard_category.cache.traceable".
  • Inlined service "category_filters.cache.traceable.recorder_inner" to "category_filters.cache.traceable".
  • Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
  • Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
  • Inlined service "security.authentication.provider.guard.api.two_factor_decorator.inner" to "security.authentication.provider.guard.api.two_factor_decorator".
  • Inlined service "security.authentication.provider.dao.admin.two_factor_decorator.inner" to "security.authentication.provider.dao.admin.two_factor_decorator".
  • Inlined service "security.authentication.provider.anonymous.admin.two_factor_decorator.inner" to "security.authentication.provider.anonymous.admin.two_factor_decorator".
  • Inlined service "security.authentication.provider.guard.frontend.two_factor_decorator.inner" to "security.authentication.provider.guard.frontend.two_factor_decorator".
  • Inlined service "security.authentication.provider.dao.frontend.two_factor_decorator.inner" to "security.authentication.provider.dao.frontend.two_factor_decorator".
  • Inlined service "security.authentication.provider.rememberme.frontend.two_factor_decorator.inner" to "security.authentication.provider.rememberme.frontend.two_factor_decorator".
  • Inlined service "security.authentication.provider.anonymous.frontend.two_factor_decorator.inner" to "security.authentication.provider.anonymous.frontend.two_factor_decorator".
  • Inlined service "security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.frontend.two_factor_decorator".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.1ImMf49" to ".service_locator.1ImMf49.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.cDM_gPF" to ".service_locator.cDM_gPF.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController".
  • Inlined service ".service_locator.hyz4CBf" to ".service_locator.hyz4CBf.Hitso\Bundle\CommonBundle\Controller\Api\MonitorController".
  • Inlined service ".service_locator.eNSNlKL" to ".service_locator.eNSNlKL.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController".
  • Inlined service ".service_locator.oyySsaA" to ".service_locator.oyySsaA.Hitso\Bundle\ContentBundle\Controller\Front\FormController".
  • Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
  • Inlined service "sensio_framework_extra.psr7.http_message_factory" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.JLsaar1" to "console.command_loader".
  • Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
  • Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
  • Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
  • Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
  • Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
  • Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
  • Inlined service "wizard_category.cache.traceable.inner" to "wizard_category.cache.traceable.recorder_inner".
  • Inlined service "category_filters.cache.traceable.inner" to "category_filters.cache.traceable.recorder_inner".
  • Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
  • Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
  • Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
  • Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
  • Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
  • Inlined service "sonata.seo.sitemap.manager" to "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand".
  • Inlined service "Hitso\Bundle\CommonBundle\Helper\Process\ProcessHelper" to "console.command.public_alias.Hitso\Bundle\CommonBundle\Command\EnhanceCommand".
  • Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\TraitGenerator\TraitGeneratorEnhancerCollection" to "console.command.public_alias.Hitso\Bundle\CommonBundle\Command\EnhanceCommand".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "twig_cache.adapter" to "twig".
  • Inlined service "twig_cache.adapter" to "twig".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "router.default" to "cmf_routing.router".
  • Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
  • Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
  • Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
  • Inlined service "router.default" to "cmf_routing.router".
  • Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
1000
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "httplug.client" was defined on service(s) "httplug.client", but was never used.
1