http://admin.parfen.sk/admin/order-pdf/list

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"admin_order_pdf_list"
.
[
  "route" => "admin_order_pdf_list"
  "route_parameters" => [
    "_route" => "admin_order_pdf_list"
    "_controller" => "App\CoreBundle\Controller\Admin\OrderPdfController::listAction"
  ]
  "request_uri" => "http://admin.parfen.sk/admin/order-pdf/list"
  "method" => "GET"
]

Deprecations 229

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
[
  "exception" => ErrorException {#787
    #message: "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', \E_USER_DEPRECATED);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:461 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/html/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/html/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', \E_USER_DEPRECATED);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:461 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/html/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/html/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
[
  "exception" => ErrorException {#762
    #message: "User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/web-server-bundle/WebServerBundle.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/web-server-bundle/WebServerBundle.php:23 {
        Symfony\Bundle\WebServerBundle\WebServerBundle->boot() …
        › {    @trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.', \E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:140 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        ›     $bundle->setContainer($this->container);    $bundle->boot();}
      }
      /var/www/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
php User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead.
[
  "exception" => ErrorException {#604
    #message: "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
        Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
        › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10211 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › {    return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2839 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenManagerService() …
        › {    return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10299 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_LogoutUrlGeneratorService() …
        › 
        › $instance->registerListener('administration', 'admin_logout', 'admin_logout', '_csrf_token', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), NULL);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:7310 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDebug_Security_FirewallService() …
        › {    return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2113 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());}, 1 => 'configureLogoutUrlGenerator'], 8);
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
    Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
    › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10211 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › {    return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2839 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenManagerService() …
    › {    return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10299 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getSecurity_LogoutUrlGeneratorService() …
    › 
    › $instance->registerListener('administration', 'admin_logout', 'admin_logout', '_csrf_token', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), NULL);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:7310 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDebug_Security_FirewallService() …
    › {    return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2113 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());}, 1 => 'configureLogoutUrlGenerator'], 8);
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Non-static method App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create() should not be called statically
[
  "exception" => ErrorException {#560
    #message: "Deprecated: Non-static method App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create() should not be called statically"
    #code: 0
    #file: "/var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php"
    #line: 1835
    #severity: E_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1835 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setMetadataCacheImpl(new \Doctrine\Common\Cache\PhpFileCache(($this->targetDir.''.'/metadata')));$a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
        › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1835 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setMetadataCacheImpl(new \Doctrine\Common\Cache\PhpFileCache(($this->targetDir.''.'/metadata')));$a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
    › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.
[
  "exception" => ErrorException {#572
    #message: "User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/cache/DoctrineProvider.php:29 {
        Symfony\Component\Cache\DoctrineProvider->__construct(CacheItemPoolInterface $pool) …
        › {    trigger_deprecation('symfony/cache', '5.4', '"%s" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.', __CLASS__);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1836 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));$a->setMetadataDriverImpl($b);
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
        › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/vendor/symfony/cache/DoctrineProvider.php:29 {
    Symfony\Component\Cache\DoctrineProvider->__construct(CacheItemPoolInterface $pool) …
    › {    trigger_deprecation('symfony/cache', '5.4', '"%s" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.', __CLASS__);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1836 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));$a->setMetadataDriverImpl($b);
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
    › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#575
    #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/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1843 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
        › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1843 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4501 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTransactionalMasterRequestListenerService() …
    › {    return $this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] = new \App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1921 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\CoreBundle\\Component\\HttpFoundation\\TransactionalMasterRequestListener'] ?? $this->getTransactionalMasterRequestListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "translator.selector" service is deprecated since Symfony 4.2, use "identity_translator" instead.
[
  "exception" => ErrorException {#384
    #message: "User Deprecated: The "translator.selector" service is deprecated since Symfony 4.2, use "identity_translator" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11275 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTranslator_SelectorService() …
        › {    trigger_deprecation('', '', 'The "translator.selector" service is deprecated since Symfony 4.2, use "identity_translator" instead.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:6369 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getIdentityTranslatorService() …
        › {    return $this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] = new \Symfony\Component\Translation\IdentityTranslator($this->getTranslator_SelectorService());}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:9097 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {    yield 0 => ($this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] ?? $this->getIdentityTranslatorService());    yield 1 => ($this->privates['App\\CoreBundle\\Component\\Translation\\Translator'] ?? $this->getTranslator2Service());
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:69 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
        › {    foreach ($this->localeAwareServices as $service) {        try {
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
        › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11275 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTranslator_SelectorService() …
    › {    trigger_deprecation('', '', 'The "translator.selector" service is deprecated since Symfony 4.2, use "identity_translator" instead.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:6369 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getIdentityTranslatorService() …
    › {    return $this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] = new \Symfony\Component\Translation\IdentityTranslator($this->getTranslator_SelectorService());}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:9097 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {    yield 0 => ($this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] ?? $this->getIdentityTranslatorService());    yield 1 => ($this->privates['App\\CoreBundle\\Component\\Translation\\Translator'] ?? $this->getTranslator2Service());
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:69 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
    › {    foreach ($this->localeAwareServices as $service) {        try {
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
    › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\Translation\MessageSelector" class is deprecated since Symfony 4.2, use IdentityTranslator instead.
[
  "exception" => ErrorException {#385
    #message: "User Deprecated: The "Symfony\Component\Translation\MessageSelector" class is deprecated since Symfony 4.2, use IdentityTranslator instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/translation/MessageSelector.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/translation/MessageSelector.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.2, use IdentityTranslator instead.', MessageSelector::class), \E_USER_DEPRECATED);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11277 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTranslator_SelectorService() …
        › 
        ›     return new \Symfony\Component\Translation\MessageSelector();}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:6369 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getIdentityTranslatorService() …
        › {    return $this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] = new \Symfony\Component\Translation\IdentityTranslator($this->getTranslator_SelectorService());}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:9097 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {    yield 0 => ($this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] ?? $this->getIdentityTranslatorService());    yield 1 => ($this->privates['App\\CoreBundle\\Component\\Translation\\Translator'] ?? $this->getTranslator2Service());
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:69 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
        › {    foreach ($this->localeAwareServices as $service) {        try {
      }
      /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
        › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/translation/MessageSelector.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.2, use IdentityTranslator instead.', MessageSelector::class), \E_USER_DEPRECATED);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11277 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTranslator_SelectorService() …
    › 
    ›     return new \Symfony\Component\Translation\MessageSelector();}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:6369 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getIdentityTranslatorService() …
    › {    return $this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] = new \Symfony\Component\Translation\IdentityTranslator($this->getTranslator_SelectorService());}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:9097 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {    yield 0 => ($this->privates['Symfony\\Component\\Translation\\IdentityTranslator'] ?? $this->getIdentityTranslatorService());    yield 1 => ($this->privates['App\\CoreBundle\\Component\\Translation\\Translator'] ?? $this->getTranslator2Service());
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:69 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
    › {    foreach ($this->localeAwareServices as $service) {        try {
  }
  /var/www/html/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
    › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#36
    #message: "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10964 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
        › {    trigger_deprecation('', '', 'The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
        › 
        › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
        › 
        ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
        › 
        › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
        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/html/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10964 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
    › {    trigger_deprecation('', '', 'The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
    › 
    › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
    › 
    ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
    › 
    › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
    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/html/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#23
    #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/html/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10966 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
        › 
        ›     return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
        › 
        › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
        › 
        ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
        › 
        › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
        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/html/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10966 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
    › 
    ›     return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
    › 
    › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
    › 
    ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
    › 
    › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
    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/html/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#1780
    #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/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10978 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
        › {    trigger_deprecation('', '', 'The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
        › 
        › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
        › 
        ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
        › 
        › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
        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/html/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10978 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
    › {    trigger_deprecation('', '', 'The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
    › 
    › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
    › 
    ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
    › 
    › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
    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/html/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#90
    #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/html/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10980 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
        › 
        ›     return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
        › 
        › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
        › 
        ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
        › 
        › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
        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/html/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10980 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
    › 
    ›     return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3187 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwigService() …
    › 
    › $b = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));$b->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:4491 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getGridFactoryService() …
    › 
    ›     return $this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] = new \App\CoreBundle\Component\Grid\GridFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\CoreBundle\\Component\\Router\\Security\\RouteCsrfProtector'] ?? $this->getRouteCsrfProtectorService()), ($this->services['twig'] ?? $this->getTwigService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1044 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getOrderPdfControllerService() …
    › 
    › $this->services['App\\CoreBundle\\Controller\\Admin\\OrderPdfController'] = $instance = new \App\CoreBundle\Controller\Admin\OrderPdfController(($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] ?? ($this->privates['App\\CoreBundle\\Model\\AdminNavigation\\BreadcrumbOverrider'] = new \App\CoreBundle\Model\AdminNavigation\BreadcrumbOverrider())), ($this->privates['App\\CoreBundle\\Component\\Grid\\GridFactory'] ?? $this->getGridFactoryService()), ($this->privates['App\\CoreBundle\\Model\\OrderPdf\\OrderPdfFacade'] ?? $this->getOrderPdfFacadeService()), ($this->privates['App\\CoreBundle\\Model\\Administrator\\AdministratorGridFacade'] ?? $this->getAdministratorGridFacadeService()), ($this->privates['App\\CoreBundle\\Model\\UploadedFile\\UploadedFileFacade'] ?? $this->getUploadedFileFacadeService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:239 {
    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/html/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/html/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/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/html/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/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Class "App\CoreBundle\Form\Extension\FormTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => ErrorException {#1681
    #message: "User Deprecated: Class "App\CoreBundle\Form\Extension\FormTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2."
    #code: 0
    #file: "/var/www/html/vendor/symfony/error-handler/DebugClassLoader.php"
    #line: 390
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:8242 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › yield 0 => ($this->privates['App\\CoreBundle\\Form\\Extension\\FormRenderingConfigurationExtension'] ?? ($this->privates['App\\CoreBundle\\Form\\Extension\\FormRenderingConfigurationExtension'] = new \App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension()));yield 1 => ($this->privates['App\\CoreBundle\\Form\\Extension\\FormTypeExtension'] ?? ($this->privates['App\\CoreBundle\\Form\\Extension\\FormTypeExtension'] = new \App\CoreBundle\Form\Extension\FormTypeExtension()));yield 2 => ($this->privates['App\\CoreBundle\\Form\\Extension\\LegendFormTypeExtension'] ?? $this->getLegendFormTypeExtensionService());
      }
      /var/www/html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:56 {
        Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions($name) …
        › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:118 {
        Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
        ›     $typeExtensions,    $extension->getTypeExtensions($fqcn));
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
        Symfony\Component\Form\FormRegistry->getType($name) …
        › 
        ›     $this->types[$name] = $this->resolveType($type);}
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:125 {
        Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
        ›     $typeExtensions,    $parentType ? $this->getType($parentType) : null);
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
        Symfony\Component\Form\FormRegistry->getType($name) …
        › 
        ›     $this->types[$name] = $this->resolveType($type);}
      }
      /var/www/html/vendor/symfony/form/FormFactory.php:60 {
        Symfony\Component\Form\FormFactory->createBuilder($type = '…51', $data = null, array $options = []) …
        › 
        ›     return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
      }
      /var/www/html/vendor/symfony/form/FormFactory.php:32 {
        Symfony\Component\Form\FormFactory->create($type = '…51', $data = null, array $options = []) …
        › {    return $this->createBuilder($type, $data, $options)->getForm();}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:324 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
        › {    return $this->container->get('form.factory')->create($type, $data, $options);}
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:70 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        › 
        › $quickSearchForm = $this->createForm(QuickSearchFormType::class, new QuickSearchFormData());$quickSearchForm->handleRequest($request);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:8242 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › yield 0 => ($this->privates['App\\CoreBundle\\Form\\Extension\\FormRenderingConfigurationExtension'] ?? ($this->privates['App\\CoreBundle\\Form\\Extension\\FormRenderingConfigurationExtension'] = new \App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension()));yield 1 => ($this->privates['App\\CoreBundle\\Form\\Extension\\FormTypeExtension'] ?? ($this->privates['App\\CoreBundle\\Form\\Extension\\FormTypeExtension'] = new \App\CoreBundle\Form\Extension\FormTypeExtension()));yield 2 => ($this->privates['App\\CoreBundle\\Form\\Extension\\LegendFormTypeExtension'] ?? $this->getLegendFormTypeExtensionService());
  }
  /var/www/html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:56 {
    Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions($name) …
    › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:118 {
    Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
    ›     $typeExtensions,    $extension->getTypeExtensions($fqcn));
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
    Symfony\Component\Form\FormRegistry->getType($name) …
    › 
    ›     $this->types[$name] = $this->resolveType($type);}
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:125 {
    Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
    ›     $typeExtensions,    $parentType ? $this->getType($parentType) : null);
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
    Symfony\Component\Form\FormRegistry->getType($name) …
    › 
    ›     $this->types[$name] = $this->resolveType($type);}
  }
  /var/www/html/vendor/symfony/form/FormFactory.php:60 {
    Symfony\Component\Form\FormFactory->createBuilder($type = '…51', $data = null, array $options = []) …
    › 
    ›     return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
  }
  /var/www/html/vendor/symfony/form/FormFactory.php:32 {
    Symfony\Component\Form\FormFactory->create($type = '…51', $data = null, array $options = []) …
    › {    return $this->createBuilder($type, $data, $options)->getForm();}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:324 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
    › {    return $this->container->get('form.factory')->create($type, $data, $options);}
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:70 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    › 
    › $quickSearchForm = $this->createForm(QuickSearchFormType::class, new QuickSearchFormData());$quickSearchForm->handleRequest($request);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Non-static method App\CoreBundle\Form\Extension\FormTypeExtension::getExtendedTypes() should not be called statically
[
  "exception" => ErrorException {#1465
    #message: "Deprecated: Non-static method App\CoreBundle\Form\Extension\FormTypeExtension::getExtendedTypes() should not be called statically"
    #code: 0
    #file: "/var/www/html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php"
    #line: 62
    #severity: E_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:62 {
        Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions($name) …
        › 
        › foreach ($extension::getExtendedTypes() as $extendedType) {    $extendedTypes[] = $extendedType;
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:118 {
        Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
        ›     $typeExtensions,    $extension->getTypeExtensions($fqcn));
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
        Symfony\Component\Form\FormRegistry->getType($name) …
        › 
        ›     $this->types[$name] = $this->resolveType($type);}
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:125 {
        Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
        ›     $typeExtensions,    $parentType ? $this->getType($parentType) : null);
      }
      /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
        Symfony\Component\Form\FormRegistry->getType($name) …
        › 
        ›     $this->types[$name] = $this->resolveType($type);}
      }
      /var/www/html/vendor/symfony/form/FormFactory.php:60 {
        Symfony\Component\Form\FormFactory->createBuilder($type = '…51', $data = null, array $options = []) …
        › 
        ›     return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
      }
      /var/www/html/vendor/symfony/form/FormFactory.php:32 {
        Symfony\Component\Form\FormFactory->create($type = '…51', $data = null, array $options = []) …
        › {    return $this->createBuilder($type, $data, $options)->getForm();}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:324 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
        › {    return $this->container->get('form.factory')->create($type, $data, $options);}
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:70 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        › 
        › $quickSearchForm = $this->createForm(QuickSearchFormType::class, new QuickSearchFormData());$quickSearchForm->handleRequest($request);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:62 {
    Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions($name) …
    › 
    › foreach ($extension::getExtendedTypes() as $extendedType) {    $extendedTypes[] = $extendedType;
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:118 {
    Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
    ›     $typeExtensions,    $extension->getTypeExtensions($fqcn));
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
    Symfony\Component\Form\FormRegistry->getType($name) …
    › 
    ›     $this->types[$name] = $this->resolveType($type);}
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:125 {
    Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
    ›     $typeExtensions,    $parentType ? $this->getType($parentType) : null);
  }
  /var/www/html/vendor/symfony/form/FormRegistry.php:92 {
    Symfony\Component\Form\FormRegistry->getType($name) …
    › 
    ›     $this->types[$name] = $this->resolveType($type);}
  }
  /var/www/html/vendor/symfony/form/FormFactory.php:60 {
    Symfony\Component\Form\FormFactory->createBuilder($type = '…51', $data = null, array $options = []) …
    › 
    ›     return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
  }
  /var/www/html/vendor/symfony/form/FormFactory.php:32 {
    Symfony\Component\Form\FormFactory->create($type = '…51', $data = null, array $options = []) …
    › {    return $this->createBuilder($type, $data, $options)->getForm();}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:324 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
    › {    return $this->container->get('form.factory')->create($type, $data, $options);}
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:70 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    › 
    › $quickSearchForm = $this->createForm(QuickSearchFormType::class, new QuickSearchFormData());$quickSearchForm->handleRequest($request);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (39 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#1666
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /var/www/html/src/CoreBundle/Component/Grid/Grid.php:785 {
        App\CoreBundle\Component\Grid\Grid->loadFromRequest() …
        › {    $queryData = $this->requestStack->getMasterRequest()->query->get(self::GET_PARAMETER, []);    if (array_key_exists($this->id, $queryData)) {
      }
      /var/www/html/src/CoreBundle/Component/Grid/Grid.php:209 {
        App\CoreBundle\Component\Grid\Grid->__construct($id, DataSourceInterface $dataSource, RequestStack $requestStack, RouterInterface $router, RouteCsrfProtector $routeCsrfProtector, Environment $twig) …
        › 
        ›     $this->loadFromRequest();}
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridFactory.php:66 {
        App\CoreBundle\Component\Grid\GridFactory->create($gridId, DataSourceInterface $dataSource) …
        ›     $this->routeCsrfProtector,    $this->twig);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:83 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        › 
        › $grid = $this->gridFactory->create('orderPdfList', $dataSource);$grid->enablePaging();
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /var/www/html/src/CoreBundle/Component/Grid/Grid.php:785 {
    App\CoreBundle\Component\Grid\Grid->loadFromRequest() …
    › {    $queryData = $this->requestStack->getMasterRequest()->query->get(self::GET_PARAMETER, []);    if (array_key_exists($this->id, $queryData)) {
  }
  /var/www/html/src/CoreBundle/Component/Grid/Grid.php:209 {
    App\CoreBundle\Component\Grid\Grid->__construct($id, DataSourceInterface $dataSource, RequestStack $requestStack, RouterInterface $router, RouteCsrfProtector $routeCsrfProtector, Environment $twig) …
    › 
    ›     $this->loadFromRequest();}
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridFactory.php:66 {
    App\CoreBundle\Component\Grid\GridFactory->create($gridId, DataSourceInterface $dataSource) …
    ›     $this->routeCsrfProtector,    $this->twig);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:83 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    › 
    › $grid = $this->gridFactory->create('orderPdfList', $dataSource);$grid->enablePaging();
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: Since symfony/http-foundation 5.1: Passing a non-scalar value as 2nd argument to "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, pass a scalar or null instead.
[
  "exception" => ErrorException {#1671
    #message: "User Deprecated: Since symfony/http-foundation 5.1: Passing a non-scalar value as 2nd argument to "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, pass a scalar or null instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/http-foundation/InputBag.php:33 {
        Symfony\Component\HttpFoundation\InputBag->get(string $key, $default = null) …
        › if (null !== $default && !is_scalar($default) && !(\is_object($default) && method_exists($default, '__toString'))) {    trigger_deprecation('symfony/http-foundation', '5.1', 'Passing a non-scalar value as 2nd argument to "%s()" is deprecated, pass a scalar or null instead.', __METHOD__);}
      }
      /var/www/html/src/CoreBundle/Component/Grid/Grid.php:785 {
        App\CoreBundle\Component\Grid\Grid->loadFromRequest() …
        › {    $queryData = $this->requestStack->getMasterRequest()->query->get(self::GET_PARAMETER, []);    if (array_key_exists($this->id, $queryData)) {
      }
      /var/www/html/src/CoreBundle/Component/Grid/Grid.php:209 {
        App\CoreBundle\Component\Grid\Grid->__construct($id, DataSourceInterface $dataSource, RequestStack $requestStack, RouterInterface $router, RouteCsrfProtector $routeCsrfProtector, Environment $twig) …
        › 
        ›     $this->loadFromRequest();}
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridFactory.php:66 {
        App\CoreBundle\Component\Grid\GridFactory->create($gridId, DataSourceInterface $dataSource) …
        ›     $this->routeCsrfProtector,    $this->twig);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:83 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        › 
        › $grid = $this->gridFactory->create('orderPdfList', $dataSource);$grid->enablePaging();
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/vendor/symfony/http-foundation/InputBag.php:33 {
    Symfony\Component\HttpFoundation\InputBag->get(string $key, $default = null) …
    › if (null !== $default && !is_scalar($default) && !(\is_object($default) && method_exists($default, '__toString'))) {    trigger_deprecation('symfony/http-foundation', '5.1', 'Passing a non-scalar value as 2nd argument to "%s()" is deprecated, pass a scalar or null instead.', __METHOD__);}
  }
  /var/www/html/src/CoreBundle/Component/Grid/Grid.php:785 {
    App\CoreBundle\Component\Grid\Grid->loadFromRequest() …
    › {    $queryData = $this->requestStack->getMasterRequest()->query->get(self::GET_PARAMETER, []);    if (array_key_exists($this->id, $queryData)) {
  }
  /var/www/html/src/CoreBundle/Component/Grid/Grid.php:209 {
    App\CoreBundle\Component\Grid\Grid->__construct($id, DataSourceInterface $dataSource, RequestStack $requestStack, RouterInterface $router, RouteCsrfProtector $routeCsrfProtector, Environment $twig) …
    › 
    ›     $this->loadFromRequest();}
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridFactory.php:66 {
    App\CoreBundle\Component\Grid\GridFactory->create($gridId, DataSourceInterface $dataSource) …
    ›     $this->routeCsrfProtector,    $this->twig);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:83 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    › 
    › $grid = $this->gridFactory->create('orderPdfList', $dataSource);$grid->enablePaging();
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19898
    #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3144 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › {    trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3144 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › {    trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19900
    #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/html/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3146 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3146 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19895
    #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/html/vendor/symfony/framework-bundle/Templating/EngineInterface.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
        spl_autoload_call($class_name) …
        ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3146 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
    spl_autoload_call($class_name) …
    ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3146 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19890
    #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/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10723 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › {    trigger_deprecation('', '', 'The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10723 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › {    trigger_deprecation('', '', 'The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19889
    #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/html/vendor/symfony/twig-bundle/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10725 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › 
        ›     return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10725 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › 
    ›     return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#19884
    #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/html/vendor/symfony/twig-bridge/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/vendor/symfony/twig-bundle/TwigEngine.php:31 {
        spl_autoload_call($class_name) …
        ›  */class TwigEngine extends BaseEngine implements EngineInterface{
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10725 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
        › 
        ›     return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › 
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10725 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_TwigService() …
    › 
    ›     return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3148 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › 
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#19887
    #message: "User Deprecated: The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10676 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        › {    trigger_deprecation('', '', 'The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10676 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    › {    trigger_deprecation('', '', 'The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#19886
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/framework-bundle/Templating/TimedPhpEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Templating/TimedPhpEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TimedPhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10678 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        › 
        › $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [    'misd_phone_number.templating.helper' => ['privates', 'misd_phone_number.templating.helper', 'getMisdPhoneNumber_Templating_HelperService', false],
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Templating/TimedPhpEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TimedPhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10678 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    › 
    › $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [    'misd_phone_number.templating.helper' => ['privates', 'misd_phone_number.templating.helper', 'getMisdPhoneNumber_Templating_HelperService', false],
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#19885
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/framework-bundle/Templating/PhpEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Templating/PhpEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.PhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/html/vendor/symfony/framework-bundle/Templating/TimedPhpEngine.php:28 {
        spl_autoload_call($class_name) …
        ›  */class TimedPhpEngine extends PhpEngine{
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10678 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        › 
        › $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [    'misd_phone_number.templating.helper' => ['privates', 'misd_phone_number.templating.helper', 'getMisdPhoneNumber_Templating_HelperService', false],
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Templating/PhpEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.PhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/html/vendor/symfony/framework-bundle/Templating/TimedPhpEngine.php:28 {
    spl_autoload_call($class_name) …
    ›  */class TimedPhpEngine extends PhpEngine{
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10678 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    › 
    › $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [    'misd_phone_number.templating.helper' => ['privates', 'misd_phone_number.templating.helper', 'getMisdPhoneNumber_Templating_HelperService', false],
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#19920
    #message: "User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3163 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LoaderService() …
        › {    trigger_deprecation('', '', 'The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3163 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LoaderService() …
    › {    trigger_deprecation('', '', 'The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#19919
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/framework-bundle/Templating/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Templating/Loader/FilesystemLoader.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3165 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LoaderService() …
        › 
        ›     return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Templating/Loader/FilesystemLoader.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3165 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_LoaderService() …
    › 
    ›     return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#19917
    #message: "User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10782 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_GlobalsService() …
        › {    trigger_deprecation('', '', 'The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10782 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_GlobalsService() …
    › {    trigger_deprecation('', '', 'The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#19916
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/framework-bundle/Templating/GlobalVariables.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Templating/GlobalVariables.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.GlobalVariables::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10784 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_GlobalsService() …
        › 
        ›     return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
        ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
        › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
      /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Templating/GlobalVariables.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.GlobalVariables::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10784 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_GlobalsService() …
    › 
    ›     return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:10706 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplating_Engine_PhpService() …
    ›     'templating.helper.translator' => '?',]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:3149 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTemplatingService() …
    › $instance->addEngine($this->getTemplating_Engine_TwigService());$instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));}
  /var/www/html/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/html/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#19910
    #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/html/vendor/symfony/framework-bundle/Templating/TemplateReference.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/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/html/vendor/symfony/twig-bridge/TwigEngine.php:113 {
        Symfony\Bridge\Twig\TwigEngine->supports($name) …
        › 
        › $template = $this->parser->parse($name);}
      /var/www/html/vendor/symfony/templating/DelegatingEngine.php:96 {
        Symfony\Component\Templating\DelegatingEngine->getEngine($name) …
        › foreach ($this->engines as $engine) {    if ($engine->supports($name)) {        return $engine;
      }
      /var/www/html/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:44 {
        Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->getEngine($name) …
        › 
        ›     return parent::getEngine($name);}
      }
      /var/www/html/vendor/symfony/templating/DelegatingEngine.php:76 {
        Symfony\Component\Templating\DelegatingEngine->supports($name) …
        › try {    $this->getEngine($name);} catch (\RuntimeException $e) {
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/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/html/vendor/symfony/twig-bridge/TwigEngine.php:113 {
    Symfony\Bridge\Twig\TwigEngine->supports($name) …
    › 
    › $template = $this->parser->parse($name);}
  /var/www/html/vendor/symfony/templating/DelegatingEngine.php:96 {
    Symfony\Component\Templating\DelegatingEngine->getEngine($name) …
    › foreach ($this->engines as $engine) {    if ($engine->supports($name)) {        return $engine;
  }
  /var/www/html/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:44 {
    Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->getEngine($name) …
    › 
    ›     return parent::getEngine($name);}
  }
  /var/www/html/vendor/symfony/templating/DelegatingEngine.php:76 {
    Symfony\Component\Templating\DelegatingEngine->supports($name) …
    › try {    $this->getEngine($name);} catch (\RuntimeException $e) {
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (3 times) User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#19905
    #message: "User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php"
    #line: 231
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:231 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {    @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:231 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {    @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Using an "if" condition on "for" tag in "Admin/Grid/Grid.html.twig" at line 404 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).
[
  "exception" => ErrorException {#29764
    #message: "User Deprecated: Using an "if" condition on "for" tag in "Admin/Grid/Grid.html.twig" at line 404 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)."
    #code: 0
    #file: "/var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php"
    #line: 46
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php:46 {
        Twig\TokenParser\ForTokenParser->parse(Token $token) …
        › if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'if')) {    @trigger_error(sprintf('Using an "if" condition on "for" tag in "%s" at line %d 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).', $stream->getSourceContext()->getName(), $lineno), \E_USER_DEPRECATED);}
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php:40 {
        Twig\TokenParser\ApplyTokenParser->parse(Token $token) …
        › $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideApplyEnd'], true);$this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:45 {
        Twig\TokenParser\BlockTokenParser->parse(Token $token) …
        › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:98 {
        Twig\Parser->parse(TokenStream $stream, $test = null, $dropNeedle = false) …
        › try {    $body = $this->subparse($test, $dropNeedle);}
      /var/www/html/vendor/twig/twig/src/Environment.php:562 {
        Twig\Environment->parse(TokenStream $stream) …
        › 
        ›     return $this->parser->parse($stream);}
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:594 {
        Twig\Environment->compileSource(Source $source) …
        › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:408 {
        Twig\Environment->loadClass($cls, $name, $index = null) …
        › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:381 {
        Twig\Environment->loadTemplate($name, $index = null) …
        › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:333 {
        Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null) …
        › 
        ›     return $this->env->loadTemplate($template, $index);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Template.php:108 {
        Twig\Template->getParent(array $context) …
        › if (!isset($this->parents[$parent])) {    $this->parents[$parent] = $this->loadTemplate($parent);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:281 {
        Twig\Template->hasBlock($name, array $context, array $blocks = []) …
        › 
        › if (false !== $parent = $this->getParent($context)) {    return $parent->hasBlock($name, $context);
      }
      /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:68 {
        Twig\TemplateWrapper->hasBlock(string $name, array $context = []): bool …
        › {    return $this->template->hasBlock($name, $context);}
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridView.php:98 {
        App\CoreBundle\Component\Grid\GridView->renderBlock($name, array $parameters = [], $echo = true) …
        › foreach ($this->getTemplates() as $template) {    if ($template->hasBlock($name)) {        $parameters = array_merge(
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridView.php:76 {
        App\CoreBundle\Component\Grid\GridView->render() …
        › {    $this->renderBlock('grid');}
      }
      /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1566 {
        twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
        › try {    $ret = $object->$method(...$arguments);} catch (\BadMethodCallException $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->block_portlet_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_57d949d4c73453d395bc20b52d2ebe85c3aaa3e0daa0cfefad348c6bbbe2dfe2->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->block_portlet_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->block_main_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->block_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->block_html_body($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_10b98b986de22731c8e881462138bd224a3ae573d86c42c70047f844687eb8fa->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_182f5fd031ed2de1ac9f8df67157f7b2123e31eca29c5ebcd7677681ec2c4476->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/html/vendor/symfony/twig-bridge/TwigEngine.php:54 {
        Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
        › {    return $this->load($name)->render($parameters);}
      }
      /var/www/html/vendor/symfony/templating/DelegatingEngine.php:41 {
        Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
        › {    return $this->getEngine($name)->render($name, $parameters);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › 
        ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php:46 {
    Twig\TokenParser\ForTokenParser->parse(Token $token) …
    › if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'if')) {    @trigger_error(sprintf('Using an "if" condition on "for" tag in "%s" at line %d 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).', $stream->getSourceContext()->getName(), $lineno), \E_USER_DEPRECATED);}
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php:40 {
    Twig\TokenParser\ApplyTokenParser->parse(Token $token) …
    › $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideApplyEnd'], true);$this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:45 {
    Twig\TokenParser\BlockTokenParser->parse(Token $token) …
    › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:98 {
    Twig\Parser->parse(TokenStream $stream, $test = null, $dropNeedle = false) …
    › try {    $body = $this->subparse($test, $dropNeedle);}
  /var/www/html/vendor/twig/twig/src/Environment.php:562 {
    Twig\Environment->parse(TokenStream $stream) …
    › 
    ›     return $this->parser->parse($stream);}
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:594 {
    Twig\Environment->compileSource(Source $source) …
    › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:408 {
    Twig\Environment->loadClass($cls, $name, $index = null) …
    › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:381 {
    Twig\Environment->loadTemplate($name, $index = null) …
    › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:333 {
    Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null) …
    › 
    ›     return $this->env->loadTemplate($template, $index);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Template.php:108 {
    Twig\Template->getParent(array $context) …
    › if (!isset($this->parents[$parent])) {    $this->parents[$parent] = $this->loadTemplate($parent);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:281 {
    Twig\Template->hasBlock($name, array $context, array $blocks = []) …
    › 
    › if (false !== $parent = $this->getParent($context)) {    return $parent->hasBlock($name, $context);
  }
  /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:68 {
    Twig\TemplateWrapper->hasBlock(string $name, array $context = []): bool …
    › {    return $this->template->hasBlock($name, $context);}
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridView.php:98 {
    App\CoreBundle\Component\Grid\GridView->renderBlock($name, array $parameters = [], $echo = true) …
    › foreach ($this->getTemplates() as $template) {    if ($template->hasBlock($name)) {        $parameters = array_merge(
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridView.php:76 {
    App\CoreBundle\Component\Grid\GridView->render() …
    › {    $this->renderBlock('grid');}
  }
  /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1566 {
    twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
    › try {    $ret = $object->$method(...$arguments);} catch (\BadMethodCallException $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->block_portlet_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_57d949d4c73453d395bc20b52d2ebe85c3aaa3e0daa0cfefad348c6bbbe2dfe2->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->block_portlet_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->block_main_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->block_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->block_html_body($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_10b98b986de22731c8e881462138bd224a3ae573d86c42c70047f844687eb8fa->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_182f5fd031ed2de1ac9f8df67157f7b2123e31eca29c5ebcd7677681ec2c4476->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/html/vendor/symfony/twig-bridge/TwigEngine.php:54 {
    Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
    › {    return $this->load($name)->render($parameters);}
  }
  /var/www/html/vendor/symfony/templating/DelegatingEngine.php:41 {
    Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
    › {    return $this->getEngine($name)->render($name, $parameters);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › 
    ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Using an "if" condition on "for" tag in "Admin/Grid/Grid.html.twig" at line 414 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).
[
  "exception" => ErrorException {#29829
    #message: "User Deprecated: Using an "if" condition on "for" tag in "Admin/Grid/Grid.html.twig" at line 414 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)."
    #code: 0
    #file: "/var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php"
    #line: 46
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php:46 {
        Twig\TokenParser\ForTokenParser->parse(Token $token) …
        › if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'if')) {    @trigger_error(sprintf('Using an "if" condition on "for" tag in "%s" at line %d 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).', $stream->getSourceContext()->getName(), $lineno), \E_USER_DEPRECATED);}
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php:40 {
        Twig\TokenParser\ApplyTokenParser->parse(Token $token) …
        › $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideApplyEnd'], true);$this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:45 {
        Twig\TokenParser\BlockTokenParser->parse(Token $token) …
        › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:185 {
        Twig\Parser->subparse($test, $dropNeedle = false) …
        › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
      }
      /var/www/html/vendor/twig/twig/src/Parser.php:98 {
        Twig\Parser->parse(TokenStream $stream, $test = null, $dropNeedle = false) …
        › try {    $body = $this->subparse($test, $dropNeedle);}
      /var/www/html/vendor/twig/twig/src/Environment.php:562 {
        Twig\Environment->parse(TokenStream $stream) …
        › 
        ›     return $this->parser->parse($stream);}
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:594 {
        Twig\Environment->compileSource(Source $source) …
        › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:408 {
        Twig\Environment->loadClass($cls, $name, $index = null) …
        › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:381 {
        Twig\Environment->loadTemplate($name, $index = null) …
        › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:333 {
        Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null) …
        › 
        ›     return $this->env->loadTemplate($template, $index);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Template.php:108 {
        Twig\Template->getParent(array $context) …
        › if (!isset($this->parents[$parent])) {    $this->parents[$parent] = $this->loadTemplate($parent);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:281 {
        Twig\Template->hasBlock($name, array $context, array $blocks = []) …
        › 
        › if (false !== $parent = $this->getParent($context)) {    return $parent->hasBlock($name, $context);
      }
      /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:68 {
        Twig\TemplateWrapper->hasBlock(string $name, array $context = []): bool …
        › {    return $this->template->hasBlock($name, $context);}
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridView.php:98 {
        App\CoreBundle\Component\Grid\GridView->renderBlock($name, array $parameters = [], $echo = true) …
        › foreach ($this->getTemplates() as $template) {    if ($template->hasBlock($name)) {        $parameters = array_merge(
      }
      /var/www/html/src/CoreBundle/Component/Grid/GridView.php:76 {
        App\CoreBundle\Component\Grid\GridView->render() …
        › {    $this->renderBlock('grid');}
      }
      /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1566 {
        twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
        › try {    $ret = $object->$method(...$arguments);} catch (\BadMethodCallException $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->block_portlet_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_57d949d4c73453d395bc20b52d2ebe85c3aaa3e0daa0cfefad348c6bbbe2dfe2->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->block_portlet_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->block_main_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->block_content($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->block_html_body($context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:182 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_10b98b986de22731c8e881462138bd224a3ae573d86c42c70047f844687eb8fa->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_182f5fd031ed2de1ac9f8df67157f7b2123e31eca29c5ebcd7677681ec2c4476->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/html/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/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/html/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/html/vendor/symfony/twig-bridge/TwigEngine.php:54 {
        Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
        › {    return $this->load($name)->render($parameters);}
      }
      /var/www/html/vendor/symfony/templating/DelegatingEngine.php:41 {
        Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
        › {    return $this->getEngine($name)->render($name, $parameters);}
      }
      /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › 
        ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
      }
      /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
        App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
        ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
      }
      /var/www/html/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/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/twig/twig/src/TokenParser/ForTokenParser.php:46 {
    Twig\TokenParser\ForTokenParser->parse(Token $token) …
    › if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'if')) {    @trigger_error(sprintf('Using an "if" condition on "for" tag in "%s" at line %d 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).', $stream->getSourceContext()->getName(), $lineno), \E_USER_DEPRECATED);}
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php:40 {
    Twig\TokenParser\ApplyTokenParser->parse(Token $token) …
    › $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);$body = $this->parser->subparse([$this, 'decideApplyEnd'], true);$this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:45 {
    Twig\TokenParser\BlockTokenParser->parse(Token $token) …
    › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:185 {
    Twig\Parser->subparse($test, $dropNeedle = false) …
    › $subparser = $this->handlers[$token->getValue()];$node = $subparser->parse($token);if (null !== $node) {
  }
  /var/www/html/vendor/twig/twig/src/Parser.php:98 {
    Twig\Parser->parse(TokenStream $stream, $test = null, $dropNeedle = false) …
    › try {    $body = $this->subparse($test, $dropNeedle);}
  /var/www/html/vendor/twig/twig/src/Environment.php:562 {
    Twig\Environment->parse(TokenStream $stream) …
    › 
    ›     return $this->parser->parse($stream);}
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:594 {
    Twig\Environment->compileSource(Source $source) …
    › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:408 {
    Twig\Environment->loadClass($cls, $name, $index = null) …
    › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:381 {
    Twig\Environment->loadTemplate($name, $index = null) …
    › {    return $this->loadClass($this->getTemplateClass($name), $name, $index);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:333 {
    Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null) …
    › 
    ›     return $this->env->loadTemplate($template, $index);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Template.php:108 {
    Twig\Template->getParent(array $context) …
    › if (!isset($this->parents[$parent])) {    $this->parents[$parent] = $this->loadTemplate($parent);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:281 {
    Twig\Template->hasBlock($name, array $context, array $blocks = []) …
    › 
    › if (false !== $parent = $this->getParent($context)) {    return $parent->hasBlock($name, $context);
  }
  /var/www/html/vendor/twig/twig/src/TemplateWrapper.php:68 {
    Twig\TemplateWrapper->hasBlock(string $name, array $context = []): bool …
    › {    return $this->template->hasBlock($name, $context);}
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridView.php:98 {
    App\CoreBundle\Component\Grid\GridView->renderBlock($name, array $parameters = [], $echo = true) …
    › foreach ($this->getTemplates() as $template) {    if ($template->hasBlock($name)) {        $parameters = array_merge(
  }
  /var/www/html/src/CoreBundle/Component/Grid/GridView.php:76 {
    App\CoreBundle\Component\Grid\GridView->render() …
    › {    $this->renderBlock('grid');}
  }
  /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php:1566 {
    twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
    › try {    $ret = $object->$method(...$arguments);} catch (\BadMethodCallException $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->block_portlet_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_57d949d4c73453d395bc20b52d2ebe85c3aaa3e0daa0cfefad348c6bbbe2dfe2->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c___641521971->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->block_portlet_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->block_main_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->block_content($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->block_html_body($context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:182 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_10b98b986de22731c8e881462138bd224a3ae573d86c42c70047f844687eb8fa->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_4fd5075a8e2b5866a3c2b9eee6a2f9fc321c3a7a2258f44156c26e6f4de8f768->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_f17a07e2418643dee1591832da66ae316a1e0a12e3b46b0833a6264318e52f2b->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_9fbf2b8e80428bd0711abbf2aa79c5ee62728ae0077e33e83382a4fd69474eb8->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_182f5fd031ed2de1ac9f8df67157f7b2123e31eca29c5ebcd7677681ec2c4476->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_d3b57febde025e1c91eefcbba137b3cf1eaca89900a674a5a1ed1c03e808932c->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/html/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/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/html/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/html/vendor/symfony/twig-bridge/TwigEngine.php:54 {
    Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
    › {    return $this->load($name)->render($parameters);}
  }
  /var/www/html/vendor/symfony/templating/DelegatingEngine.php:41 {
    Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
    › {    return $this->getEngine($name)->render($name, $parameters);}
  }
  /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › 
    ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
  }
  /var/www/html/src/CoreBundle/Controller/Admin/OrderPdfController.php:106 {
    App\CoreBundle\Controller\Admin\OrderPdfController->listAction(Request $request) …
    ›     'totalCount' => $grid->getTotalCount(),    'quickSearchForm' => $quickSearchForm->createView(),]);
  }
  /var/www/html/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/html/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/html/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/html/public/index.php:25 {$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 {#720
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/html/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11324 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
        › {    trigger_deprecation('', '', 'The "twig.exception_listener" service is deprecated since Symfony 4.4.');}
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2101 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:207 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:193 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11324 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
    › {    trigger_deprecation('', '', 'The "twig.exception_listener" service is deprecated since Symfony 4.4.');}
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2101 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:207 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:193 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/html/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/html/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/html/public/index.php:25 {$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 {#757
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/html/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11326 {
        ContainerB1kacmB\srcApp_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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2101 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /var/www/html/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:207 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:193 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11326 {
    ContainerB1kacmB\srcApp_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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:2101 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->ContainerB1kacmB\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());}, 1 => 'logKernelException'], 0);
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /var/www/html/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /var/www/html/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/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/html/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:207 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:193 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/html/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/html/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/html/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a The "App\CoreBundle\Model\Order\Note\OrderNoteDataFactory::createFromWooCommerceOrderNote()" method will require a new "int $eshopId" argument in the next major version of its interface "App\CoreBundle\Model\Order\Note\OrderNoteDataFactoryInterface", not defining it is deprecated.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#25446
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Class "App\CoreBundle\Form\Extension\FormTypeExtension" 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 {#25430
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Class "App\CoreBundle\Form\Extension\MoneyTypeExtension" 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 {#25435
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a (20 times) Since symfony/config 5.1: The signature of method "Symfony\Component\Config\Definition\Builder\NodeDefinition::setDeprecated()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a (5 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate()" method is deprecated, use "setPublic()" 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 (8 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating.xml" is deprecated.
n/a (8 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating.xml" is deprecated.
n/a (14 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating_php.xml" is deprecated.
n/a (14 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating_php.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating_debug.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/templating_debug.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a (2 times) Since doctrine/doctrine-bundle 2.3: The "metadata_cache_driver" configuration key is deprecated. PHP Array cache is now automatically registered when %kernel.debug% is false.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/templating.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/templating.xml" is deprecated.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (2 times) The "security.firewalls.administration.logout_on_user_change" configuration key has been deprecated in Symfony 4.1.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/templating_php.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/templating_php.xml" is deprecated.
n/a (2 times) Since snc/redis-bundle 3.6: Use Symfony built-int RedisSessionHandler instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/html/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/html/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a The "App\CoreBundle\Component\Translation\Translator" class implements "Symfony\Component\Translation\TranslatorInterface" that is deprecated since Symfony 4.2, use Symfony\Contracts\Translation\TranslatorInterface instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#25394
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "App\CoreBundle\Component\Error\ExceptionController" class extends "Symfony\Bundle\TwigBundle\Controller\ExceptionController" that is deprecated since Symfony 4.4, use Symfony\Component\HttpKernel\Controller\ErrorController instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#25942
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "templating.helper" tag is deprecated since version 4.3 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 Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\CoreBundle\Component\HttpFoundation\FragmentHandler" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\CoreBundle\Component\Packetery\ApiHttpFactory" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\CoreBundle\Component\Packetery\ApiSoapFactory" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\CoreBundle\Component\Zasielkovna\ApiRestFactory" service.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "translator.selector" service is deprecated since Symfony 4.2, use "identity_translator" instead.
n/a The "Symfony\Component\Translation\MessageSelector" class is deprecated since Symfony 4.2, use IdentityTranslator instead.
n/a Non-static method App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create() should not be called statically
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#25482
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1835 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setMetadataCacheImpl(new \Doctrine\Common\Cache\PhpFileCache(($this->targetDir.''.'/metadata')));$a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11436 {
        ContainerB1kacmB\srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
        › $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
      }
      /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11481 {
        › 
        ›     return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));}
      }
    }
  }
]
{
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1835 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setMetadataCacheImpl(new \Doctrine\Common\Cache\PhpFileCache(($this->targetDir.''.'/metadata')));$a->setQueryCacheImpl(\App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory::create(($this->privates['snc_redis.doctrine_query'] ?? $this->getSncRedis_DoctrineQueryService())));$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11436 {
    ContainerB1kacmB\srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
    › $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  }
  /var/www/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:11481 {
    › 
    ›     return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));}
  }
}
n/a Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#25483
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1843 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/html/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/html/var/cache/dev/ContainerB1kacmB/srcApp_KernelDevDebugContainer.php:1843 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}

Debug 484

Unimportant log messages generated during the execution of the application.

Time Channel Message
snc_redis Executing command "CONNECT redis 6379 5"
snc_redis Executing command "SETOPTION 1 0"
snc_redis Executing command "CONNECT redis 6379 5"
snc_redis Executing command "SETOPTION 2 20230725113628:cache:doctrine:query:"
snc_redis Executing command "SETOPTION 1 0"
snc_redis Executing command "SETOPTION 1 1"
snc_redis Executing command "SET session:cb15d5125cf51513f021ce9a838a78a4.lock 66f92bd4ddb87 NX PX 120001"
snc_redis Executing command "SET session:cb15d5125cf51513f021ce9a838a78a4.lock 66f92bd4ddb87 NX PX 120001"
snc_redis Executing command "GET session:cb15d5125cf51513f021ce9a838a78a4"
security Read existing security token from the session.
[
  "key" => "_security_administration"
  "token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
]
doctrine SELECT t0.id AS id_1, t0.username AS username_2, t0.real_name AS real_name_3, t0.password AS password_4, t0.login_token AS login_token_5, t0.email AS email_6, t0.multidomain_login_token AS multidomain_login_token_7, t0.multidomain_login_token_expiration AS multidomain_login_token_expiration_8, t0.roles_changed_at AS roles_changed_at_9 FROM administrators t0 WHERE t0.id = ?
[
  6
]
snc_redis Executing command "GET DoctrineNamespaceCacheKey[]"
snc_redis Executing command "GET [650ba20c265e62cdc783267eca9bb409][1]"
doctrine SELECT a0_.id AS id_0, a0_.ip_address AS ip_address_1, a0_.login_time AS login_time_2, a0_.last_action_time AS last_action_time_3, a0_.administrator_id AS administrator_id_4 FROM administrator_activities a0_ WHERE a0_.administrator_id = ? ORDER BY a0_.login_time DESC LIMIT 1
[
  6
]
doctrine "START TRANSACTION"
doctrine UPDATE administrator_activities SET last_action_time = ? WHERE id = ?
[
  DateTime @1727605717 {#92
    date: 2024-09-29 10:28:37.087356 UTC (+00:00)
  }
  2215
]
doctrine "COMMIT"
doctrine SELECT t0.role AS role_1, t0.administrator_id AS administrator_id_2 FROM administrator_roles t0 WHERE t0.administrator_id = ?
[
  6
]
security User was reloaded from a user provider.
[
  "provider" => "App\CoreBundle\Model\Administrator\Security\AdministratorUserProvider"
  "username" => "parfen2"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine "START TRANSACTION"
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::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
"App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT t0.grid_id AS grid_id_1, t0."limit" AS limit_2, t0.administrator_id AS administrator_id_3 FROM administrator_grid_limits t0 WHERE t0.administrator_id = ?
[
  6
]
snc_redis Executing command "GET [01a0b17aedb8b272a6a218da2892cbd4][1]"
doctrine SELECT COUNT(*)::INTEGER AS total_count FROM (SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id) ORIGINAL_QUERY
snc_redis Executing command "GET [01a0b17aedb8b272a6a218da2892cbd4][1]"
doctrine SELECT COUNT(*)::INTEGER AS total_count FROM (SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id) ORIGINAL_QUERY
snc_redis Executing command "GET [57e2a5bf0d92293c4bc62d20a71fbfcb][1]"
doctrine SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id ORDER BY o0_.created_at DESC NULLS LAST LIMIT 100
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31191
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31191
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31191
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31189
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31189
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31189
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31188
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31188
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31188
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31187
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31187
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31187
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31186
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31186
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31186
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31185
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31185
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31185
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31184
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31184
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31184
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31183
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31183
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31183
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31182
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31182
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31182
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31181
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31181
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31181
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31180
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31180
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31180
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31179
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31179
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31179
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31178
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31178
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31178
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31176
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31176
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31176
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31175
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31175
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31175
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31174
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31174
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31174
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31173
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31173
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31173
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31172
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31172
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31172
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31171
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31171
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31171
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31170
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31170
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31170
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31169
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31169
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31169
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31168
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31168
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31168
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31167
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31167
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31167
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31166
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31166
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31166
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31165
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31165
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31165
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31164
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31164
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31164
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31163
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31163
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31163
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31162
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31162
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31162
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31161
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31161
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31161
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31160
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31160
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31160
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31159
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31159
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31159
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31158
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31158
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31158
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31157
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31157
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31157
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31156
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31156
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31156
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31155
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31155
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31155
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31154
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31154
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31154
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31153
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31153
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31153
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31152
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31152
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31152
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31151
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31151
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31151
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31150
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31150
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31150
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31149
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31149
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31149
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31148
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31148
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31148
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31147
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31147
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31147
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31146
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31146
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31146
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31145
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31145
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31145
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31144
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31144
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31144
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31143
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31143
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31143
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31142
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31142
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31142
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31141
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31141
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31141
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31140
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31140
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31140
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31139
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31139
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31139
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31138
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31138
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31138
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31137
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31137
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31137
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31136
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31136
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31136
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31135
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31135
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31135
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31134
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31134
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31134
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31133
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31133
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31133
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31132
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31132
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31132
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31131
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31131
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31131
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31130
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31130
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31130
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31129
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31129
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31129
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31128
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31128
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31128
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31125
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31125
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31125
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31124
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31124
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31124
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31123
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31123
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31123
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31122
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31122
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31122
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31121
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31121
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31121
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31120
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31120
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31120
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31119
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31119
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31119
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31118
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31118
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31118
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31117
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31117
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31117
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31116
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31116
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31116
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31115
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31115
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31115
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31114
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31114
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31114
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31113
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31113
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31113
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31112
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31112
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31112
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31111
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31111
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31111
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31110
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31110
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31110
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31109
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31109
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31109
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31108
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31108
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31108
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31107
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31107
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31107
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31106
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31106
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31106
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31105
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31105
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31105
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31104
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31104
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31104
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31103
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31103
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31103
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31102
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31102
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31102
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31101
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31101
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31101
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31100
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31100
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31100
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31099
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31099
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31099
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31098
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31098
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31098
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31097
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31097
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31097
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31096
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31096
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31096
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31095
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31095
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31095
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31094
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31094
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31094
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31093
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31093
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31093
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31092
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31092
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31092
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31091
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31091
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31091
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31090
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31090
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31090
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31089
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31089
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31089
  "default"
]
doctrine SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
[
  31088
]
doctrine SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
[
  31088
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
[
  "orderPdf"
  31088
  "default"
]
doctrine "COMMIT"
security Stored the security token in the session.
[
  "key" => "_security_administration"
]
snc_redis Executing command "SET session:cb15d5125cf51513f021ce9a838a78a4 _sf2_attributes|a:11:{s:22:"_csrf/admin_login_form";s:43:"FBZMVvxRvGhIEuGFguhi7Y-N8UjGyrMau2A1rmP9XdI";s:18:"_csrf/admin_logout";s:43:"VZ57u_Ug6kkLFo3yQstPvIndQ_dKcneFL9U3cRrTqA4";s:30:"_csrf/product_mass_action_form";s:43:"905mOQ-2z4JMrsSyOVE_516MX4hozJtG6tkTOCs_vzI";s:34:"_csrf/advanced_search_product_form";s:43:"uUV_RejiRwzOCZwT7kNJMEHJrlPPOdhckFlHV0wman8";s:32:"_csrf/route_admin_product_delete";s:43:"_yRBLfEltumSAwcKG4TCbyrpHN6JdRzig77WKILSZl8";s:32:"_csrf/advanced_search_order_form";s:43:"GkSWRF0CoxrXDpLA4-YFhbmKO_hCn7hnAIf3gfBQFZk";s:28:"_csrf/order_mass_action_form";s:43:"yjJ4WTqlQrPIVR9fn0sTYWC5xPuJYNR8z9UW4Hj4CVI";s:34:"_csrf/route_admin_order_pdf_delete";s:43:"lTUzkqBZ30mg504Gm_zfTNsk9y8khU07qkAZ54bN-zM";s:16:"_csrf/order_form";s:43:"p1Ku9eLZM0aOQLOzgpGKGWMZWM52zYCD0iSWbqeJR3c";s:37:"_csrf/advanced_search_order_stat_form";s:43:"rwjxLTMeZIp3JmX68B-0NbgW1JSXQo7OQDNSXxNpD6I";s:24:"_security_administration";s:677:"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:14:"administration";i:2;a:5:{i:0;C:48:"App\CoreBundle\Model\Administrator\Administrator":293:{a:7:{i:0;i:6;i:1;s:7:"parfen2";i:2;s:60:"$2y$12$8UvYO56dQuO1jN9e4HaxXe/acVS1lJBrOD3iFegQrsLCwiNeCC97G";i:3;s:8:"Parfen 2";i:4;s:23:"66f91f7b7a75e9.43678042";i:5;i:1727605718;i:6;O:8:"DateTime":3:{s:4:"date";s:26:"2024-05-25 09:22:49.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}i:1;b:1;i:2;a:1:{i:0;O:41:"Symfony\Component\Security\Core\Role\Role":1:{s:47:"Symfony\Component\Security\Core\Role\Rolerole";s:10:"ROLE_ADMIN";}}i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}";}_sf2_meta|a:3:{s:1:"u";i:1727605717;s:1:"c";i:1727602555;s:1:"l";i:0;}"
snc_redis Executing command "_SERIALIZE 66f92bd4ddb87"
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::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
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
snc_redis Executing command "SET session:cb15d5125cf51513f021ce9a838a78a4.lock 66f92bd654b5b NX PX 120001"
snc_redis Executing command "GET session:cb15d5125cf51513f021ce9a838a78a4"
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::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
"App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::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
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Localization\LocalizationListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Component\Log\SlowLogSubscriber::initStartTime"
]
event Notified event
"kernel.request"
to listener
"App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::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
"App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\CoreBundle\Component\Router\Security\RouteCsrfProtector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\SubRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\TransactionalMasterRequestListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\CoreBundle\Component\HttpFoundation\VaryResponseByXRequestedWithHeaderListener::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
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 2087

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Error\LogoutExceptionSubscriber" (parent: .abstract.instanceof.App\CoreBundle\Component\Error\LogoutExceptionSubscriber).
  • Resolving inheritance for "App\CoreBundle\Component\Error\LogoutExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Error\LogoutExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Form\TimedSpamValidationListener" (parent: .abstract.instanceof.App\CoreBundle\Component\Form\TimedSpamValidationListener).
  • Resolving inheritance for "App\CoreBundle\Component\Form\TimedSpamValidationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Form\TimedSpamValidationListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener" (parent: .abstract.instanceof.App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener).
  • Resolving inheritance for "App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Log\SlowLogSubscriber" (parent: .abstract.instanceof.App\CoreBundle\Component\Log\SlowLogSubscriber).
  • Resolving inheritance for "App\CoreBundle\Component\Log\SlowLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Log\SlowLogSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\AttributeEventSubscriber" (parent: .abstract.instanceof.App\CoreBundle\EventSubscriber\AttributeEventSubscriber).
  • Resolving inheritance for "App\CoreBundle\EventSubscriber\AttributeEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\AttributeEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\CouponEventSubscriber" (parent: .abstract.instanceof.App\CoreBundle\EventSubscriber\CouponEventSubscriber).
  • Resolving inheritance for "App\CoreBundle\EventSubscriber\CouponEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\CouponEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\OrderEventSubscriber" (parent: .abstract.instanceof.App\CoreBundle\EventSubscriber\OrderEventSubscriber).
  • Resolving inheritance for "App\CoreBundle\EventSubscriber\OrderEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\OrderEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductEventSubscriber" (parent: .abstract.instanceof.App\CoreBundle\EventSubscriber\ProductEventSubscriber).
  • Resolving inheritance for "App\CoreBundle\EventSubscriber\ProductEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber" (parent: .abstract.instanceof.App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber).
  • Resolving inheritance for "App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber" (parent: .abstract.instanceof.App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber).
  • Resolving inheritance for "App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Localization\LocalizationListener" (parent: .abstract.instanceof.App\CoreBundle\Model\Localization\LocalizationListener).
  • Resolving inheritance for "App\CoreBundle\Model\Localization\LocalizationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Localization\LocalizationListener).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdminBaseController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\AdminBaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdminBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdminBaseController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\AdminBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdminBaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdministratorController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\AdministratorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdministratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdministratorController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\AdministratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdministratorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AttributeController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\BreadcrumbController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\BreadcrumbController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\BreadcrumbController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\BreadcrumbController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\BreadcrumbController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\BreadcrumbController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\CouponController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponPickerController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\CouponPickerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponPickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponPickerController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\CouponPickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponPickerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\DefaultController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\EshopController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\EshopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\EshopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\EshopController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\EshopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\EshopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FileUploadController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\FileUploadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FileUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FileUploadController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\FileUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FileUploadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FlashMessageController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\FlashMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FlashMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FlashMessageController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\FlashMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FlashMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\GridController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\GridController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\GridController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\GridController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\GridController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\GridController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ImageController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ImageController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\InvoiceController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\InvoiceController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LogController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LogController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LoginController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LoginController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderPdfController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\OrderPdfController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderPdfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderPdfController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\OrderPdfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderPdfController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderStatController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\OrderStatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderStatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderStatController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\OrderStatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderStatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\PaymentMethodController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductPickerController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\ProductPickerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductPickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductPickerController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\ProductPickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductPickerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ShippingMethodController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\ShippingMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ShippingMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ShippingMethodController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\ShippingMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ShippingMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\UploadedFileController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Admin\UploadedFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\UploadedFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\UploadedFileController).
  • Resolving inheritance for "App\CoreBundle\Controller\Admin\UploadedFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\UploadedFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Front\DefaultController" (parent: .abstract.instanceof.App\CoreBundle\Controller\Front\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Front\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Front\DefaultController).
  • Resolving inheritance for "App\CoreBundle\Controller\Front\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Front\DefaultController).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\AppExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\AppExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\ControllerExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\ControllerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\DateTimeFormatterExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\DateTimeFormatterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\EshopExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\EshopExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\FileUploadExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\FileUploadExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\FormDetailExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\FormDetailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\FormExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\FormExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\FpJsValidatorExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\FpJsValidatorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\IconExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\IconExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\IconExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\IconExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\IconExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\IconExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\ImageExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\ImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\JoinNoneEmptyExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\JoinNoneEmptyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\MoneyExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\MoneyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\NoVarDumperExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\NoVarDumperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\OrderExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\PriceExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\PriceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\ProductExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\ProductExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\RequestExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\RequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\UploadedFileExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\UploadedFileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension" (parent: .abstract.instanceof.App\CoreBundle\Twig\VarDumperExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension).
  • Resolving inheritance for "App\CoreBundle\Twig\VarDumperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\AbstractFileUploadType" (parent: .abstract.instanceof.App\CoreBundle\Form\AbstractFileUploadType).
  • Resolving inheritance for "App\CoreBundle\Form\AbstractFileUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\AbstractFileUploadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\AdministratorFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Administrator\AdministratorFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Attribute\AttributeFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Attribute\AttributeFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Attribute\AttributeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Attribute\AttributeFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Coupon\CouponFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Coupon\CouponFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Coupon\CouponFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Coupon\CouponFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Eshop\EshopFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Eshop\EshopFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Eshop\EshopFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Eshop\EshopFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Login\LoginFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Login\LoginFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Login\LoginFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Login\LoginFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Order\OrderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderItemFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderItemFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Order\OrderItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderItemFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderMassActionFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderMassActionFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Order\OrderMassActionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderMassActionFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Product\ProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductGridModalFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductGridModalFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Product\ProductGridModalFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductGridModalFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductMassActionFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductMassActionFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\Product\ProductMassActionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductMassActionFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType).
  • Resolving inheritance for "App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\BillingAddressType" (parent: .abstract.instanceof.App\CoreBundle\Form\BillingAddressType).
  • Resolving inheritance for "App\CoreBundle\Form\BillingAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\BillingAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ContainsValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\ContainsValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\ContainsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ContainsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\EmailValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\EmailValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\EmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\EmailValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\MoneyRangeValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\MoneyRangeValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\MoneyRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\MoneyRangeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotInArrayValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\NotInArrayValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\NotInArrayValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotInArrayValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueCollectionValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueCollectionValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\UniqueCollectionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueCollectionValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueEmailValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueEmailValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\UniqueEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueEmailValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator" (parent: .abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator).
  • Resolving inheritance for "App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DatePickerType" (parent: .abstract.instanceof.App\CoreBundle\Form\DatePickerType).
  • Resolving inheritance for "App\CoreBundle\Form\DatePickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DatePickerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DisplayOnlyType" (parent: .abstract.instanceof.App\CoreBundle\Form\DisplayOnlyType).
  • Resolving inheritance for "App\CoreBundle\Form\DisplayOnlyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DisplayOnlyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\EshopsType" (parent: .abstract.instanceof.App\CoreBundle\Form\EshopsType).
  • Resolving inheritance for "App\CoreBundle\Form\EshopsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\EshopsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension" (parent: .abstract.instanceof.App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension).
  • Resolving inheritance for "App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormTypeExtension" (parent: .abstract.instanceof.App\CoreBundle\Form\Extension\FormTypeExtension).
  • Resolving inheritance for "App\CoreBundle\Form\Extension\FormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\LegendFormTypeExtension" (parent: .abstract.instanceof.App\CoreBundle\Form\Extension\LegendFormTypeExtension).
  • Resolving inheritance for "App\CoreBundle\Form\Extension\LegendFormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\LegendFormTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\MoneyTypeExtension" (parent: .abstract.instanceof.App\CoreBundle\Form\Extension\MoneyTypeExtension).
  • Resolving inheritance for "App\CoreBundle\Form\Extension\MoneyTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\MoneyTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\FormRowType" (parent: .abstract.instanceof.App\CoreBundle\Form\FormRowType).
  • Resolving inheritance for "App\CoreBundle\Form\FormRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\FormRowType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\GroupType" (parent: .abstract.instanceof.App\CoreBundle\Form\GroupType).
  • Resolving inheritance for "App\CoreBundle\Form\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\GroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ImageUploadType" (parent: .abstract.instanceof.App\CoreBundle\Form\ImageUploadType).
  • Resolving inheritance for "App\CoreBundle\Form\ImageUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ImageUploadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\LocalizedType" (parent: .abstract.instanceof.App\CoreBundle\Form\LocalizedType).
  • Resolving inheritance for "App\CoreBundle\Form\LocalizedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\LocalizedType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopTabType" (parent: .abstract.instanceof.App\CoreBundle\Form\MultiEshopTabType).
  • Resolving inheritance for "App\CoreBundle\Form\MultiEshopTabType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopTabType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopType" (parent: .abstract.instanceof.App\CoreBundle\Form\MultiEshopType).
  • Resolving inheritance for "App\CoreBundle\Form\MultiEshopType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderItemsType" (parent: .abstract.instanceof.App\CoreBundle\Form\OrderItemsType).
  • Resolving inheritance for "App\CoreBundle\Form\OrderItemsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderItemsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderNotesType" (parent: .abstract.instanceof.App\CoreBundle\Form\OrderNotesType).
  • Resolving inheritance for "App\CoreBundle\Form\OrderNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderNotesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductAttributeValueFormType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductAttributeValueFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductAttributeValueType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductAttributeValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductEshopDataType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductEshopDataType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductEshopDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductEshopDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantConfiguratorType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantConfiguratorType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantConfiguratorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantConfiguratorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopDataType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantEshopDataType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantEshopDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopPriceDataType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantEshopPriceDataType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantEshopPriceDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopPriceDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueFormType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantValueFormType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantValueFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantValueType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantsType" (parent: .abstract.instanceof.App\CoreBundle\Form\ProductVariantsType).
  • Resolving inheritance for "App\CoreBundle\Form\ProductVariantsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ShippingAddressType" (parent: .abstract.instanceof.App\CoreBundle\Form\ShippingAddressType).
  • Resolving inheritance for "App\CoreBundle\Form\ShippingAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ShippingAddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Router\Security\RouteCsrfProtector" (parent: .abstract.instanceof.App\CoreBundle\Component\Router\Security\RouteCsrfProtector).
  • Resolving inheritance for "App\CoreBundle\Component\Router\Security\RouteCsrfProtector" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Router\Security\RouteCsrfProtector).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Symfony\Component\Translation\IdentityTranslator" (parent: .abstract.instanceof.Symfony\Component\Translation\IdentityTranslator).
  • Resolving inheritance for "Symfony\Component\Translation\IdentityTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Symfony\Component\Translation\IdentityTranslator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.App\CoreBundle\Component\Translation\Translator" (parent: .abstract.instanceof.App\CoreBundle\Component\Translation\Translator).
  • Resolving inheritance for "App\CoreBundle\Component\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.App\CoreBundle\Component\Translation\Translator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" (parent: .abstract.instanceof.Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher).
  • Resolving inheritance for "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher).
  • Resolving inheritance for ".instanceof.Twig_LoaderInterface.0.twig.stringloader" (parent: .abstract.instanceof.twig.stringloader).
  • Resolving inheritance for ".instanceof.Twig\Loader\LoaderInterface.0.twig.stringloader" (parent: .instanceof.Twig_LoaderInterface.0.twig.stringloader).
  • Resolving inheritance for "twig.stringloader" (parent: .instanceof.Twig\Loader\LoaderInterface.0.twig.stringloader).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\ImageValidator" (parent: .abstract.instanceof.Symfony\Component\Validator\Constraints\ImageValidator).
  • Resolving inheritance for "Symfony\Component\Validator\Constraints\ImageValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\ImageValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\FileValidator" (parent: .abstract.instanceof.Symfony\Component\Validator\Constraints\FileValidator).
  • Resolving inheritance for "Symfony\Component\Validator\Constraints\FileValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\FileValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckDatabaseSchemaCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CheckDatabaseSchemaCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CheckDatabaseSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckDatabaseSchemaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckOrmMappingCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CheckOrmMappingCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CheckOrmMappingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckOrmMappingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckRedisCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CheckRedisCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CheckRedisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckRedisCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckTimezonesCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CheckTimezonesCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CheckTimezonesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckTimezonesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateApplicationDirectoriesCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreateApplicationDirectoriesCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreateApplicationDirectoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateApplicationDirectoriesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreateDatabaseCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreateDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseSchemaCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreateDatabaseSchemaCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreateDatabaseSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseSchemaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateOrderInvoiceCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreateOrderInvoiceCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreateOrderInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateOrderInvoiceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreatePacketaTicketCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreatePacketaTicketCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreatePacketaTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreatePacketaTicketCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateZasielkovnaTicketCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\CreateZasielkovnaTicketCommand).
  • Resolving inheritance for "App\CoreBundle\Command\CreateZasielkovnaTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateZasielkovnaTicketCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DatabaseDumpCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\DatabaseDumpCommand).
  • Resolving inheritance for "App\CoreBundle\Command\DatabaseDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DatabaseDumpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DownloadPacketaInvoicesCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\DownloadPacketaInvoicesCommand).
  • Resolving inheritance for "App\CoreBundle\Command\DownloadPacketaInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DownloadPacketaInvoicesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DropDatabaseSchemaCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\DropDatabaseSchemaCommand).
  • Resolving inheritance for "App\CoreBundle\Command\DropDatabaseSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DropDatabaseSchemaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GenerateMigrationCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\GenerateMigrationCommand).
  • Resolving inheritance for "App\CoreBundle\Command\GenerateMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GenerateMigrationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand).
  • Resolving inheritance for "App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand).
  • Resolving inheritance for "App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\MigrateCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\MigrateCommand).
  • Resolving inheritance for "App\CoreBundle\Command\MigrateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\MigrateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ProcessOrdersCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\ProcessOrdersCommand).
  • Resolving inheritance for "App\CoreBundle\Command\ProcessOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ProcessOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\RedisCleanCacheCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\RedisCleanCacheCommand).
  • Resolving inheritance for "App\CoreBundle\Command\RedisCleanCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\RedisCleanCacheCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooBatchLoadProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooBatchLoadProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooBatchLoadProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooBatchLoadProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateGLSTicketCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooCreateGLSTicketCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooCreateGLSTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateGLSTicketCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreatePacketaTicketCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooCreatePacketaTicketCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooCreatePacketaTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreatePacketaTicketCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooCreateProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooCreateProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteAttributeCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteAttributeCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteAttributeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteAttributeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteCouponCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteCouponCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteCouponCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteCouponCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteOrdersCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteOrdersCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductVariantCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteProductVariantCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteProductVariantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductVariantCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductsCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooDeleteProductsCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooDeleteProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadNewOrderCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadNewOrderCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadNewOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadNewOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadOrderCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadOrderCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadPaymentMethodCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadPaymentMethodCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadPaymentMethodCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadPaymentMethodCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadShippingMethodCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadShippingMethodCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadShippingMethodCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadShippingMethodCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadTagCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooLoadTagCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooLoadTagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadTagCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooRefreshProductImageCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooRefreshProductImageCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooRefreshProductImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooRefreshProductImageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncAttributeCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncAttributeCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncAttributeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncAttributeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncCouponCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncCouponCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncCouponCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncCouponCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderBatchCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncOrderBatchCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncOrderBatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderBatchCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncOrderCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncTagCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooSyncTagCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooSyncTagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncTagCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooUpdateProductCommand" (parent: .abstract.instanceof.App\CoreBundle\Command\WooUpdateProductCommand).
  • Resolving inheritance for "App\CoreBundle\Command\WooUpdateProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooUpdateProductCommand).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "fos_rest.zone_request_matcher.b417c83ef2bcf459b4b2bb1e5a42d5c86f974ffd6bfe73357a9f04d46025529306a33be3" (parent: fos_rest.zone_request_matcher).
  • 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.administration" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.administration" (parent: security.logout_listener).
  • Resolving inheritance for "security.authentication.provider.dao.administration" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.administration.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.administration.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.administration" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.administration" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.administration" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.administration" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.administration" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.administration" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.exception_listener" (parent: .abstract.instanceof.exception_listener).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.0" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.1" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.2" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.3" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.4" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.5" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.6" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.7" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.8" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.9" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.10" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.0" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.1" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.2" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.3" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.4" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.5" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.6" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.7" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.8" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.9" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.10" (parent: jms_translation.dumper.symfony_adapter).
  • 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.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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cron" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.slow" (parent: monolog.logger_prototype).
485
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 "League\Flysystem\FilesystemInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\UploadedFile\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\UploadedFile\UploadedFileDataFactoryInterface"; reason: private alias.
  • Removed service "FM\ElfinderBundle\Configuration\ElFinderConfigurationReader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\DocParser"; reason: private alias.
  • Removed service "Symfony\Component\Translation\MessageSelector"; reason: private alias.
  • Removed service "Doctrine\Migrations\Finder\MigrationFinder"; reason: private alias.
  • Removed service "App\CoreBundle\Component\Error\NotLogFakeHttpExceptionsErrorListener"; reason: private alias.
  • Removed service "CommerceGuys\Intl\NumberFormat\NumberFormatRepositoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Log\LogDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Log\LogFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Coupon\CouponDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Coupon\CouponFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\PaymentMethod\PaymentMethodDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\PaymentMethod\PaymentMethodFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\ShippingMethod\ShippingMethodDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\ShippingMethod\ShippingMethodFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Product\ProductDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Product\ProductFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Product\Attribute\ProductAttributeDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Product\Attribute\ProductAttributeFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Product\Variant\ProductVariantFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Component\Zasielkovna\ApiRestFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Component\Packetery\ApiSoapFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Component\Packetery\ApiHttpFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Eshop\EshopDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Eshop\EshopFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Attribute\AttributeDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Attribute\AttributeFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Tag\TagDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Tag\TagFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\OrderPdf\OrderPdfDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\OrderPdf\OrderPdfFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\OrderDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\OrderFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Note\OrderNoteDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Note\OrderNoteFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Item\OrderItemFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Item\OrderItemDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Coupon\OrderCouponFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Tax\OrderTaxFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Refund\OrderRefundFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Fee\OrderFeeFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Fee\OrderFeeDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Line\OrderLineDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\Shipping\OrderShippingFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\BillingAddress\OrderBillingAddressFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\BillingAddress\OrderBillingAddressDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\ShippingAddress\OrderShippingAddressFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Order\ShippingAddress\OrderShippingAddressDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\AdministratorFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\Activity\AdministratorActivityFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\Role\AdministratorRoleFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\AdministratorGridLimitFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\AdministratorDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Administrator\Role\AdministratorRoleDataFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Image\ImageFactoryInterface"; reason: private alias.
  • Removed service "App\CoreBundle\Model\Image\Eshop\ImageEshopFactoryInterface"; 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\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "debug.templating.engine.php"; 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.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "craue.form.flow.data_manager"; reason: private alias.
  • Removed service "Craue\FormFlowBundle\Util\FormFlowUtil"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.administrators"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.administration"; reason: private alias.
  • Removed service "security.user_checker.administration"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; 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 "fm_elfinder.configurator"; reason: private alias.
  • Removed service "Ibericode\Vat\Countries"; reason: private alias.
  • Removed service "Ibericode\Vat\Validator"; reason: private alias.
  • Removed service "Ibericode\Vat\Rates"; reason: private alias.
  • Removed service "Ibericode\Vat\Geolocator"; 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 "libphonenumber\PhoneNumberUtil"; reason: private alias.
  • Removed service "libphonenumber\geocoding\PhoneNumberOfflineGeocoder"; reason: private alias.
  • Removed service "libphonenumber\ShortNumberInfo"; reason: private alias.
  • Removed service "libphonenumber\PhoneNumberToCarrierMapper"; reason: private alias.
  • Removed service "libphonenumber\PhoneNumberToTimeZonesMapper"; reason: private alias.
  • Removed service "Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper"; reason: private alias.
  • Removed service "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension"; reason: private alias.
  • Removed service "Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"; reason: private alias.
  • Removed service "Misd\PhoneNumberBundle\Serializer\Handler\PhoneNumberHandler"; reason: private alias.
  • Removed service "Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer"; reason: private alias.
  • Removed service "snc_redis.session.client"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "jms_translation.extractor.file.default_php_extractor"; reason: private alias.
  • Removed service "jms_translation.extractor_manager"; 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 "fos_rest.serializer"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; 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 $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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cronLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $slowLogger"; reason: private alias.
  • Removed service ".service_locator.fS8lEsW"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.wSTQLB9"; reason: private alias.
  • Removed service ".service_locator.zEmOjAu"; reason: private alias.
  • Removed service ".service_locator.i2UnAhx"; reason: private alias.
  • Removed service ".service_locator.VDTNN7x"; reason: private alias.
  • Removed service ".service_locator.njHjY78"; reason: private alias.
  • Removed service ".service_locator.p6HMR7C"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.1qxpWX0"; reason: private alias.
  • Removed service "App\CoreBundle\Component\Translation\Translator.inner"; reason: private alias.
  • Removed service "jms_translation.extractor.file.twig_extractor"; 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 "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "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 ".service_locator.5JMqoDq"; reason: private alias.
  • Removed service ".service_locator.gSrKfNa"; reason: private alias.
  • Removed service ".service_locator.r7nnWBV"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
298
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\CoreBundle\Component\Error\LogoutExceptionSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CoreBundle\Component\Generator\MigrationsGenerator" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "App\CoreBundle\Component\Grid\GridFactory" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CoreBundle\Component\Grid\ModalEdit\ModalEditFacade" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "App\CoreBundle\Model\Attribute\AttributeFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Category\CategoryFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Collection\CollectionFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Coupon\CouponFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Order\OrderFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Order\Status\OrderStatusFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\PaymentMethod\PaymentMethodFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Product\ProductFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Security\AdminLogoutHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CoreBundle\Model\Security\AdministratorLoginFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Security\FrontLogoutHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CoreBundle\Model\Security\LoginAsUserFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\ShippingMethod\ShippingMethodFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\SizeChart\SizeChartFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\Tag\TagFacade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Form\Admin\Eshop\EshopFormType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\CoreBundle\Model\AdminNavigation\AsideMenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\AdminNavigation\AsideMenuBuilder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CoreBundle\Model\AdminNavigation\ProfileMenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Model\AdminNavigation\ProfileMenuBuilder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\CoreBundle\Model\UploadedFile\UploadedFileLocator" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\CoreBundle\Command\CreatePacketaTicketCommand" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "App\CoreBundle\Command\DownloadPacketaInvoicesCommand" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "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 "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "templating.engine.php" previously pointing to "templating.loader.filesystem" to "templating.loader".
  • Changed reference of service "templating.helper.router" previously pointing to "router.default" to "router".
  • Changed reference of service "templating.helper.translator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "craue.form.flow.data_manager_default" previously pointing to "craue.form.flow.storage_default" to "craue.form.flow.storage".
  • Changed reference of service "craue.form.flow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "craue.form.flow.event_listener.previous_step_invalid" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "craue.form.flow.event_listener.flow_expired" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fp_js_form_validator.factory" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fp_js_form_validator.factory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fp_js_form_validator.factory" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.administration" 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.user_provider.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 "router.default" to "router".
  • Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "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.listener.resetting" previously pointing to "router.default" to "router".
  • 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 "jms_translation.extractor.file.validation_extractor" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "jms_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.7JqQ9os" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.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.q3f6h3A" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.q3f6h3A" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
127
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; 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 "jms_translation.loader.symfony_adapter"; reason: abstract.
  • Removed service "jms_translation.dumper.symfony_adapter"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "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 ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Error\LogoutExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\Error\LogoutExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Form\TimedSpamValidationListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\Form\TimedSpamValidationListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\HttpFoundation\DenyScriptNameInRequestPathListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Log\SlowLogSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\Log\SlowLogSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\AttributeEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\EventSubscriber\AttributeEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\CouponEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\EventSubscriber\CouponEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\OrderEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\EventSubscriber\OrderEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\EventSubscriber\ProductEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\EventSubscriber\ProductVariantEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Model\Administrator\Security\AdministratorRolesChangedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Model\Localization\LocalizationListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Model\Localization\LocalizationListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdminBaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdminBaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\AdminBaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AdministratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AdministratorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\AdministratorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\AttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\BreadcrumbController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\BreadcrumbController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\BreadcrumbController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\CouponController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\CouponPickerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\CouponPickerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\CouponPickerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\EshopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\EshopController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\EshopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FileUploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FileUploadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\FileUploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\FlashMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\FlashMessageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\FlashMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\GridController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\GridController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\GridController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderPdfController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderPdfController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\OrderPdfController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\OrderStatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\OrderStatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\OrderStatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ProductPickerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ProductPickerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\ProductPickerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\ShippingMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\ShippingMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\ShippingMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Admin\UploadedFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Admin\UploadedFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Admin\UploadedFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CoreBundle\Controller\Front\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CoreBundle\Controller\Front\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Controller\Front\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ControllerExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\ControllerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\DateTimeFormatterExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\DateTimeFormatterExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\EshopExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\EshopExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FileUploadExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\FileUploadExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormDetailExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\FormDetailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FormExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FormExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\FormExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\FpJsValidatorExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\FpJsValidatorExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\IconExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\IconExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\IconExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ImageExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\ImageExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\JoinNoneEmptyExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\JoinNoneEmptyExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\MoneyExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\MoneyExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\NoVarDumperExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\NoVarDumperExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\OrderExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\OrderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\PriceExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\PriceExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\ProductExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\ProductExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\RequestExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\UploadedFileExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\UploadedFileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\CoreBundle\Twig\VarDumperExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Twig\VarDumperExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\AbstractFileUploadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\AbstractFileUploadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\AdministratorFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\AdministratorPasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\Password\NewPasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Administrator\Password\ResetPasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Attribute\AttributeFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Attribute\AttributeFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Coupon\CouponFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Coupon\CouponFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Eshop\EshopFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Eshop\EshopFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Login\LoginFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Login\LoginFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Order\AdvancedSearchOrderFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderItemFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderItemFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Order\OrderMassActionFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Order\OrderMassActionFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\OrderStat\AdvancedSearchOrderStatFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Product\AdvancedSearchProductFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductGridModalFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductGridModalFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\Product\ProductMassActionFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\Product\ProductMassActionFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\BillingAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\BillingAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ContainsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\ContainsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\EmailValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\EmailValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\FieldsAreNotIdenticalValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\FileAllowedExtensionValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\FileExtensionMaxLengthValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\MoneyRangeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\MoneyRangeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPartValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotInArrayValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\NotInArrayValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\NotNegativeMoneyAmountValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueCollectionValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueCollectionValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueEmailValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueEmailValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueProductAttributesValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Constraints\UniqueProductVariantSkusValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DatePickerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\DatePickerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\DisplayOnlyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\DisplayOnlyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\EshopsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\EshopsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Extension\FormRenderingConfigurationExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\LegendFormTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Extension\LegendFormTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\CoreBundle\Form\Extension\MoneyTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\Extension\MoneyTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\FormRowType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\FormRowType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\GroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\GroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ImageUploadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ImageUploadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\LocalizedType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\LocalizedType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopTabType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\MultiEshopTabType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\MultiEshopType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\MultiEshopType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderItemsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\OrderItemsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\OrderNotesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\OrderNotesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductAttributeValueFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductAttributeValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductAttributeValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductEshopDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductEshopDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantConfiguratorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantConfiguratorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantEshopDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantEshopPriceDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantEshopPriceDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantValueFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ProductVariantsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ProductVariantsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CoreBundle\Form\ShippingAddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Form\ShippingAddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CoreBundle\Component\Router\Security\RouteCsrfProtector"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\Router\Security\RouteCsrfProtector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Symfony\Component\Translation\IdentityTranslator"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Component\Translation\IdentityTranslator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.App\CoreBundle\Component\Translation\Translator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Component\Translation\Translator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.exception_listener"; reason: abstract.
  • Removed service ".abstract.instanceof.exception_listener"; reason: abstract.
  • Removed service ".instanceof.Twig_LoaderInterface.0.twig.stringloader"; reason: abstract.
  • Removed service ".instanceof.Twig\Loader\LoaderInterface.0.twig.stringloader"; reason: abstract.
  • Removed service ".abstract.instanceof.twig.stringloader"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CheckDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckOrmMappingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CheckOrmMappingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckRedisCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CheckRedisCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CheckTimezonesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CheckTimezonesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateApplicationDirectoriesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreateApplicationDirectoriesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreateDatabaseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreateDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateOrderInvoiceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreateOrderInvoiceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreatePacketaTicketCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreatePacketaTicketCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\CreateZasielkovnaTicketCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\CreateZasielkovnaTicketCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DatabaseDumpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\DatabaseDumpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DownloadPacketaInvoicesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\DownloadPacketaInvoicesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\DropDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\DropDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GenerateMigrationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\GenerateMigrationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\GetCountOfMigrationsToExecuteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\ImportDefaultDatabaseSchemaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\MigrateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\MigrateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\ProcessOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\ProcessOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\RedisCleanCacheCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\RedisCleanCacheCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooBatchLoadProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooBatchLoadProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateGLSTicketCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooCreateGLSTicketCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreatePacketaTicketCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooCreatePacketaTicketCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooCreateProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooCreateProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteAttributeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteAttributeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteCouponCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteCouponCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductVariantCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteProductVariantCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooDeleteProductsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooDeleteProductsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadNewOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadNewOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadPaymentMethodCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadPaymentMethodCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadShippingMethodCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadShippingMethodCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooLoadTagCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooLoadTagCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooRefreshProductImageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooRefreshProductImageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncAttributeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncAttributeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncCouponCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncCouponCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderBatchCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncOrderBatchCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooSyncTagCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooSyncTagCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CoreBundle\Command\WooUpdateProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\CoreBundle\Command\WooUpdateProductCommand"; reason: abstract.
460
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "App\CoreBundle\Component\Css\CssFacade"; reason: unused.
  • Removed service "App\CoreBundle\Component\Doctrine\Cache\FallbackCacheFactory"; reason: unused.
  • Removed service "App\CoreBundle\Component\Doctrine\Cache\RedisCacheFactory"; reason: unused.
  • Removed service "App\CoreBundle\Component\Doctrine\SqlLoggerFacade"; reason: unused.
  • Removed service "App\CoreBundle\Component\EntityExtension\EntityExtensionParentMetadataCleanerEventSubscriber"; reason: unused.
  • Removed service "App\CoreBundle\Component\Error\ErrorIdProvider"; reason: unused.
  • Removed service "App\CoreBundle\Component\Error\ErrorPagesFacade"; reason: unused.
  • Removed service "App\CoreBundle\Component\Error\ExceptionListener"; reason: unused.
  • Removed service "App\CoreBundle\Component\Filesystem\ExternalFilesystemFactory"; reason: unused.
  • Removed service "App\CoreBundle\Component\HttpFoundation\FragmentHandler"; reason: unused.
  • Removed service "App\CoreBundle\Component\Localization\DisplayTimeZoneProvider"; reason: unused.
  • Removed service "App\CoreBundle\Component\Redis\RedisVersionsFacade"; reason: unused.
  • Removed service "App\CoreBundle\Component\Translation\PoFileLoader"; reason: unused.
  • Removed service "App\CoreBundle\Component\Zasielkovna\ApiPacketAttributesDataFactory"; reason: unused.
  • Removed service "App\CoreBundle\Component\Zasielkovna\ApiSoapFactory"; reason: unused.
  • Removed service "App\CoreBundle\Model\Administrator\AdministratorBreadcrumbGenerator"; reason: unused.
  • Removed service "App\CoreBundle\Model\Administrator\Security\AdministratorFrontSecurityFacade"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrderStat\AdvancedSearchOrderStatFacade"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrderStat\OrderStatAdvancedSearchFormFactory"; reason: unused.
  • Removed service "App\CoreBundle\Model\Breadcrumb\ErrorPageBreadcrumbGenerator"; reason: unused.
  • Removed service "App\CoreBundle\Model\Eshop\EshopBreadcrumbGenerator"; reason: unused.
  • Removed service "App\CoreBundle\Model\Eshop\Listing\EshopListAdminFacade"; reason: unused.
  • Removed service "App\CoreBundle\Model\Image\ImageDeleteDoctrineListener"; reason: unused.
  • Removed service "App\CoreBundle\Model\Localization\DbIndexesFacade"; reason: unused.
  • Removed service "App\CoreBundle\Model\Localization\DbIndexesRepository"; reason: unused.
  • Removed service "App\CoreBundle\Model\Localization\IntlCurrencyRepository"; reason: unused.
  • Removed service "App\CoreBundle\Model\Localization\TranslatableListener"; reason: unused.
  • Removed service "App\CoreBundle\Model\Order\Item\OrderItemPriceCalculation"; reason: unused.
  • Removed service "App\CoreBundle\Model\Product\Tag\ProductEshopTagDataFactory"; reason: unused.
  • Removed service "App\CoreBundle\Model\Product\Tag\ProductEshopTagFactory"; reason: unused.
  • Removed service "App\CoreBundle\Model\Product\Tag\ProductEshopTagRepository"; reason: unused.
  • Removed service "App\CoreBundle\Model\Security\CustomerLoginHandler"; reason: unused.
  • Removed service "App\CoreBundle\Model\Security\FrontLogoutHandler"; reason: unused.
  • Removed service "App\CoreBundle\Model\Security\LoginAsUserFacade"; reason: unused.
  • Removed service "App\CoreBundle\Twig\FileThumbnail\FileThumbnailInfo"; reason: unused.
  • Removed service "App\CoreBundle\Form\Admin\AdvancedSearch\AdvancedSearchFilterTranslation"; reason: unused.
  • Removed service "App\CoreBundle\Form\Admin\AdvancedSearchOrderStat\AdvancedSearchOrderStatFilterTranslation"; reason: unused.
  • Removed service "App\CoreBundle\Form\Admin\QuickSearch\QuickSearchFormData"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\ConstraintValue"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\Contains"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\Email"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\FieldsAreNotIdentical"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\FileAbstractFilesystemValidator"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\FileAllowedExtension"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\FileExtensionMaxLength"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\ImageAbstractFilesystemValidator"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\MoneyRange"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\NotIdenticalToEmailLocalPart"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\NotInArray"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\NotNegativeMoneyAmount"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\UniqueCollection"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\UniqueEmail"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\UniqueProductAttributes"; reason: unused.
  • Removed service "App\CoreBundle\Form\Constraints\UniqueProductVariantSkus"; reason: unused.
  • Removed service "App\CoreBundle\Form\JsFormValidatorFactory"; reason: unused.
  • Removed service "App\CoreBundle\Form\Transformers\EmptyWysiwygTransformer"; reason: unused.
  • Removed service "App\CoreBundle\Form\Transformers\InverseTransformer"; reason: unused.
  • Removed service "App\CoreBundle\Form\Transformers\NumericToMoneyTransformer"; reason: unused.
  • Removed service "App\CoreBundle\Form\Transformers\RemoveDuplicatesFromArrayTransformer"; reason: unused.
  • Removed service "App\CoreBundle\Form\Transformers\RemoveWhitespacesTransformer"; reason: unused.
  • Removed service "App\CoreBundle\Form\ValidationGroup"; reason: unused.
  • Removed service "App\CoreBundle\Model\UploadedFile\DirectoryStructureCreator"; reason: unused.
  • Removed service "App\CoreBundle\Component\Translation\TranslatableEntityDataCreator"; reason: unused.
  • Removed service "App\CoreBundle\Component\HttpFoundation\XmlResponse"; reason: unused.
  • Removed service "App\CoreBundle\Component\Price\PriceFormatter"; reason: unused.
  • Removed service "Doctrine\Common\Cache\ChainCache"; reason: unused.
  • Removed service "App\CoreBundle\Component\Doctrine\QueryBuilderExtender"; reason: unused.
  • Removed service "woo_dashboard.cache_driver.annotations_cache"; reason: unused.
  • Removed service "App\CoreBundle\Component\Error\ExceptionController"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderCityFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderPhoneNumberFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderPriceFilterWithVatFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderProductFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderStatusFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderStreetFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrderStat\Filter\OrderStatCreateDateFilter"; reason: unused.
  • Removed service "App\CoreBundle\Model\AdvancedSearchOrderStat\OrderStatAdvancedSearchConfig"; reason: unused.
  • Removed service "woodashboard.shop.model.advanced_search.advanced_search_query_builder_extender.order_stat"; reason: unused.
  • Removed service "App\CoreBundle\Command\CommandResultCodes"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\CheckSchemaCommandException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\CronCommandException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\DifferentTimezonesException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\MigrateCommandException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\MissingLocaleAggregateException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\MissingLocaleException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\RedisNotRunningException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\TranslationReplaceSourceCommandException"; reason: unused.
  • Removed service "App\CoreBundle\Command\Exception\UnavailableMicroserviceException"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~DvV_kmW"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~XoAJ6ol"; reason: unused.
  • Removed service ".1_DoctrineProvider~XoAJ6ol"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache_warmer"; reason: unused.
  • Removed service "annotations.cache_adapter"; 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 "craue.form.flow.data_manager_default"; reason: unused.
  • Removed service "craue.form.flow"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~Ees0kX0"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.serializer.flatten_exception_handler"; 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 "fos_rest.zone_request_matcher"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "fos_user.user_provider.username"; reason: unused.
  • Removed service "fos_user.user_provider.username_email"; reason: unused.
  • Removed service "fos_user.user_provider.email"; reason: unused.
  • Removed service "fos_user.user_checker"; reason: unused.
  • Removed service "fos_user.mailer.twig_swift"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "ibericode_vat.countries"; reason: unused.
  • Removed service "ibericode_vat.validator"; reason: unused.
  • Removed service "ibericode_vat.rates"; reason: unused.
  • Removed service "ibericode_vat.geolocator"; reason: unused.
  • Removed service "libphonenumber.phone_number_offline_geocoder"; reason: unused.
  • Removed service "libphonenumber.short_number_info"; reason: unused.
  • Removed service "libphonenumber.phone_number_to_carrier_mapper"; reason: unused.
  • Removed service "libphonenumber.phone_number_to_time_zones_mapper"; reason: unused.
  • Removed service "misd_phone_number.serializer.handler"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "webpack_encore.cache"; 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.2"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.4"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
186
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "App\CoreBundle\Model\Breadcrumb\AppBreadcrumbResolverFactory" to "App\CoreBundle\Component\Breadcrumb\BreadcrumbResolver".
  • Inlined service "App\CoreBundle\Component\Doctrine\Migrations\SchemaDiffFilter" to "App\CoreBundle\Component\Doctrine\Migrations\DatabaseSchemaFacade".
  • Inlined service "Doctrine\DBAL\Schema\Comparator" to "App\CoreBundle\Component\Doctrine\Migrations\DatabaseSchemaFacade".
  • Inlined service "Doctrine\ORM\Tools\SchemaTool" to "App\CoreBundle\Component\Doctrine\Migrations\DatabaseSchemaFacade".
  • Inlined service "session.flash_bag" to "App\CoreBundle\Component\Error\LogoutExceptionSubscriber".
  • Inlined service "App\CoreBundle\Component\Form\FormTimeProvider" to "App\CoreBundle\Component\Form\TimedSpamValidationListener".
  • Inlined service "App\CoreBundle\Component\Grid\InlineEdit\GridInlineEditRegistry" to "App\CoreBundle\Component\Grid\InlineEdit\InlineEditFacade".
  • Inlined service "App\CoreBundle\Component\Grid\ModalEdit\GridModalEditRegistry" to "App\CoreBundle\Component\Grid\ModalEdit\ModalEditFacade".
  • Inlined service "App\CoreBundle\Component\Localization\CustomDateTimeFormatPatternRepositoryFactory" to "App\CoreBundle\Component\Localization\DateTimeFormatPatternRepository".
  • Inlined service "App\CoreBundle\Model\Administrator\Activity\AdministratorActivityRepository" to "App\CoreBundle\Model\Administrator\Activity\AdministratorActivityFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\Activity\AdministratorActivityFactory" to "App\CoreBundle\Model\Administrator\Activity\AdministratorActivityFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\AdministratorFactory" to "App\CoreBundle\Model\Administrator\AdministratorFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\Role\AdministratorRoleFacade" to "App\CoreBundle\Model\Administrator\AdministratorFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\AdministratorGridLimitFactory" to "App\CoreBundle\Model\Administrator\AdministratorGridFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\Role\AdministratorRoleFactory" to "App\CoreBundle\Model\Administrator\Role\AdministratorRoleFacade".
  • Inlined service "App\CoreBundle\Model\Administrator\Role\AdministratorRoleDataFactory" to "App\CoreBundle\Model\Administrator\Role\AdministratorRoleFacade".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchFormFactory" to "App\CoreBundle\Model\AdvancedSearchOrder\AdvancedSearchOrderFacade".
  • Inlined service "woodashboard.shop.model.advanced_search.advanced_search_query_builder_extender.order" to "App\CoreBundle\Model\AdvancedSearchOrder\AdvancedSearchOrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Listing\OrderListAdminFacade" to "App\CoreBundle\Model\AdvancedSearchOrder\AdvancedSearchOrderFacade".
  • Inlined service "App\CoreBundle\Form\Admin\AdvancedSearchOrder\AdvancedSearchOrderFilterTranslation" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchFormFactory".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchProduct\ProductAdvancedSearchFormFactory" to "App\CoreBundle\Model\AdvancedSearchProduct\AdvancedSearchProductFacade".
  • Inlined service "woodashboard.shop.model.advanced_search.advanced_search_query_builder_extender.product" to "App\CoreBundle\Model\AdvancedSearchProduct\AdvancedSearchProductFacade".
  • Inlined service "App\CoreBundle\Form\Admin\AdvancedSearchProduct\AdvancedSearchProductFilterTranslation" to "App\CoreBundle\Model\AdvancedSearchProduct\ProductAdvancedSearchFormFactory".
  • Inlined service "App\CoreBundle\Model\Attribute\AttributeRepository" to "App\CoreBundle\Model\Attribute\AttributeFacade".
  • Inlined service "App\CoreBundle\Model\Attribute\AttributeFactory" to "App\CoreBundle\Model\Attribute\AttributeFacade".
  • Inlined service "App\CoreBundle\Model\Breadcrumb\SimpleBreadcrumbGenerator" to "App\CoreBundle\Model\Breadcrumb\AppBreadcrumbResolverFactory".
  • Inlined service "App\CoreBundle\Model\Coupon\CouponFactory" to "App\CoreBundle\Model\Coupon\CouponFacade".
  • Inlined service "App\CoreBundle\Model\Eshop\EshopFactory" to "App\CoreBundle\Model\Eshop\EshopFacade".
  • Inlined service "App\CoreBundle\Model\Eshop\Listing\EshopListAdminRepository" to "App\CoreBundle\Model\Eshop\EshopRepository".
  • Inlined service "App\CoreBundle\Model\Image\ImageFactory" to "App\CoreBundle\Model\Image\ImageFacade".
  • Inlined service "App\CoreBundle\Model\Image\Eshop\ImageEshopFactory" to "App\CoreBundle\Model\Image\ImageFacade".
  • Inlined service "App\CoreBundle\Model\Image\Eshop\ImageEshopRepository" to "App\CoreBundle\Model\Image\ImageFacade".
  • Inlined service "App\CoreBundle\Model\Image\Processing\ImageGenerator" to "App\CoreBundle\Model\Image\Processing\ImageGeneratorFacade".
  • Inlined service "App\CoreBundle\Model\Log\Listing\LogListAdminRepository" to "App\CoreBundle\Model\Log\Listing\LogListAdminFacade".
  • Inlined service "App\CoreBundle\Model\Log\LogRepository" to "App\CoreBundle\Model\Log\LogFacade".
  • Inlined service "App\CoreBundle\Model\Log\LogFactory" to "App\CoreBundle\Model\Log\LogFacade".
  • Inlined service "App\CoreBundle\Model\Order\MassAction\OrderMassActionRepository" to "App\CoreBundle\Model\Order\MassAction\OrderMassActionFacade".
  • Inlined service "App\CoreBundle\Model\Order\Line\OrderLineDataFactory" to "App\CoreBundle\Model\Order\OrderDataFactory".
  • Inlined service "App\CoreBundle\Model\Order\BillingAddress\OrderBillingAddressDataFactory" to "App\CoreBundle\Model\Order\OrderDataFactory".
  • Inlined service "App\CoreBundle\Model\Order\ShippingAddress\OrderShippingAddressDataFactory" to "App\CoreBundle\Model\Order\OrderDataFactory".
  • Inlined service "App\CoreBundle\Model\Order\OrderFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Note\OrderNoteFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Tax\OrderTaxFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Refund\OrderRefundFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Shipping\OrderShippingFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Fee\OrderFeeFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\BillingAddress\OrderBillingAddressFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\ShippingAddress\OrderShippingAddressFactory" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Component\MoneyConverter\MoneyConverter" to "App\CoreBundle\Model\Order\OrderFacade".
  • Inlined service "App\CoreBundle\Model\Order\Status\OrderStatusValueProvider" to "App\CoreBundle\Model\Order\Status\OrderStatusFacade".
  • Inlined service "App\CoreBundle\Model\UploadedFile\UploadedFileDataFactory" to "App\CoreBundle\Model\OrderPdf\OrderPdfDataFactory".
  • Inlined service "App\CoreBundle\Model\OrderPdf\OrderPdfRepository" to "App\CoreBundle\Model\OrderPdf\OrderPdfFacade".
  • Inlined service "App\CoreBundle\Model\OrderPdf\OrderPdfFactory" to "App\CoreBundle\Model\OrderPdf\OrderPdfFacade".
  • Inlined service "App\CoreBundle\Model\PaymentMethod\PaymentMethodRepository" to "App\CoreBundle\Model\PaymentMethod\PaymentMethodFacade".
  • Inlined service "App\CoreBundle\Model\PaymentMethod\PaymentMethodFactory" to "App\CoreBundle\Model\PaymentMethod\PaymentMethodFacade".
  • Inlined service "App\CoreBundle\Model\Product\MassAction\ProductMassActionRepository" to "App\CoreBundle\Model\Product\MassAction\ProductMassActionFacade".
  • Inlined service "App\CoreBundle\Model\Product\ProductFactory" to "App\CoreBundle\Model\Product\ProductFacade".
  • Inlined service "App\CoreBundle\Model\Product\Attribute\ProductAttributeFactory" to "App\CoreBundle\Model\Product\ProductFacade".
  • Inlined service "App\CoreBundle\Model\Product\Variant\ProductVariantEshopRepository" to "App\CoreBundle\Model\Product\ProductFacade".
  • Inlined service "App\CoreBundle\Component\String\HashGenerator" to "App\CoreBundle\Model\Security\AdministratorLoginFacade".
  • Inlined service "App\CoreBundle\Model\ShippingMethod\ShippingMethodRepository" to "App\CoreBundle\Model\ShippingMethod\ShippingMethodFacade".
  • Inlined service "App\CoreBundle\Model\ShippingMethod\ShippingMethodFactory" to "App\CoreBundle\Model\ShippingMethod\ShippingMethodFacade".
  • Inlined service "App\CoreBundle\Model\SizeChart\SizeChartValueProvider" to "App\CoreBundle\Model\SizeChart\SizeChartFacade".
  • Inlined service "App\CoreBundle\Model\Tag\TagRepository" to "App\CoreBundle\Model\Tag\TagFacade".
  • Inlined service "App\CoreBundle\Model\Tag\TagFactory" to "App\CoreBundle\Model\Tag\TagFacade".
  • Inlined service "App\CoreBundle\Model\UploadedFile\UploadedFileRepository" to "App\CoreBundle\Model\UploadedFile\UploadedFileFacade".
  • Inlined service "App\CoreBundle\Model\UploadedFile\UploadedFileLocator" to "App\CoreBundle\Model\UploadedFile\UploadedFileFacade".
  • Inlined service "App\CoreBundle\Model\UploadedFile\UploadedFileFactory" to "App\CoreBundle\Model\UploadedFile\UploadedFileFacade".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\AdminBaseController" to "App\CoreBundle\Controller\Admin\AdminBaseController".
  • Inlined service "App\CoreBundle\Model\Administrator\AdministratorDataFactory" to "App\CoreBundle\Controller\Admin\AdministratorController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\AdministratorController" to "App\CoreBundle\Controller\Admin\AdministratorController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\AttributeController" to "App\CoreBundle\Controller\Admin\AttributeController".
  • Inlined service "App\CoreBundle\Component\Breadcrumb\BreadcrumbResolver" to "App\CoreBundle\Controller\Admin\BreadcrumbController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\BreadcrumbController" to "App\CoreBundle\Controller\Admin\BreadcrumbController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\CouponController" to "App\CoreBundle\Controller\Admin\CouponController".
  • Inlined service "App\CoreBundle\Model\Coupon\Listing\CouponListAdminFacade" to "App\CoreBundle\Controller\Admin\CouponPickerController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\CouponPickerController" to "App\CoreBundle\Controller\Admin\CouponPickerController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\DefaultController" to "App\CoreBundle\Controller\Admin\DefaultController".
  • Inlined service "App\CoreBundle\Model\Eshop\EshopDataFactory" to "App\CoreBundle\Controller\Admin\EshopController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\EshopController" to "App\CoreBundle\Controller\Admin\EshopController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\FileUploadController" to "App\CoreBundle\Controller\Admin\FileUploadController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\FlashMessageController" to "App\CoreBundle\Controller\Admin\FlashMessageController".
  • Inlined service "App\CoreBundle\Component\Grid\Ordering\GridOrderingFacade" to "App\CoreBundle\Controller\Admin\GridController".
  • Inlined service "App\CoreBundle\Component\Grid\InlineEdit\InlineEditFacade" to "App\CoreBundle\Controller\Admin\GridController".
  • Inlined service "App\CoreBundle\Component\Grid\ModalEdit\ModalEditFacade" to "App\CoreBundle\Controller\Admin\GridController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\GridController" to "App\CoreBundle\Controller\Admin\GridController".
  • Inlined service "App\CoreBundle\Model\Image\Processing\ImageGeneratorFacade" to "App\CoreBundle\Controller\Admin\ImageController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\ImageController" to "App\CoreBundle\Controller\Admin\ImageController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\InvoiceController" to "App\CoreBundle\Controller\Admin\InvoiceController".
  • Inlined service "App\CoreBundle\Model\Log\Listing\LogListAdminFacade" to "App\CoreBundle\Controller\Admin\LogController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\LogController" to "App\CoreBundle\Controller\Admin\LogController".
  • Inlined service "App\CoreBundle\Model\Security\Authenticator" to "App\CoreBundle\Controller\Admin\LoginController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\LoginController" to "App\CoreBundle\Controller\Admin\LoginController".
  • Inlined service "App\CoreBundle\Model\Order\MassAction\OrderMassActionFacade" to "App\CoreBundle\Controller\Admin\OrderController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\OrderController" to "App\CoreBundle\Controller\Admin\OrderController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\OrderPdfController" to "App\CoreBundle\Controller\Admin\OrderPdfController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\OrderStatController" to "App\CoreBundle\Controller\Admin\OrderStatController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\PaymentMethodController" to "App\CoreBundle\Controller\Admin\PaymentMethodController".
  • Inlined service "App\CoreBundle\Model\Product\MassAction\ProductMassActionFacade" to "App\CoreBundle\Controller\Admin\ProductController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\ProductController" to "App\CoreBundle\Controller\Admin\ProductController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\ProductPickerController" to "App\CoreBundle\Controller\Admin\ProductPickerController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\ShippingMethodController" to "App\CoreBundle\Controller\Admin\ShippingMethodController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Admin\UploadedFileController" to "App\CoreBundle\Controller\Admin\UploadedFileController".
  • Inlined service ".service_locator.q3f6h3A.App\CoreBundle\Controller\Front\DefaultController" to "App\CoreBundle\Controller\Front\DefaultController".
  • Inlined service "App\CoreBundle\Component\Localization\DateTimeFormatterInterface" to "App\CoreBundle\Twig\DateTimeFormatterExtension".
  • Inlined service "App\CoreBundle\Model\Image\Processing\ImageThumbnailFactory" to "App\CoreBundle\Twig\FileThumbnail\FileThumbnailExtension".
  • Inlined service "CommerceGuys\Intl\NumberFormat\NumberFormatRepository" to "App\CoreBundle\Twig\PriceExtension".
  • Inlined service "App\CoreBundle\Model\Order\Status\OrderStatusFacade" to "App\CoreBundle\Form\Admin\Order\OrderFormType".
  • Inlined service "App\CoreBundle\Model\Product\ProductDescriptionPickerValueProvider" to "App\CoreBundle\Form\Admin\Product\ProductFormType".
  • Inlined service "App\CoreBundle\Form\Transformers\ProductAttributeToProductAttributeValueDataTransformer" to "App\CoreBundle\Form\Admin\Product\ProductFormType".
  • Inlined service "App\CoreBundle\Form\Transformers\ImagesIdsToImagesTransformer" to "App\CoreBundle\Form\ImageUploadType".
  • Inlined service "App\CoreBundle\Form\Transformers\ProductVariantValueDataToProductVariantTransformer" to "App\CoreBundle\Form\ProductVariantConfiguratorType".
  • Inlined service "App\CoreBundle\Component\Filesystem\FilepathComparator" to "App\CoreBundle\Model\Security\Filesystem\FilemanagerAccess".
  • Inlined service "App\CoreBundle\Component\Filesystem\MainFilesystemFactory" to "main_filesystem".
  • Inlined service "App\CoreBundle\Component\Filesystem\LocalFilesystemFactory" to "local_filesystem".
  • Inlined service "local_filesystem" to "League\Flysystem\MountManager".
  • Inlined service "App\CoreBundle\Component\FileUpload\FileNamingConvention" to "App\CoreBundle\Component\FileUpload\FileUpload".
  • Inlined service "App\CoreBundle\Model\UploadedFile\Config\UploadedFileConfigLoader" to "App\CoreBundle\Model\UploadedFile\Config\UploadedFileConfig".
  • Inlined service "jms_translation.extractor.file_extractor" to "App\CoreBundle\Component\Translation\NormalizingExtractorManager".
  • Inlined service "App\CoreBundle\Component\Translation\PhpFileExtractorFactory" to "App\CoreBundle\Component\Translation\PhpFileExtractor".
  • Inlined service "App\CoreBundle\Component\Translation\TwigFileExtractor.inner" to "App\CoreBundle\Component\Translation\TwigFileExtractor".
  • Inlined service "App\CoreBundle\Component\Localization\DateTimeFormatPatternRepository" to "App\CoreBundle\Component\Localization\DateTimeFormatterInterface".
  • Inlined service "Doctrine\Migrations\Finder\RecursiveRegexFinder" to "App\CoreBundle\Component\Doctrine\Migrations\MigrationsFinder".
  • Inlined service "App\CoreBundle\Model\Product\ProductGridFactory" to "App\CoreBundle\Model\Product\ProductGridModalEdit".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderNumberFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderCreateDateFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderInvoiceDateFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderEshopFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderNameFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderLastNameFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\Filter\OrderEmailFilter" to "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchProduct\Filter\ProductCategoryFilter" to "App\CoreBundle\Model\AdvancedSearchProduct\ProductAdvancedSearchConfig".
  • Inlined service "App\CoreBundle\Model\Image\Config\ImageConfigLoader" to "App\CoreBundle\Model\Image\Config\ImageConfig".
  • Inlined service "Intervention\Image\ImageManager" to "App\CoreBundle\Model\Image\Processing\ImageProcessor".
  • Inlined service "App\CoreBundle\Model\Image\DirectoryStructureCreator" to "App\CoreBundle\Command\CreateApplicationDirectoriesCommand".
  • Inlined service "App\CoreBundle\Component\System\System" to "App\CoreBundle\Command\CreateDatabaseCommand".
  • Inlined service "App\CoreBundle\Component\System\PostgresqlLocaleMapper" to "App\CoreBundle\Command\CreateDatabaseCommand".
  • Inlined service "App\CoreBundle\Component\Packetery\ApiSoapFactory" to "App\CoreBundle\Command\CreatePacketaTicketCommand".
  • Inlined service "App\CoreBundle\Component\Zasielkovna\ApiRestFactory" to "App\CoreBundle\Command\CreateZasielkovnaTicketCommand".
  • Inlined service "App\CoreBundle\Component\Packetery\ApiHttpFactory" to "App\CoreBundle\Command\DownloadPacketaInvoicesCommand".
  • Inlined service "App\CoreBundle\Component\Generator\MigrationsGenerator" to "App\CoreBundle\Command\GenerateMigrationCommand".
  • 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.cEhBhXG" to "fragment.handler".
  • Inlined service ".1_~5TZ36aY" to "error_handler.error_renderer.html".
  • Inlined service ".2_~5TZ36aY" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.XEl46Ee" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~LYujkAD" 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.70lP3Lj" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "templating.engine.php.helpers_locator" to "templating.engine.php".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • 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.UanEQRl" to "validator.validator_factory".
  • Inlined service ".service_locator..rMOiHb" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.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 "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.kODoftA" to ".1_LegacyRouteLoaderContainer~IABMm9X".
  • 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~IABMm9X" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "misd_phone_number.serializer.normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~5PHH984" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~5PHH984" to "error_handler.error_renderer.serializer".
  • 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.PCtJ8cJ" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
  • Inlined service "woo_dashboard.doctrine.cache_driver.metadata_cache" to "doctrine.orm.default_configuration".
  • Inlined service "woo_dashboard.doctrine.cache_driver.query_cache" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "twig.loader.chain" 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 "twig.extension.dump" to "twig".
  • Inlined service "App\CoreBundle\Twig\AppExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\ControllerExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\DateTimeFormatterExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\EshopExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\FileUploadExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\FormDetailExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\FormExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\FpJsValidatorExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\IconExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\ImageExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\JoinNoneEmptyExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\MoneyExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\NoVarDumperExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\OrderExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\PriceExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\ProductExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\RequestExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\UploadedFileExtension" to "twig".
  • Inlined service "App\CoreBundle\Twig\VarDumperExtension" to "twig".
  • Inlined service "twig.extension.craue_formflow" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "fp_js_form_validator.twig_extension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "twig.extension.fm_elfinder_init" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "misd_phone_number.twig.extension.format" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "App\CoreBundle\Component\Form\MultipleFormSetting" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service "twig.stringloader" to "twig.loader.chain".
  • Inlined service "twig.loader.filesystem" to "twig.loader.chain".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
  • Inlined service ".1_bool~C_3F_UK" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
  • Inlined service "fos_rest.exception.codes_map" to "fos_rest.serializer.flatten_exception_normalizer".
  • Inlined service "fos_rest.exception.messages_map" to "fos_rest.serializer.flatten_exception_normalizer".
  • Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
  • Inlined service "fos_rest.zone_request_matcher.b417c83ef2bcf459b4b2bb1e5a42d5c86f974ffd6bfe73357a9f04d46025529306a33be3" to "fos_rest.zone_matcher_listener".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.Bkqgp0G" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.L7iatyH" to "security.access_map".
  • Inlined service ".security.request_matcher.PnBRj01" to "security.access_map".
  • Inlined service ".security.request_matcher.o4vLJa." to "security.access_map".
  • Inlined service ".security.request_matcher.tJ66sPV" to "security.access_map".
  • Inlined service ".security.request_matcher.dOiDnFs" to "security.access_map".
  • Inlined service ".security.request_matcher.1QI6f_n" to "security.access_map".
  • Inlined service ".security.request_matcher.se4jbIs" to "security.access_map".
  • Inlined service ".security.request_matcher.6gOYh1S" to "security.access_map".
  • Inlined service ".security.request_matcher.pvrdxfk" to "security.access_map".
  • Inlined service ".security.request_matcher.5AKLgLh" to "security.access_map".
  • Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
  • Inlined service ".security.request_matcher.2EY4zYw" to "security.access_map".
  • Inlined service ".security.request_matcher.549WpbB" to "security.access_map".
  • Inlined service ".security.request_matcher.wn1W6vt" to "security.access_map".
  • Inlined service ".security.request_matcher.MJMsmtF" to "security.access_map".
  • Inlined service ".security.request_matcher.BO1rcls" to "security.access_map".
  • Inlined service ".security.request_matcher.Rr143ku" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "App\CoreBundle\Model\Security\AdminLogoutHandler" to "security.logout_listener.administration".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.administration".
  • Inlined service "security.authentication.success_handler.administration.form_login" to "security.authentication.listener.form.administration".
  • Inlined service "security.authentication.failure_handler.administration.form_login" to "security.authentication.listener.form.administration".
  • Inlined service "security.authentication.form_entry_point.administration" to "security.exception_listener.administration".
  • Inlined service "security.exception_listener.administration" to "security.firewall.map.context.administration".
  • Inlined service "security.logout_listener.administration" to "security.firewall.map.context.administration".
  • Inlined service "security.firewall.map.config.administration" to "security.firewall.map.context.administration".
  • 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.util.token_generator.default" to "fos_user.resetting.controller".
  • Inlined service "fos_user.mailer.default" to "fos_user.resetting.controller".
  • Inlined service "App\CoreBundle\Component\Translation\NormalizingExtractorManager" to "jms_translation.updater".
  • Inlined service "jms_translation.file_writer" to "jms_translation.updater".
  • Inlined service "jms_translation.dumper.php_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xlf_dumper" to "jms_translation.file_writer".
  • Inlined service "App\CoreBundle\Component\Translation\PoDumper" 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.2" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.2" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.3" 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.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 "App\CoreBundle\Component\Translation\JsFileExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "App\CoreBundle\Component\Translation\PhpFileExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "App\CoreBundle\Component\Translation\ConstraintMessageExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "App\CoreBundle\Component\Translation\ConstraintMessagePropertyExtractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "App\CoreBundle\Component\Translation\ConstraintViolationExtractor" 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 "App\CoreBundle\Component\Translation\TwigFileExtractor" 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 "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.TWz9UQt" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
  • Inlined service ".1_NonceGenerator~xIZILyO" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~xIZILyO" to "twig.extension.webprofiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~jyJR55V" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~jyJR55V" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~jyJR55V" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "sensio_framework_extra.psr7.http_foundation_factory" to "sensio_framework_extra.psr7.listener.response".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.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 "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service "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.1QJZERj" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.491LSII.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "fos_rest.serializer.symfony" to "fos_rest.view_handler".
  • Inlined service "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig" to "App\CoreBundle\Model\AdvancedSearchOrder\AdvancedSearchOrderFacade".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchOrder\OrderAdvancedSearchConfig" to "App\CoreBundle\Model\AdvancedSearchOrder\AdvancedSearchOrderFacade".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchProduct\ProductAdvancedSearchConfig" to "App\CoreBundle\Model\AdvancedSearchProduct\AdvancedSearchProductFacade".
  • Inlined service "App\CoreBundle\Model\AdvancedSearchProduct\ProductAdvancedSearchConfig" to "App\CoreBundle\Model\AdvancedSearchProduct\AdvancedSearchProductFacade".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "jms_translation.doc_parser" 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".
530
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1