https://artiemv2.wamrelease.net/_fragment

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_fragment"" at /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1889
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /_fragment""
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1168 …}
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}

Deprecations 291

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
[
  "exception" => ErrorException {#8
    #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/composer/ClassLoader.php:576 {
        Composer\Autoload\{closure} …
        › self::$includeFile = \Closure::bind(static function($file) {    include $file;}, null, null);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/composer/ClassLoader.php:427 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › $includeFile = self::$includeFile;$includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/Debug.php:62 {
        Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
        › 
        ›     DebugClassLoader::enable();}
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:13 {
        › 
        ›     Debug::enable();}
      }
    }
  }
]
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 {#678
    #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/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1211 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{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/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/artiemv2/releases/20230613132355/src/Kernel.php:68 {
        App\Kernel->boot() …
        › 
        ›     return parent::boot();}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1211 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{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/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/artiemv2/releases/20230613132355/src/Kernel.php:68 {
    App\Kernel->boot() …
    › 
    ›     return parent::boot();}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The Sonata\FormatterBundle\Formatter\FormatterInterface interface is deprecated since sonata-project/formatter-bundle 4.2, to be removed in 5.0. Use Formatter or ExtendableFormatter instead.
[
  "exception" => ErrorException {#677
    #message: "User Deprecated: The Sonata\FormatterBundle\Formatter\FormatterInterface interface is deprecated since sonata-project/formatter-bundle 4.2, to be removed in 5.0. Use Formatter or ExtendableFormatter instead."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php:19 {
        include_once …
        ›     'Use Formatter or ExtendableFormatter instead.',    \E_USER_DEPRECATED);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1255 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/ExtendableFormatter.php';include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/artiemv2/releases/20230613132355/src/Kernel.php:68 {
        App\Kernel->boot() …
        › 
        ›     return parent::boot();}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php:19 {
    include_once …
    ›     'Use Formatter or ExtendableFormatter instead.',    \E_USER_DEPRECATED);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1255 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/ExtendableFormatter.php';include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/artiemv2/releases/20230613132355/src/Kernel.php:68 {
    App\Kernel->boot() …
    › 
    ›     return parent::boot();}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
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 {#467
    #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/artiemv2/releases/20230613132355/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1699 {
        ContainerAdNOpQA\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/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/doctrine-bridge/ManagerRegistry.php:38 {
        Symfony\Bridge\Doctrine\ManagerRegistry->getService($name) …
        › {    return $this->container->get($name);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:181 {
        Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass($class) …
        › foreach ($this->managers as $id) {    $manager = $this->getService($id);}
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:246 {
        Doctrine\Persistence\AbstractManagerRegistry->selectManager(string $persistentObjectName, string $persistentManagerName = null): ObjectManager …
        › 
        ›     return $this->getManagerForClass($persistentObjectName) ?? $this->getManager();}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:216 {
        Doctrine\Persistence\AbstractManagerRegistry->getRepository($persistentObjectName, $persistentManagerName = null) …
        › return $this    ->selectManager($persistentObjectName, $persistentManagerName)    ->getRepository($persistentObjectName);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3153 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getRouteRepositoryInterfaceService() …
        › {    return $this->privates['WAM\\Bundle\\RoutingBundle\\Repository\\Interfaces\\RouteRepositoryInterface'] = new \WAM\Bundle\RoutingBundle\Repository\RouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository($this->getParameter("cmf_routing.route_entity.class")));}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3143 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getRedirectListenerService() …
        › {    return $this->privates['WAM\\Bundle\\RoutingBundle\\Listener\\RedirectListener'] = new \WAM\Bundle\RoutingBundle\Listener\RedirectListener(($this->privates['WAM\\Bundle\\RoutingBundle\\Repository\\Interfaces\\RouteRepositoryInterface'] ?? $this->getRouteRepositoryInterfaceService()));}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1788 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['WAM\\Bundle\\RoutingBundle\\Listener\\RedirectListener'] ?? $this->getRedirectListenerService());}, 1 => 'onKernelRequest'], 255);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1699 {
    ContainerAdNOpQA\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/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/doctrine-bridge/ManagerRegistry.php:38 {
    Symfony\Bridge\Doctrine\ManagerRegistry->getService($name) …
    › {    return $this->container->get($name);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:181 {
    Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass($class) …
    › foreach ($this->managers as $id) {    $manager = $this->getService($id);}
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:246 {
    Doctrine\Persistence\AbstractManagerRegistry->selectManager(string $persistentObjectName, string $persistentManagerName = null): ObjectManager …
    › 
    ›     return $this->getManagerForClass($persistentObjectName) ?? $this->getManager();}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:216 {
    Doctrine\Persistence\AbstractManagerRegistry->getRepository($persistentObjectName, $persistentManagerName = null) …
    › return $this    ->selectManager($persistentObjectName, $persistentManagerName)    ->getRepository($persistentObjectName);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3153 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getRouteRepositoryInterfaceService() …
    › {    return $this->privates['WAM\\Bundle\\RoutingBundle\\Repository\\Interfaces\\RouteRepositoryInterface'] = new \WAM\Bundle\RoutingBundle\Repository\RouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository($this->getParameter("cmf_routing.route_entity.class")));}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3143 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getRedirectListenerService() …
    › {    return $this->privates['WAM\\Bundle\\RoutingBundle\\Listener\\RedirectListener'] = new \WAM\Bundle\RoutingBundle\Listener\RedirectListener(($this->privates['WAM\\Bundle\\RoutingBundle\\Repository\\Interfaces\\RouteRepositoryInterface'] ?? $this->getRouteRepositoryInterfaceService()));}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1788 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['WAM\\Bundle\\RoutingBundle\\Listener\\RedirectListener'] ?? $this->getRedirectListenerService());}, 1 => 'onKernelRequest'], 255);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php (2 times) User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => ErrorException {#1166
    #message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    #line: 90
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {
        Doctrine\Common\Inflector\Inflector::classify(string $word): string …
        › {    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
        Doctrine\ORM\EntityRepository->resolveMagicCall($method, $by, array $arguments) …
        › 
        › $fieldName = lcfirst(Inflector::classify($by));}
      /var/www/artiemv2/releases/20230613132355/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:224 {
        Doctrine\ORM\EntityRepository->__call($method, $arguments) …
        › if (0 === strpos($method, 'findBy')) {    return $this->resolveMagicCall('findBy', substr($method, 6), $arguments);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing-bundle/src/Doctrine/Orm/RouteProvider.php:57 {
        Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\RouteProvider->getRouteCollectionForRequest(Request $request) …
        › }$routes = $this->getRouteRepository()->findByStaticPrefix($candidates, ['position' => 'ASC']);/** @var $route Route */
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:140 {
        Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request) …
        › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/DynamicRouter.php:278 {
        Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request) …
        › } else {    $defaults = $matcher->matchRequest($request);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:72 {
        Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request) …
        › {    $defaults = parent::matchRequest($request);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/ChainRouter.php:188 {
        Symfony\Cmf\Component\Routing\ChainRouter->doMatch($pathinfo, Request $request = null) …
        › 
        ›     return $router->matchRequest($requestForMatching);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/ChainRouter.php:158 {
        Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request) …
        › {    return $this->doMatch($request->getPathInfo(), $request);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php:112 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
        › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {
    Doctrine\Common\Inflector\Inflector::classify(string $word): string …
    › {    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
    Doctrine\ORM\EntityRepository->resolveMagicCall($method, $by, array $arguments) …
    › 
    › $fieldName = lcfirst(Inflector::classify($by));}
  /var/www/artiemv2/releases/20230613132355/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:224 {
    Doctrine\ORM\EntityRepository->__call($method, $arguments) …
    › if (0 === strpos($method, 'findBy')) {    return $this->resolveMagicCall('findBy', substr($method, 6), $arguments);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing-bundle/src/Doctrine/Orm/RouteProvider.php:57 {
    Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\RouteProvider->getRouteCollectionForRequest(Request $request) …
    › }$routes = $this->getRouteRepository()->findByStaticPrefix($candidates, ['position' => 'ASC']);/** @var $route Route */
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:140 {
    Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request) …
    › {    $collection = $this->routeProvider->getRouteCollectionForRequest($request);    if (!count($collection)) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/DynamicRouter.php:278 {
    Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request) …
    › } else {    $defaults = $matcher->matchRequest($request);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:72 {
    Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request) …
    › {    $defaults = parent::matchRequest($request);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/ChainRouter.php:188 {
    Symfony\Cmf\Component\Routing\ChainRouter->doMatch($pathinfo, Request $request = null) …
    › 
    ›     return $router->matchRequest($requestForMatching);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony-cmf/routing/src/ChainRouter.php:158 {
    Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request) …
    › {    return $this->doMatch($request->getPathInfo(), $request);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/RouterListener.php:112 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
    › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#2019
    #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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_LocatorService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_LocatorService.php:9 {
        require …
        › 
        › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_LocatorService.php:9 {
    require …
    › 
    › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
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 {#2020
    #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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_LocatorService.php:11 {
        require …
        › 
        › return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_LocatorService.php:11 {
    require …
    › 
    › return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#2023
    #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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_NameParserService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_NameParserService.php:9 {
        require …
        › 
        › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_NameParserService.php:9 {
    require …
    › 
    › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
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 {#2024
    #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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_NameParserService.php:11 {
        require …
        › 
        › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTemplating_NameParserService.php:11 {
    require …
    › 
    › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:4187 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2783 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8']);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2381 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:3874 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1938 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#951
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_ExceptionListenerService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_ExceptionListenerService.php:9 {
        require …
        › 
        › @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2019 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_ExceptionListenerService.php:9 {
    require …
    › 
    › @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2019 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#3129
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_ExceptionListenerService.php:11 {
        require …
        › 
        › 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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2019 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_ExceptionListenerService.php:11 {
    require …
    › 
    › 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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:2019 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->ContainerAdNOpQA\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:301 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php (3 times) User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
[
  "exception" => ErrorException {#3131
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
        Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
        › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:45 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
        › {    $e = FlattenException::createFromThrowable($event->getException());}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
    › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:45 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
    › {    $e = FlattenException::createFromThrowable($event->getException());}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#526
    #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_Controller_ExceptionService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_Controller_ExceptionService.php:9 {
        require …
        › 
        › @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:255 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_Controller_ExceptionService.php:9 {
    require …
    › 
    › @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:255 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
[
  "exception" => ErrorException {#528
    #message: "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_Controller_ExceptionService.php:11 {
        require …
        › 
        › return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
      /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
        ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:255 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:23 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/getTwig_Controller_ExceptionService.php:11 {
    require …
    › 
    › return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);}
  /var/www/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1448 {
    ContainerAdNOpQA\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:255 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1).
[
  "exception" => ErrorException {#3897
    #message: "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php(418) : eval()'d code"
    #line: 49
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1).
[
  "exception" => ErrorException {#3743
    #message: "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1)."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php(418) : eval()'d code"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_6437eb3a7d30c9cfe8350e188dd8aae336b2de533d568661899d17a631ab45e1->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Extension/CoreExtension.php:1231 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_6437eb3a7d30c9cfe8350e188dd8aae336b2de533d568661899d17a631ab45e1->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Extension/CoreExtension.php:1231 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
php User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1).
[
  "exception" => ErrorException {#3806
    #message: "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1)."
    #code: 0
    #file: "/var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php(418) : eval()'d code"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_77c9bd2bedcdf14eab910c2d00323f80f060cee4f6651cc28f411307d4c12e54->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Extension/CoreExtension.php:1231 {
        twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
        › 
        ›     return $loaded ? $loaded->render($variables) : '';} finally {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
        __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
        ›      */    eval('?>'.$content);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
        Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
        ›     'logger' => $logger,    'currentContent' => $currentContent,]
      }
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
        Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
        ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
          }
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/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);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
        }
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/artiemv2/releases/20230613132355/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 {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#12 …}
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_77c9bd2bedcdf14eab910c2d00323f80f060cee4f6651cc28f411307d4c12e54->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Extension/CoreExtension.php:1231 {
    twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
    › 
    ›     return $loaded ? $loaded->render($variables) : '';} finally {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_8cc882d4ef775fdcbaf22f01c3830a0dcaaf143eb2e912a6ae44fe4deee00e9b->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:418 {
    __TwigTemplate_98c1d4f6ab4fa38e2dce44158b5e329c0b3b915a30282624d62bbd824eb2e569->doDisplay(array $context, array $blocks = []) …
    ›      */    eval('?>'.$content);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:405 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/vendor/twig/twig/src/Template.php:390 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/twig-bundle/Controller/ExceptionController.php:73 {
    Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
    ›     'logger' => $logger,    'currentContent' => $currentContent,]
  }
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/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) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:304 {
    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
    ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      ...: {
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
      }
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
      "kernel.request"
      Symfony\Component\EventDispatcher\EventDispatcher {#673 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/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);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#539 …}
    }
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/artiemv2/releases/20230613132355/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 {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/artiemv2/releases/20230613132355/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#12 …}
    }
  }
}
n/a The FOS\CKEditorBundle\DependencyInjection\CompilerResourceCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
n/a The FOS\CKEditorBundle\DependencyInjection\CompilerTemplatingCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
n/a The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "Sonata\AdminBundle\Controller\CRUDController".
n/a (80 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "cmf_core" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_core" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "locale" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "admin" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "config" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "cookies" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "email" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "classification" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "string_sequence_generators" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_routing" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "extra_fields" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_web_maker" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a Translations directory "/var/www/artiemv2/releases/20230613132355/src/Resources/translations" is deprecated since Symfony 4.2, use "/var/www/artiemv2/releases/20230613132355/translations" instead.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_ck_editor" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "configs" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "plugins" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (4 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "styles" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "attributes" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "templates" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "template_parameters" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "filebrowsers" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "toolbars" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (3 times) Showing the country flags is deprecated. The flags will be removed in the next major version. Please set "sonata_translation.locale_switcher_show_country_flags" to false to avoid this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5980
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/translation-bundle/src/DependencyInjection/Configuration.php:104 {
        Sonata\TranslationBundle\DependencyInjection\Configuration::Sonata\TranslationBundle\DependencyInjection\{closure} …
        ›     'sonata_translation.locale_switcher_show_country_flags'), E_USER_DEPRECATED);$v['locale_switcher_show_country_flags'] = $v['locale_switcher_show_country_flags'] ?? true;
      }
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/translation-bundle/src/DependencyInjection/Configuration.php:104 {
    Sonata\TranslationBundle\DependencyInjection\Configuration::Sonata\TranslationBundle\DependencyInjection\{closure} …
    ›     'sonata_translation.locale_switcher_show_country_flags'), E_USER_DEPRECATED);$v['locale_switcher_show_country_flags'] = $v['locale_switcher_show_country_flags'] ?? true;
  }
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
  }
}
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_block" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_media" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_form" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Using short factory syntax for service "wam_form.repository.form" is deprecated since Symfony 4.4, use "['@Doctrine\ORM\EntityManagerInterface', 'getRepository']" instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "lexik_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "cmf_routing_auto" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "persistence" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "pix_sortable_behavior" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "wam_payment" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "WAM\Bundle\EcommerceBundle\Controller\VoucherController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5970
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
n/a The "winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#618
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "payment_core" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "free_payment" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (4 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "payment_success" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "redsys" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "payment_failure" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "WAM\Bundle\WebMakerBundle\ConflictResolver\HostConflictResolver::resolveConflict()" method will require a new "string $uri" argument in the next major version of its interface "Symfony\Cmf\Component\RoutingAuto\ConflictResolverInterface", not defining it is deprecated.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7195
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getObject()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\CartAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7192
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\OrderAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7189
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getExportFields()" method is considered final since sonata-project/admin-bundle 3.76. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\OrderAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7186
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "App\Admin\News\PostAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7183
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\News\PostAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7180
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "App\Admin\WebContent\MenuAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7177
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\WebContent\MenuAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7174
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\PromotionAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7171
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\PurchasableExperienceAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7168
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\BlockBundle\Admin\BaseBlockAdmin".
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\BlockBundle\Admin\BaseBlockAdmin".
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\ExtraAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7159
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\ExtraTypeAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7156
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\GiftAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7153
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\GiftCategoryAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7150
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\GiftCardAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7147
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\News\LinkedPostsAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7144
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "App\Admin\Ecommerce\ConfigurationAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7141
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\BlockBundle\Admin\ContainerBlockAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7138
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\FormBundle\Admin\FieldAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7135
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\FormBundle\Admin\Types\GroupFieldAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7132
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getPersistentParameters()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RouteAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7129
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RouteAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7126
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getObject()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RouteAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7123
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RouteSimpleAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7120
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RedirectRouteAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7117
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::getObject()" method is considered final since sonata-project/admin-bundle 3.90. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\RoutingBundle\Admin\RedirectRouteAdmin".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7114
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\AdminBundle\Admin\AbstractAdmin::createQuery()" method is considered final since sonata-project/admin-bundle 3.63.0. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\CoreBundle\Admin\AbstractBaseConfigAdmin".
n/a (9 times) The admin "App\Admin\SendMailAdmin" does not have a valid manager.
n/a (9 times) Argument "" for admin class "App\Admin\SendMailAdmin" must be of type string, NULL given.
n/a (9 times) The admin "App\Admin\SendTestimonialMailAdmin" does not have a valid manager.
n/a (9 times) Argument "" for admin class "App\Admin\SendTestimonialMailAdmin" must be of type string, NULL given.
n/a The "WAM\Bundle\BlockBundle\Entity\Types\AdvancedHeaderBlock::setYoutubeBackgroundVideo()" method will require a new "mixed $youtubeBackgroundVideo" argument in the next major version of its interface "WAM\Bundle\BlockBundle\Model\AdvancedHeaderInterface", not defining it is deprecated.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7096
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "Sonata\EasyExtendsBundle\Command\DumpMappingCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7090
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Sonata\EasyExtendsBundle\Command\GenerateCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7087
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7084
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Lexik\Bundle\TranslationBundle\Command\ExportTranslationsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7081
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Class "WAM\Bundle\RoutingBundle\Admin\Extensions\FrontendLinkExtension" should implement method "Sonata\AdminBundle\Admin\AdminExtensionInterface::configurePersistentParameters(AdminInterface $admin, array $parameters)".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7078
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "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.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7066
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/artiemv2/releases/20230613132355/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php"
        }
      }
    }
  }
]
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 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 {#7054
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1699 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/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/artiemv2/releases/20230613132355/var/cache/dev/ContainerAdNOpQA/srcApp_KernelDevDebugContainer.php:1699 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a (6 times) Passing other type than string as argument 2 for method Sonata\AdminBundle\DependencyInjection\Admin\AbstractTaggedAdmin::__construct() is deprecated since sonata-project/admin-bundle 3.65. It will accept only string in version 4.0.
n/a The Sonata\AdminBundle\Controller\CoreController class is deprecated since version 3.36 and will be removed in 4.0. Use Sonata\AdminBundle\Controller\SearchAction or Sonata\AdminBundle\Controller\DashboardAction instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7045
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/admin-bundle/src/Controller/CoreController.php:22 {
        include …
        ›     __NAMESPACE__), \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/artiemv2/releases/20230613132355/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php"
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/admin-bundle/src/Controller/CoreController.php:22 {
    include …
    ›     __NAMESPACE__), \E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/artiemv2/releases/20230613132355/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php"
    }
  }
}
n/a The "Sonata\AdminBundle\Controller\CoreController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a The Sonata\AdminBundle\Controller\HelperController class is deprecated since version 3.38.0 and will be removed in 4.0. Use actions inside Sonata\AdminBundle\Action instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7039
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/admin-bundle/src/Controller/HelperController.php:37 {
        include …
        ›     __NAMESPACE__), \E_USER_DEPRECATED);}
      /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/artiemv2/releases/20230613132355/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php"
        }
      }
    }
  }
]
{
  /var/www/artiemv2/releases/20230613132355/vendor/sonata-project/admin-bundle/src/Controller/HelperController.php:37 {
    include …
    ›     __NAMESPACE__), \E_USER_DEPRECATED);}
  /var/www/artiemv2/releases/20230613132355/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/artiemv2/releases/20230613132355/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php"
    }
  }
}
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 "Symfony\Bundle\TwigBundle\Controller\PreviewErrorController" class is deprecated since Symfony 4.4, use the "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" instead.
n/a The "Sonata\AdminBundle\Controller\CRUDController::originalRender()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "WAM\Bundle\CoreBundle\Controller\CRUDController".
n/a The "WAM\Bundle\WebContentBundle\Controller\EditInlineController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.

Debug 6

Unimportant log messages generated during the execution of the application.

Time Channel Message
doctrine SELECT w0_.host AS host_0, w0_.schemes AS schemes_1, w0_.methods AS methods_2, w0_.defaults AS defaults_3, w0_.requirements AS requirements_4, w0_.options AS options_5, w0_.condition_expr AS condition_expr_6, w0_.variable_pattern AS variable_pattern_7, w0_.staticPrefix AS staticPrefix_8, w0_.id AS id_9, w0_.name AS name_10, w0_.position AS position_11, w0_.canonical_name AS canonical_name_12, w0_.tag AS tag_13, w0_.sitemapeable AS sitemapeable_14, w0_.type AS type_15, w0_.seo_meta_data AS seo_meta_data_16, w0_.content_class AS content_class_17, w0_.content_id AS content_id_18, w0_.redirect_target AS redirect_target_19, w0_.autoRoute AS autoRoute_20 FROM wam_routing_route w0_ WHERE (w0_.staticPrefix = ? AND w0_.type = ?) AND w0_.autoRoute IN ('0', '1')
[
  "/_fragment"
  "cmf_routing_auto.redirect"
]
app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/_fragment/"."
doctrine SELECT t0.host AS host_1, t0.schemes AS schemes_2, t0.methods AS methods_3, t0.defaults AS defaults_4, t0.requirements AS requirements_5, t0.options AS options_6, t0.condition_expr AS condition_expr_7, t0.variable_pattern AS variable_pattern_8, t0.staticPrefix AS staticPrefix_9, t0.id AS id_10, t0.name AS name_11, t0.position AS position_12, t0.canonical_name AS canonical_name_13, t0.tag AS tag_14, t0.sitemapeable AS sitemapeable_15, t0.type AS type_16, t0.seo_meta_data AS seo_meta_data_17, t0.content_class AS content_class_18, t0.content_id AS content_id_19, t0.redirect_target AS redirect_target_20, t0.autoRoute FROM wam_routing_route t0 WHERE t0.staticPrefix IN (?) AND t0.autoRoute IN ('1') ORDER BY t0.position ASC
[
  [
    "/_fragment"
    "/"
  ]
]
app Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message "No routes found for "/_fragment"."
doctrine SELECT t0.host AS host_1, t0.schemes AS schemes_2, t0.methods AS methods_3, t0.defaults AS defaults_4, t0.requirements AS requirements_5, t0.options AS options_6, t0.condition_expr AS condition_expr_7, t0.variable_pattern AS variable_pattern_8, t0.staticPrefix AS staticPrefix_9, t0.id AS id_10, t0.name AS name_11, t0.position AS position_12, t0.canonical_name AS canonical_name_13, t0.tag AS tag_14, t0.sitemapeable AS sitemapeable_15, t0.type AS type_16, t0.seo_meta_data AS seo_meta_data_17, t0.content_class AS content_class_18, t0.content_id AS content_id_19, t0.redirect_target AS redirect_target_20, t0.autoRoute FROM wam_routing_route t0 WHERE t0.staticPrefix IN (?) AND t0.autoRoute IN ('1') ORDER BY t0.position ASC
[
  [
    "/_fragment"
    "/"
  ]
]
app Router WAM\Bundle\RoutingBundle\Routing\TranslatableDynamicRouter was not able to match, message "No routes found for "/_fragment"."

PHP Notices 0

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

There are no log messages of this level.

Container 2389

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\FileExtension" (parent: .abstract.instanceof.App\Twig\Media\FileExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\FileExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Media\FileExtension).
  • Resolving inheritance for "App\Twig\Media\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\FileExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportOrdersCommand" (parent: .abstract.instanceof.App\Command\ExportOrdersCommand).
  • Resolving inheritance for "App\Command\ExportOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HubspotContactUpdaterCommand" (parent: .abstract.instanceof.App\Command\HubspotContactUpdaterCommand).
  • Resolving inheritance for "App\Command\HubspotContactUpdaterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HubspotContactUpdaterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportContentMediaCommand" (parent: .abstract.instanceof.App\Command\ImportContentMediaCommand).
  • Resolving inheritance for "App\Command\ImportContentMediaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportContentMediaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMediaCommand" (parent: .abstract.instanceof.App\Command\ImportMediaCommand).
  • Resolving inheritance for "App\Command\ImportMediaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMediaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPostBodyMediaCommand" (parent: .abstract.instanceof.App\Command\ImportPostBodyMediaCommand).
  • Resolving inheritance for "App\Command\ImportPostBodyMediaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPostBodyMediaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshImageSitemapCommand" (parent: .abstract.instanceof.App\Command\RefreshImageSitemapCommand).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Command\RefreshImageSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshImageSitemapCommand).
  • Resolving inheritance for "App\Command\RefreshImageSitemapCommand" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Command\RefreshImageSitemapCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplacePostContentImagesCommand" (parent: .abstract.instanceof.App\Command\ReplacePostContentImagesCommand).
  • Resolving inheritance for "App\Command\ReplacePostContentImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplacePostContentImagesCommand).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ApartmentListController" (parent: .abstract.instanceof.App\Controller\ApartmentListController).
  • Resolving inheritance for "App\Controller\ApartmentListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ApartmentListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ArtiemWorldController" (parent: .abstract.instanceof.App\Controller\ArtiemWorldController).
  • Resolving inheritance for "App\Controller\ArtiemWorldController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ArtiemWorldController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\AsturiasDestinationController" (parent: .abstract.instanceof.App\Controller\AsturiasDestinationController).
  • Resolving inheritance for "App\Controller\AsturiasDestinationController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\AsturiasDestinationController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BenefitListController" (parent: .abstract.instanceof.App\Controller\BenefitListController).
  • Resolving inheritance for "App\Controller\BenefitListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BenefitListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BookingController" (parent: .abstract.instanceof.App\Controller\BookingController).
  • Resolving inheritance for "App\Controller\BookingController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BookingController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ChainResultsController" (parent: .abstract.instanceof.App\Controller\ChainResultsController).
  • Resolving inheritance for "App\Controller\ChainResultsController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ChainResultsController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
  • Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ContactController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController" (parent: .abstract.instanceof.App\Controller\Ecommerce\GiftCheckoutController).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController).
  • Resolving inheritance for "App\Controller\Ecommerce\GiftCheckoutController" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftDetailController" (parent: .abstract.instanceof.App\Controller\Ecommerce\GiftDetailController).
  • Resolving inheritance for "App\Controller\Ecommerce\GiftDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftListController" (parent: .abstract.instanceof.App\Controller\Ecommerce\GiftListController).
  • Resolving inheritance for "App\Controller\Ecommerce\GiftListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftListController).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddToCartController" (parent: .abstract.instanceof.App\Controller\Ecommerce\InternalGiftAddToCartController).
  • Resolving inheritance for "App\Controller\Ecommerce\InternalGiftAddToCartController" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddToCartController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController" (parent: .abstract.instanceof.App\Controller\Ecommerce\InternalGiftAddressController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController).
  • Resolving inheritance for "App\Controller\Ecommerce\InternalGiftAddressController" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalThanksController" (parent: .abstract.instanceof.App\Controller\Ecommerce\InternalThanksController).
  • Resolving inheritance for "App\Controller\Ecommerce\InternalThanksController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalThanksController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\EmailTestController" (parent: .abstract.instanceof.App\Controller\EmailTestController).
  • Resolving inheritance for "App\Controller\EmailTestController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\EmailTestController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ExperienceDetailController" (parent: .abstract.instanceof.App\Controller\ExperienceDetailController).
  • Resolving inheritance for "App\Controller\ExperienceDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ExperienceDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMadridController" (parent: .abstract.instanceof.App\Controller\HalfMadridController).
  • Resolving inheritance for "App\Controller\HalfMadridController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMadridController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMenorcaController" (parent: .abstract.instanceof.App\Controller\HalfMenorcaController).
  • Resolving inheritance for "App\Controller\HalfMenorcaController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMenorcaController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HotelDetailController" (parent: .abstract.instanceof.App\Controller\HotelDetailController).
  • Resolving inheritance for "App\Controller\HotelDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HotelDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LandingDetailController" (parent: .abstract.instanceof.App\Controller\LandingDetailController).
  • Resolving inheritance for "App\Controller\LandingDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LandingDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LocationDetailController" (parent: .abstract.instanceof.App\Controller\LocationDetailController).
  • Resolving inheritance for "App\Controller\LocationDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LocationDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\MenorcaDestinationController" (parent: .abstract.instanceof.App\Controller\MenorcaDestinationController).
  • Resolving inheritance for "App\Controller\MenorcaDestinationController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\MenorcaDestinationController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\EmbeddedPostListController" (parent: .abstract.instanceof.App\Controller\News\EmbeddedPostListController).
  • Resolving inheritance for "App\Controller\News\EmbeddedPostListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\EmbeddedPostListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostDetailController" (parent: .abstract.instanceof.App\Controller\News\PostDetailController).
  • Resolving inheritance for "App\Controller\News\PostDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostListController" (parent: .abstract.instanceof.App\Controller\News\PostListController).
  • Resolving inheritance for "App\Controller\News\PostListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostRssController" (parent: .abstract.instanceof.App\Controller\News\PostRssController).
  • Resolving inheritance for "App\Controller\News\PostRssController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostRssController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostSearchController" (parent: .abstract.instanceof.App\Controller\News\PostSearchController).
  • Resolving inheritance for "App\Controller\News\PostSearchController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostSearchController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\TaggedPostListController" (parent: .abstract.instanceof.App\Controller\News\TaggedPostListController).
  • Resolving inheritance for "App\Controller\News\TaggedPostListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\TaggedPostListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PdfTestController" (parent: .abstract.instanceof.App\Controller\PdfTestController).
  • Resolving inheritance for "App\Controller\PdfTestController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PdfTestController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionDetailController" (parent: .abstract.instanceof.App\Controller\PromotionDetailController).
  • Resolving inheritance for "App\Controller\PromotionDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionListController" (parent: .abstract.instanceof.App\Controller\PromotionListController).
  • Resolving inheritance for "App\Controller\PromotionListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceDetailController" (parent: .abstract.instanceof.App\Controller\PurchasableExperienceDetailController).
  • Resolving inheritance for "App\Controller\PurchasableExperienceDetailController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceDetailController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceListController" (parent: .abstract.instanceof.App\Controller\PurchasableExperienceListController).
  • Resolving inheritance for "App\Controller\PurchasableExperienceListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\RoomListController" (parent: .abstract.instanceof.App\Controller\RoomListController).
  • Resolving inheritance for "App\Controller\RoomListController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\RoomListController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TestimonialCreateController" (parent: .abstract.instanceof.App\Controller\TestimonialCreateController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\TestimonialCreateController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TestimonialCreateController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.App\Controller\TestimonialCreateController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\TestimonialCreateController).
  • Resolving inheritance for "App\Controller\TestimonialCreateController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.App\Controller\TestimonialCreateController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TheOneWelcomeController" (parent: .abstract.instanceof.App\Controller\TheOneWelcomeController).
  • Resolving inheritance for "App\Controller\TheOneWelcomeController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TheOneWelcomeController).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\UrlController" (parent: .abstract.instanceof.App\Controller\UrlController).
  • Resolving inheritance for "App\Controller\UrlController" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\UrlController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressBillableType" (parent: .abstract.instanceof.App\Form\Ecommerce\AddressBillableType).
  • Resolving inheritance for "App\Form\Ecommerce\AddressBillableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressBillableType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressShippableType" (parent: .abstract.instanceof.App\Form\Ecommerce\AddressShippableType).
  • Resolving inheritance for "App\Form\Ecommerce\AddressShippableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressShippableType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\GiftType" (parent: .abstract.instanceof.App\Form\Ecommerce\GiftType).
  • Resolving inheritance for "App\Form\Ecommerce\GiftType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\GiftType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\PickingUpType" (parent: .abstract.instanceof.App\Form\Ecommerce\PickingUpType).
  • Resolving inheritance for "App\Form\Ecommerce\PickingUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\PickingUpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\SendingEmailType" (parent: .abstract.instanceof.App\Form\Ecommerce\SendingEmailType).
  • Resolving inheritance for "App\Form\Ecommerce\SendingEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\SendingEmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromotionDescriptionType" (parent: .abstract.instanceof.App\Form\Type\PromotionDescriptionType).
  • Resolving inheritance for "App\Form\Type\PromotionDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromotionDescriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonialType" (parent: .abstract.instanceof.App\Form\Type\TestimonialType).
  • Resolving inheritance for "App\Form\Type\TestimonialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonialType).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Generator\Ecommerce\VoucherGenerator" (parent: .abstract.instanceof.App\Generator\Ecommerce\VoucherGenerator).
  • Resolving inheritance for "App\Generator\Ecommerce\VoucherGenerator" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Generator\Ecommerce\VoucherGenerator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Ecommerce\GiftNormalizer" (parent: .abstract.instanceof.App\Serializer\Ecommerce\GiftNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Ecommerce\GiftNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer).
  • Resolving inheritance for "App\Serializer\Ecommerce\GiftNormalizer" (parent: .instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PromotionNormalizer" (parent: .abstract.instanceof.App\Serializer\PromotionNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PromotionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PromotionNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PromotionNormalizer" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PromotionNormalizer).
  • Resolving inheritance for "App\Serializer\PromotionNormalizer" (parent: .instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PromotionNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PurchasableExperienceNormalizer" (parent: .abstract.instanceof.App\Serializer\PurchasableExperienceNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PurchasableExperienceNormalizer).
  • Resolving inheritance for ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer" (parent: .instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer).
  • Resolving inheritance for "App\Serializer\PurchasableExperienceNormalizer" (parent: .instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension" (parent: .abstract.instanceof.App\Twig\Ecommerce\ConfigurationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension).
  • Resolving inheritance for "App\Twig\Ecommerce\ConfigurationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\FormExtension" (parent: .abstract.instanceof.App\Twig\FormExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\FormExtension).
  • Resolving inheritance for "App\Twig\FormExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\GroupExtrasExtension" (parent: .abstract.instanceof.App\Twig\GroupExtrasExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtrasExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\GroupExtrasExtension).
  • Resolving inheritance for "App\Twig\GroupExtrasExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtrasExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\JsonExtension" (parent: .abstract.instanceof.App\Twig\JsonExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\JsonExtension).
  • Resolving inheritance for "App\Twig\JsonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\LocaleSwitcherExtension" (parent: .abstract.instanceof.App\Twig\LocaleSwitcherExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleSwitcherExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\LocaleSwitcherExtension).
  • Resolving inheritance for "App\Twig\LocaleSwitcherExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleSwitcherExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\MediaExtension" (parent: .abstract.instanceof.App\Twig\Media\MediaExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\MediaExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Media\MediaExtension).
  • Resolving inheritance for "App\Twig\Media\MediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\MediaExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\PictureExtension" (parent: .abstract.instanceof.App\Twig\Media\PictureExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\PictureExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Media\PictureExtension).
  • Resolving inheritance for "App\Twig\Media\PictureExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\PictureExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\MobileDetectExtension" (parent: .abstract.instanceof.App\Twig\MobileDetectExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MobileDetectExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\MobileDetectExtension).
  • Resolving inheritance for "App\Twig\MobileDetectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MobileDetectExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\PopularGiftExtension" (parent: .abstract.instanceof.App\Twig\PopularGiftExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PopularGiftExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\PopularGiftExtension).
  • Resolving inheritance for "App\Twig\PopularGiftExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PopularGiftExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SerializerExtension" (parent: .abstract.instanceof.App\Twig\SerializerExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SerializerExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SerializerExtension).
  • Resolving inheritance for "App\Twig\SerializerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SerializerExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\StringExtension" (parent: .abstract.instanceof.App\Twig\StringExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\StringExtension).
  • Resolving inheritance for "App\Twig\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\FaqExtension" (parent: .abstract.instanceof.App\Twig\WebContent\FaqExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\FaqExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\FaqExtension).
  • Resolving inheritance for "App\Twig\WebContent\FaqExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\FaqExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\MenuExtension" (parent: .abstract.instanceof.App\Twig\WebContent\MenuExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\MenuExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\MenuExtension).
  • Resolving inheritance for "App\Twig\WebContent\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\MenuExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.extension.date" (parent: .abstract.instanceof.twig.extension.date).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.date" (parent: .instanceof.Twig_ExtensionInterface.0.twig.extension.date).
  • Resolving inheritance for "twig.extension.date" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.date).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand" (parent: .abstract.instanceof.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand).
  • Resolving inheritance for "Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand" (parent: .abstract.instanceof.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand).
  • Resolving inheritance for "Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand).
  • 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._default_package" (parent: assets.path_package).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.chain_provider" (parent: security.user.provider.chain).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.admin" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.admin" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "wam.core.category.repository" (parent: wam.abstract.repository).
  • Resolving inheritance for ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Converter\WebpConverter" (parent: .abstract.instanceof.WAM\Component\Media\Converter\WebpConverter).
  • Resolving inheritance for "WAM\Component\Media\Converter\WebpConverter" (parent: .instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Converter\WebpConverter).
  • Resolving inheritance for ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Bundle\MediaBundle\Command\ImagesConvertCommand" (parent: .abstract.instanceof.WAM\Bundle\MediaBundle\Command\ImagesConvertCommand).
  • Resolving inheritance for "WAM\Bundle\MediaBundle\Command\ImagesConvertCommand" (parent: .instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Bundle\MediaBundle\Command\ImagesConvertCommand).
  • Resolving inheritance for ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface" (parent: .abstract.instanceof.WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface).
  • Resolving inheritance for "WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface" (parent: .instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_admin" (parent: .abstract.instanceof.wam_user.controller.reactivate_admin).
  • Resolving inheritance for "wam_user.controller.reactivate_admin" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_admin).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_user" (parent: .abstract.instanceof.wam_user.controller.reactivate_user).
  • Resolving inheritance for "wam_user.controller.reactivate_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.confirm_user" (parent: .abstract.instanceof.wam_user.controller.confirm_user).
  • Resolving inheritance for "wam_user.controller.confirm_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.confirm_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_admin" (parent: .abstract.instanceof.wam_user.controller.login_admin).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_admin" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_admin).
  • Resolving inheritance for "wam_user.controller.login_admin" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_admin).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_user" (parent: .abstract.instanceof.wam_user.controller.login_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_user).
  • Resolving inheritance for "wam_user.controller.login_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.register_user" (parent: .abstract.instanceof.wam_user.controller.register_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.register_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.register_user).
  • Resolving inheritance for "wam_user.controller.register_user" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.register_user).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.request_password" (parent: .abstract.instanceof.wam_user.controller.request_password).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.request_password" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.request_password).
  • Resolving inheritance for "wam_user.controller.request_password" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.request_password).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.reset_password" (parent: .abstract.instanceof.wam_user.controller.reset_password).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.reset_password" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.reset_password).
  • Resolving inheritance for "wam_user.controller.reset_password" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.reset_password).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.check_email" (parent: .abstract.instanceof.wam_user.controller.check_email).
  • Resolving inheritance for "wam_user.controller.check_email" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.check_email).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.user_profile" (parent: .abstract.instanceof.wam_user.controller.user_profile).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.user_profile" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.user_profile).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.user_profile" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.user_profile).
  • Resolving inheritance for ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\TokenStorageAwareInterface.0.wam_user.controller.user_profile" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.user_profile).
  • Resolving inheritance for "wam_user.controller.user_profile" (parent: .instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\TokenStorageAwareInterface.0.wam_user.controller.user_profile).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray" (parent: .abstract.instanceof.Geocoder\Dumper\GeoArray).
  • Resolving inheritance for "Geocoder\Dumper\GeoArray" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson" (parent: .abstract.instanceof.Geocoder\Dumper\GeoJson).
  • Resolving inheritance for "Geocoder\Dumper\GeoJson" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx" (parent: .abstract.instanceof.Geocoder\Dumper\Gpx).
  • Resolving inheritance for "Geocoder\Dumper\Gpx" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml" (parent: .abstract.instanceof.Geocoder\Dumper\Kml).
  • Resolving inheritance for "Geocoder\Dumper\Kml" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb" (parent: .abstract.instanceof.Geocoder\Dumper\Wkb).
  • Resolving inheritance for "Geocoder\Dumper\Wkb" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb).
  • Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt" (parent: .abstract.instanceof.Geocoder\Dumper\Wkt).
  • Resolving inheritance for "Geocoder\Dumper\Wkt" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
  • Resolving inheritance for "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
  • Resolving inheritance for "WAM\Bundle\RoutingBundle\Routing\TranslatableDynamicRouter" (parent: cmf_routing.dynamic_router).
  • Resolving inheritance for "wam_routing.admin.route" (parent: wam_routing.admin.route_base).
  • Resolving inheritance for "wam_routing.admin.route_simple" (parent: wam_routing.admin.route_base).
  • Resolving inheritance for "wam_routing.admin.redirect_route" (parent: wam_routing.admin.route_base).
  • Resolving inheritance for "wam_ecommerce.event_dispatcher.cart" (parent: wam_ecommerce.event_dispatcher.abstract).
  • Resolving inheritance for "wam_ecommerce.event_dispatcher.cart_line" (parent: wam_ecommerce.event_dispatcher.abstract).
  • Resolving inheritance for "wam_ecommerce.event_dispatcher.order" (parent: wam_ecommerce.event_dispatcher.abstract).
  • Resolving inheritance for "wam_ecommerce.event_dispatcher.order_line" (parent: wam_ecommerce.event_dispatcher.abstract).
  • Resolving inheritance for "wam_ecommerce.event_dispatcher.payment" (parent: wam_ecommerce.event_dispatcher.abstract).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\EcommerceBundle\Controller\OrderController" (parent: .abstract.instanceof.WAM\Bundle\EcommerceBundle\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\EcommerceBundle\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\EcommerceBundle\Controller\OrderController).
  • Resolving inheritance for "WAM\Bundle\EcommerceBundle\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\EcommerceBundle\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.WAM\Bundle\EcommerceBundle\Controller\VoucherController" (parent: .abstract.instanceof.WAM\Bundle\EcommerceBundle\Controller\VoucherController).
  • Resolving inheritance for "WAM\Bundle\EcommerceBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.WAM\Bundle\EcommerceBundle\Controller\VoucherController).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.SM\Extension\Twig\SMExtension" (parent: .abstract.instanceof.SM\Extension\Twig\SMExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SM\Extension\Twig\SMExtension" (parent: .instanceof.Twig_ExtensionInterface.0.SM\Extension\Twig\SMExtension).
  • Resolving inheritance for "SM\Extension\Twig\SMExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SM\Extension\Twig\SMExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand" (parent: .abstract.instanceof.winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand).
  • Resolving inheritance for "winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiPageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiSketchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\ApiUrlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\PageController" (parent: .abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\PageController).
  • Resolving inheritance for "WAM\Bundle\WebMakerBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\PageController).
  • Resolving inheritance for "wam.web_maker.cache_subscriber.page" (parent: wam.web_maker.cache_subscriber).
  • Resolving inheritance for "wam.web_maker.cache_subscriber.block" (parent: wam.web_maker.cache_subscriber).
  • Resolving inheritance for "wam.web_maker.cache_subscriber.breadcrumb_block" (parent: wam.web_maker.cache_subscriber).
  • Resolving inheritance for "wam.web_maker.cache_subscriber.section" (parent: wam.web_maker.cache_subscriber).
  • Resolving inheritance for "wam.web_maker.cache_subscriber.mapped_entity" (parent: wam.web_maker.cache_subscriber).
  • Resolving inheritance for ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.wam.web_maker.service.add_default_media" (parent: .abstract.instanceof.wam.web_maker.service.add_default_media).
  • Resolving inheritance for "wam.web_maker.service.add_default_media" (parent: .instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.wam.web_maker.service.add_default_media).
  • 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.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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.paymentsuite" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.redsys" (parent: monolog.logger_prototype).
367
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\Admin\CkeditorAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Admin\CkeditorAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Admin\SendMailController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Admin\SendMailController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Admin\SendTestimonialMailController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Admin\SendTestimonialMailController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing method "setTwig" of service "App\Controller\ApartmentListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\ArtiemWorldController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\AsturiasDestinationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\BenefitListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\BookingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\ChainResultsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\Ecommerce\CRUDController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Ecommerce\CRUDController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Ecommerce\ExtraAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Ecommerce\ExtraAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing method "setTwig" of service "App\Controller\Ecommerce\GiftCheckoutController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setUrlGenerator" of service "App\Controller\Ecommerce\GiftCheckoutController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\Ecommerce\GiftDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\Ecommerce\GiftListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setUrlGenerator" of service "App\Controller\Ecommerce\InternalGiftAddToCartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormFactory" of service "App\Controller\Ecommerce\InternalGiftAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\Ecommerce\InternalGiftAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setUrlGenerator" of service "App\Controller\Ecommerce\InternalGiftAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\Ecommerce\InternalThanksController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\ExperienceDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\HalfMadridController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\HalfMenorcaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\HomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\HotelDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\LandingDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\LocationDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\MenorcaDestinationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\News\EmbeddedPostListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\News\PostAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\News\PostAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing method "setTwig" of service "App\Controller\News\PostDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\News\PostListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\News\PostRssController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\News\PostSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\News\TaggedPostListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\PdfTestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\PromotionDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\PromotionListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\PurchasableExperienceDetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\PurchasableExperienceListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\RoomListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\TheOneWelcomeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setTwig" of service "App\Controller\UrlController" from controller candidates: the method is called at instantiation, thus cannot be an action.
50
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 "WAM\Bundle\NewsBundle\Repository\Interfaces\PostRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Component\Core\Store\Interfaces\StoreInterface"; reason: private alias.
  • Removed service "WAM\Bundle\CoreBundle\Model\Interfaces\PdfManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface"; reason: private alias.
  • Removed service "WAM\Bundle\CoreBundle\Service\Mailer"; reason: private alias.
  • Removed service "WAM\Component\Core\Breadcrumb\Interfaces\BreadcrumbBuilderInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Factory\Interfaces\OrderFactoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Provider\Interfaces\CartProviderInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Services\Interfaces\CartManipulatorInterface"; reason: private alias.
  • Removed service "WAM\Bundle\CoreBundle\Repository\Interfaces\KeyRepositoryInterface"; reason: private alias.
  • Removed service "App\Google\Interfaces\SpreadsheetsInterface"; reason: private alias.
  • Removed service "App\Exporter\Interfaces\OrderExporterInterface"; reason: private alias.
  • Removed service "WAM\Bundle\CoreBundle\Repository\CategoryRepository"; reason: private alias.
  • Removed service "App\Assigner\Ecommerce\Interfaces\CartShippingAssignerInterface"; reason: private alias.
  • Removed service "App\Checker\Interfaces\PopularGiftCheckerInterface"; reason: private alias.
  • Removed service "App\Client\Hubspot\Contacts\Contract\HubspotContactInterface"; reason: private alias.
  • Removed service "App\Client\Twitter\Interfaces\ClientInterface"; reason: private alias.
  • Removed service "App\Factory\Ecommerce\Interfaces\GiftCardFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Ecommerce\Interfaces\ShippingFormFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Interfaces\TestimonialFactoryInterface"; reason: private alias.
  • Removed service "App\Generator\Routing\Interfaces\ImageSitemapGeneratorInterface"; reason: private alias.
  • Removed service "App\Processor\Ecommerce\Interfaces\GiftHasExtraProcessorInterface"; reason: private alias.
  • Removed service "App\Processor\Ecommerce\Interfaces\GiftSalesProcessorInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\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\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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "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.admin"; reason: private alias.
  • Removed service "security.user.provider.concrete.main"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin"; reason: private alias.
  • Removed service "security.user_checker.admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "sonata.block.context_manager"; reason: private alias.
  • Removed service "sonata.block.cache.handler"; reason: private alias.
  • Removed service "sonata.block.renderer"; 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 "Knp\Bundle\MarkdownBundle\MarkdownParserInterface"; reason: private alias.
  • Removed service "Michelf\MarkdownInterface"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\DateTimeHelper"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\LocaleHelper"; reason: private alias.
  • Removed service "Sonata\IntlBundle\Templating\Helper\NumberHelper"; reason: private alias.
  • Removed service "sonata.intl.timezone_detector"; reason: private alias.
  • Removed service "sonata.intl.locale_detector"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Action\DashboardAction"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Action\SearchAction"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
  • Removed service "Sonata\AdminBundle\SonataConfiguration"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Route\AdminPoolLoader"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\AdminHelper"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactory"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilder"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManager"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Search\SearchHandler"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Event\AdminEventExtension"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Twig\GlobalVariables"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\SessionFilterPersister"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Templating\TemplateRegistry"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Templating\MutableTemplateRegistryInterface"; reason: private alias.
  • Removed service "sonata.admin.security.handler"; reason: private alias.
  • Removed service "bazinga_geocoder.geocoder"; reason: private alias.
  • Removed service "geocoder"; reason: private alias.
  • Removed service "cmf_routing.content_repository"; reason: private alias.
  • Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
  • Removed service "Sonata\Exporter\Exporter"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Provider\Interfaces\ConfigurationProviderInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Provider\Interfaces\CustomerProviderInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Services\Interfaces\CartServiceInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\InvoiceRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\PromocodeRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\CustomerRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\CartRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\TaxRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\OrderRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\VoucherRuleRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\AddressBillableRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\AddressShippableRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\VoucherRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\ShippingCostRuleRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\CurrencyRepositoryInterface"; reason: private alias.
  • Removed service "WAM\Bundle\EcommerceBundle\Repository\Interfaces\PurchasableRepositoryInterface"; reason: private alias.
  • Removed service "SM\Factory\FactoryInterface"; reason: private alias.
  • Removed service "SM\Callback\CallbackFactoryInterface"; 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 "WAM\Bundle\MediaBundle\Twig\FileExtension"; reason: private alias.
  • Removed service "WAM\Component\Media\Provider\Interfaces\FileProviderInterface"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $paymentsuiteLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $redsysLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service "Sonata\SeoBundle\Seo\SeoPageInterface"; reason: private alias.
  • Removed service "cmf_routing_auto.adapter"; reason: private alias.
  • Removed service ".service_locator.IDqOgqh"; reason: private alias.
  • Removed service ".service_locator.PgIbC6E"; reason: private alias.
  • Removed service "WAM\Bundle\WebContentBundle\Twig\MenuExtension"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
264
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Admin\Media\CategoryAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Media\CategoryAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Media\MediaAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Media\MediaAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Media\GalleryAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Media\GalleryAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Media\GalleryHasMediaAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Media\GalleryHasMediaAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\AddressBillableAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\AddressBillableAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\AddressShippableAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\AddressShippableAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\CartAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\CartAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\CartLineAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\CartLineAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\CustomerAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\CustomerAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\InvoiceAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\InvoiceAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\OrderAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\OrderAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\OrderLineAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\OrderLineAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\PromocodeAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\PromocodeAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\ShippingCostRuleAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\ShippingCostRuleAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\VoucherAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\VoucherAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\VoucherRuleAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\VoucherRuleAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\PurchasableCategoryAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\PurchasableCategoryAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\News\PostAdmin" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "App\Admin\News\PostAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\News\PostAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\News\AuthorAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\News\AuthorAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\News\PostCategoryAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\News\PostCategoryAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Routing\UrlAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Routing\UrlAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\User\UserAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\User\UserAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\User\AdminAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\User\AdminAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\User\GroupAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\User\GroupAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\WebContent\BannerAdmin" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Admin\WebContent\BannerAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\WebContent\BannerAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\WebContent\FaqAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\WebContent\FaqAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\WebContent\MenuAdmin" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Admin\WebContent\MenuAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\WebContent\MenuAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\WebContent\ReviewAdmin" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "App\Admin\WebContent\ReviewAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\WebContent\ReviewAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\WebContent\PopupAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\WebContent\PopupAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\AdvantageAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\AdvantageAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\BenefitAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\BenefitAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\CategoryBannerAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\CategoryBannerAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\CategoryDownloadableAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\CategoryDownloadableAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\DownloadableItemAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\DownloadableItemAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\ExperienceAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\ExperienceAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\ExperienceHasDownloadableItemAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\ExperienceHasDownloadableItemAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\FormAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\FormAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\HotelAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\HotelAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\KeySellingPointAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\KeySellingPointAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\LandingAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\LandingAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\LandingExperiencesAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\LandingExperiencesAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\LandingHasDownloadableItemAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\LandingHasDownloadableItemAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\LocationAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\LocationAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\PromotionAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\PromotionAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\PurchasableExperienceAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\PurchasableExperienceAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\RoomAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\RoomAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\SendMailAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\SendMailAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\CompleteTextWithTranslatableImageBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\CompleteTextWithTranslatableImageBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\CtaWithDescriptionAndPriceBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\CtaWithDescriptionAndPriceBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\CtaWithGalleryBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\CtaWithGalleryBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\DoubleImageBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\DoubleImageBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\ExperiencesContainerBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\ExperiencesContainerBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\HeaderWithVideoBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\HeaderWithVideoBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\HeaderWithVideoOnTopBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\HeaderWithVideoOnTopBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Block\DownloadableBlockAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Block\DownloadableBlockAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\ExtraAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\ExtraAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\ExtraTypeAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\ExtraTypeAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\GiftAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\GiftAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\GiftHasExtraAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\GiftHasExtraAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\GiftCategoryAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\GiftCategoryAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\GiftCardAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\GiftCardAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\News\LinkedPostsAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\News\LinkedPostsAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Service\AdminGiftSalesBlockService" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "App\Admin\TestimonialAdmin" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "App\Admin\TestimonialAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\TestimonialAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\SendTestimonialMailAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\SendTestimonialMailAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Admin\Ecommerce\ConfigurationAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Admin\Ecommerce\ConfigurationAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Controller\Admin\SendTestimonialMailController" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "App\Controller\Ecommerce\GiftCheckoutController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Controller\Ecommerce\InternalGiftAddToCartController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Controller\Ecommerce\InternalGiftAddressController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Controller\Google\Oauth2CallbackController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Factory\Ecommerce\GiftFormFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Factory\Ecommerce\InternalGiftFormFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Factory\News\PostBreadcrumbFactory" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Factory\News\PostBreadcrumbFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Notifier\EmailNotifier" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Provider\Ecommerce\DataToExcelProvider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Serializer\Ecommerce\GiftNormalizer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Serializer\PromotionNormalizer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Serializer\PurchasableExperienceNormalizer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Service\Ecommerce\GiftToCartService" previously pointing to "wam_ecommerce.cart.manipulator" to "WAM\Bundle\EcommerceBundle\Services\CartManipulator".
  • Changed reference of service "App\Twig\LocaleSwitcherExtension" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "twig.extension.date" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "paymentsuite.redsys.result_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "console.command.router_debug" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.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 "cmf_routing.router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.guard.admin" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "cmf_core.templating.cmf" previously pointing to "cmf_core.publish_workflow.checker.default" to "cmf_core.publish_workflow.checker".
  • Changed reference of service "cmf_core.publish_workflow.request_listener" previously pointing to "cmf_core.publish_workflow.checker.default" to "cmf_core.publish_workflow.checker".
  • Changed reference of service "cmf_core.form.type.checkbox_url_label" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "markdown.parser.parser_manager" previously pointing to "markdown.parser.max" to "markdown.parser".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "sonata.formatter.text.markdown" previously pointing to "markdown.parser.max" to "markdown.parser".
  • Changed reference of service "sonata.formatter.form.type.selector" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Sonata\AdminBundle\Command\ExplainAdminCommand" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.controller.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.form.filter.type.number" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.date" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.daterange" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.datetime" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.route.default_generator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "sonata.admin.twig.extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.xeditable.twig.extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.config.admin.key" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.config.admin.key" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.config.admin.scope" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.config.admin.scope" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.provider.translations" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.core.locale_switcher_extension" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.validator.template_exists" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "wam.core.search.service" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam.core.locale_subscriber" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.core.token_provider.content_locale" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.core.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.translation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.admin.robots" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.admin.robots" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.cookies.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.cookies.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.email.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.email.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.admin.privacy_terms" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.core.admin.privacy_terms" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_core.classification.admin.tag" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_core.classification.admin.tag" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_core.classification.admin.category" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_core.classification.admin.category" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.core.locale.extension" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.block.admin.stats" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "wam.admin.wamblockbundle.baseblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.baseblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.urlhasblocks.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.urlhasblocks.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.simpleblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.simpleblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.spacerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.spacerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.borderspacerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.borderspacerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.breadcrumbblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.breadcrumbblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.mappedcollectionblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.mappedcollectionblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.multiple_simpleblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.multiple_simpleblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.richblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.richblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.completeblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.completeblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.completeandimageblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.completeandimageblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.galleryblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.galleryblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.socialblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.socialblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.hubspot_form.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.hubspot_form.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.headerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.headerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.customhtmlblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.customhtmlblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.mapblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.mapblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.collectionblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.collectionblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.keysellingpointblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.keysellingpointblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.ctablock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.ctablock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.imageblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.imageblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.customcssblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.customcssblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.customjsblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.customjsblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.documentblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.documentblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.graphblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.graphblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.advamced_headerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.advamced_headerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.blockhasblocks.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.blockhasblocks.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.containerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.containerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.custom_form.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.custom_form.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.linkblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.linkblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.svgblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.svgblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.menublock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.menublock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.admin.wamblockbundle.bannerblock.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.admin.wamblockbundle.bannerblock.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_user.admin.authenticator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.admin.authenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "wam_user.user.authenticator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.user.authenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "wam_user.user.authenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_user.controller.reactivate_admin" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.controller.reactivate_user" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.controller.confirm_user" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.factory.user" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "wam_user.factory.admin" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "wam_user.handler.user_login_fail" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.handler.admin_login_fail" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.registration.listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.request_password.listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.reset_password.listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.manipulator.user" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "wam_user.registration.response_provider" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.registration.response_provider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_user.request_password.response_provider" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_user.request_password.response_provider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_user.reset_password.response_provider" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "wam_form.admin.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.form" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.text_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.text_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.check_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.check_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.submit_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.submit_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.choice_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.choice_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.text_area_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.text_area_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.file_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.file_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.form_has_fields" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.form_has_fields" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.field_has_fields" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.field_has_fields" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.group_field" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.group_field" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_form.admin.form_submission" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_form.admin.form_submission" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "WAM\Bundle\WebContentBundle\Twig\EditInlineTranslatableExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\Interfaces\SitemapGeneratorInterface" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\Interfaces\SitemapGeneratorInterface" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\RouteAlternatesGenerator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\RouteAlternatesGenerator" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\Interfaces\AlternatesGeneratorInterface" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Sitemap\Interfaces\AlternatesGeneratorInterface" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Enhancer\CanonicalRouteEnhancer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Listener\AutoRouteListener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Admin\Extensions\FrontendLinkExtension" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Admin\Extensions\FrontendLinkExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_routing.admin.route" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam_routing.admin.route" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_routing.admin.route" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_routing.admin.route_simple" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_routing.admin.route_simple" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_routing.admin.redirect_route" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_routing.admin.redirect_route" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Admin\HostAdmin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "WAM\Bundle\RoutingBundle\Admin\HostAdmin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "cmf_routing.validator.route_defaults" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "cmf_routing_auto.redirect_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "pix_sortable_behavior.twig.extension" previously pointing to "pix_sortable_behavior.position.orm" to "pix_sortable_behavior.position".
  • Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_ecommerce.admin.payment" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam_ecommerce.admin.payment" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.wamecommercebundle.currency" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.wamecommercebundle.currency" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.wamecommercebundle.store" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.wamecommercebundle.store" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.wamecommercebundle.tax" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.wamecommercebundle.tax" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam_ecommerce.event_listener.cart_integrity" previously pointing to "wam_ecommerce.cart.manipulator" to "WAM\Bundle\EcommerceBundle\Services\CartManipulator".
  • Changed reference of service "wam_ecommerce.purchasable.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.ecommerce.form.payment_methods" previously pointing to "wam_ecommerce.wrapper.payment_methods" to "WAM\Bundle\EcommerceBundle\Wrapper\PaymentWrapper".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Controller\Cart\ApplyPromocodeController" previously pointing to "wam_ecommerce.promocode.service" to "WAM\Bundle\EcommerceBundle\Services\Interfaces\PromocodeServiceInterface".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Controller\Cart\ApplyPromocodeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Controller\CheckoutController" previously pointing to "wam.ecommerce.processor.checkout" to "WAM\Bundle\EcommerceBundle\Processor\Interfaces\CheckoutProcessorInterface".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Controller\CheckoutController" previously pointing to "wam.ecommerce.checker.checkout_access" to "WAM\Bundle\EcommerceBundle\Checker\Interfaces\AccessCheckerInterface".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Controller\CheckoutController" previously pointing to "wam_ecommerce.factory.checkout" to "WAM\Bundle\EcommerceBundle\Factory\Interfaces\CheckoutFactoryInterface".
  • Changed reference of service "wam_ecommerce.calculator_provider.promocode" previously pointing to "wam_ecommerce.promocode.service" to "WAM\Bundle\EcommerceBundle\Services\Interfaces\PromocodeServiceInterface".
  • Changed reference of service "wam_ecommerce.service.cart" previously pointing to "wam_ecommerce.cart.manipulator" to "WAM\Bundle\EcommerceBundle\Services\CartManipulator".
  • Changed reference of service "paymentsuite.freepayment.payment_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "paymentsuite.freepayment.method_factory" previously pointing to "paymentsuite.freepayment.settings_provider_default" to "paymentsuite.freepayment.settings_provider".
  • Changed reference of service "wam.web_maker.page_path.token_provider" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.web_maker.page.admin" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "wam.web_maker.page.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wam.web_maker.collection_data.serializer" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" previously pointing to "wam.web_maker.section.manager" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" previously pointing to "wam.web_maker.inner_block.adder" to "WAM\Bundle\WebMakerBundle\Adder\Interfaces\InnerBlockAdderInterface".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" previously pointing to "wam.web_maker.section.manager" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" previously pointing to "wam.web_maker.block.updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" previously pointing to "wam.webmaker.repository.editable_block" to "WAM\Bundle\WebMakerBundle\Repository\EditableBlockRepository".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" previously pointing to "wam.editable_block_collection.filter" to "WAM\Bundle\WebMakerBundle\Service\EditableBlockCollectionFilter".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" previously pointing to "wam.web_maker.section.manager" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" previously pointing to "wam.web_maker.inner_block.remover" to "WAM\Bundle\WebMakerBundle\Remover\Interfaces\InnerBlockRemoverInterface".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiPageController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiPageController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiPageController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiPageController" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" previously pointing to "wam.web_maker.section.manager" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\ApiUrlController" previously pointing to "wam.webmaker.service.url" to "WAM\Bundle\WebMakerBundle\Service\UrlService".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" previously pointing to "wam.web_maker.page.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" previously pointing to "wam.webmaker.service.custom_forms_choices" to "WAM\Bundle\WebMakerBundle\Service\CustomFormsService".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\PageAdminController" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\PageController" previously pointing to "wam.webmaker.service.pagination_generator" to "WAM\Bundle\WebMakerBundle\Service\PaginationGenerator".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\PageController" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Controller\PageController" previously pointing to "wam_webmaker.event_dispatcher" to "WAM\Bundle\WebMakerBundle\EventDispatcher\WebMakerEventDispatcher".
  • Changed reference of service "wam.web_maker.cache_subscriber" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.cache_subscriber.page" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber.page" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.cache_subscriber.block" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber.block" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.cache_subscriber.breadcrumb_block" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber.breadcrumb_block" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.cache_subscriber.section" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber.section" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.cache_subscriber.mapped_entity" previously pointing to "wam.web_maker.page.manager" to "WAM\Bundle\WebMakerBundle\Manager\PageManager".
  • Changed reference of service "wam.web_maker.cache_subscriber.mapped_entity" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.block.copier" previously pointing to "wam.webmaker.repository.editable_block" to "WAM\Bundle\WebMakerBundle\Repository\EditableBlockRepository".
  • Changed reference of service "wam.web_maker.block_entity_class.field_updater" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.web_maker.block_layout.field_updater" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.webmaker.twig.extension" previously pointing to "wam.webmaker.service.pagination_generator" to "WAM\Bundle\WebMakerBundle\Service\PaginationGenerator".
  • Changed reference of service "wam.web_maker.service.add_default_media" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.webmaker.listener.update_cached_page" previously pointing to "wam_webmaker.event_dispatcher" to "WAM\Bundle\WebMakerBundle\EventDispatcher\WebMakerEventDispatcher".
  • Changed reference of service "wam.webmaker.listener.load_collection_block_data" previously pointing to "wam_webmaker.event_dispatcher" to "WAM\Bundle\WebMakerBundle\EventDispatcher\WebMakerEventDispatcher".
  • Changed reference of service "wam.webmaker.subscriber.mapped_collection_block" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "wam.block.factory" previously pointing to "wam.webmaker.repository.editable_block" to "WAM\Bundle\WebMakerBundle\Repository\EditableBlockRepository".
  • Changed reference of service "wam.block.factory" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "wam.block.factory" previously pointing to "wam.webmaker.service.collection_block" to "WAM\Bundle\WebMakerBundle\Service\CollectionBlockService".
  • Changed reference of service "paymentsuite.redsys.payment_controller" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "paymentsuite.redsys.response_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "paymentsuite.redsys.parameters_factory" previously pointing to "paymentsuite.redsys.settings_provider_default" to "paymentsuite.redsys.settings_provider".
  • Changed reference of service "paymentsuite.redsys.url_factory" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "paymentsuite.redsys.method_factory" previously pointing to "paymentsuite.redsys.settings_provider_default" to "paymentsuite.redsys.settings_provider".
  • Changed reference of service "paymentsuite.redsys.signature_factory" previously pointing to "paymentsuite.redsys.settings_provider_default" to "paymentsuite.redsys.settings_provider".
  • Changed reference of service ".service_locator.vbm5i4i" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.aoXNbdg" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.aoXNbdg" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service ".service_locator.ZBICIAu" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.ZBICIAu" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service ".service_locator.ZBICIAu" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "WAM\Bundle\EcommerceBundle\Processor\Interfaces\CheckoutProcessorInterface" previously pointing to "wam_ecommerce.wrapper.payment_methods" to "WAM\Bundle\EcommerceBundle\Wrapper\PaymentWrapper".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Manager\PageManager" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Manager\PageManager" previously pointing to "wam.web_maker.section.manager" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Manager\PageManager" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Manager\SectionManager" previously pointing to "wam.web_maker.block.remover" to "WAM\Bundle\WebMakerBundle\Remover\Interfaces\BlockRemoverInterface".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Service\PaginationGenerator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer" previously pointing to "wam.web_maker.section.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\PageSerializer" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\SectionSerializer" previously pointing to "wam.web_maker.block.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer" previously pointing to "wam.webmaker.repository.editable_block" to "WAM\Bundle\WebMakerBundle\Repository\EditableBlockRepository".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Service\UrlService" previously pointing to "wam.webmaker.autoroute_collection.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\AutoRouteCollectionSerializer".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Serializer\AutoRouteCollectionSerializer" previously pointing to "wam.core.locale_manager" to "WAM\Bundle\CoreBundle\Manager\LocaleManager".
  • Changed reference of service "WAM\Bundle\WebMakerBundle\Service\CustomFormsService" previously pointing to "wam_webmaker.event_dispatcher" to "WAM\Bundle\WebMakerBundle\EventDispatcher\WebMakerEventDispatcher".
  • Changed reference of service "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "console.command.public_alias.Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" previously pointing to "translator.data_collector" to "translator".
505
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "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 "wam.abstract.repository"; reason: abstract.
  • Removed service "wam.abstract.controller"; reason: abstract.
  • Removed service "wam.abstract.factory"; reason: abstract.
  • Removed service "wam_routing.admin.route_base"; reason: abstract.
  • Removed service "wam_ecommerce.event_dispatcher.abstract"; reason: abstract.
  • Removed service "wam.web_maker.cache_subscriber"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\FileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\FileExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Media\FileExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ExportOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HubspotContactUpdaterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\HubspotContactUpdaterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportContentMediaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportContentMediaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMediaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportMediaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPostBodyMediaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportPostBodyMediaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshImageSitemapCommand"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Command\RefreshImageSitemapCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RefreshImageSitemapCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplacePostContentImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ReplacePostContentImagesCommand"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ApartmentListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ApartmentListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ArtiemWorldController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ArtiemWorldController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\AsturiasDestinationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AsturiasDestinationController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BenefitListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BenefitListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\BookingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BookingController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ChainResultsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ChainResultsController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ContactController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\GiftCheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\GiftCheckoutController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\GiftDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\GiftListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\GiftListController"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddToCartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\InternalGiftAddToCartController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Controller\Ecommerce\InternalGiftAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\InternalGiftAddressController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\Ecommerce\InternalThanksController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ecommerce\InternalThanksController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\EmailTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EmailTestController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\ExperienceDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ExperienceDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMadridController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HalfMadridController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HalfMenorcaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HalfMenorcaController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\HotelDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HotelDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LandingDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LandingDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\LocationDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LocationDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\MenorcaDestinationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MenorcaDestinationController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\EmbeddedPostListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\EmbeddedPostListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\PostDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\PostListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostRssController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\PostRssController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\PostSearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\PostSearchController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\News\TaggedPostListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\News\TaggedPostListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PdfTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PdfTestController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PromotionDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PromotionListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PromotionListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceDetailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PurchasableExperienceDetailController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\PurchasableExperienceListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PurchasableExperienceListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\RoomListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RoomListController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TestimonialCreateController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.App\Controller\TestimonialCreateController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.App\Controller\TestimonialCreateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestimonialCreateController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\TheOneWelcomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TheOneWelcomeController"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Controller\UrlController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UrlController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressBillableType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ecommerce\AddressBillableType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressShippableType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ecommerce\AddressShippableType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\GiftType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ecommerce\GiftType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\PickingUpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ecommerce\PickingUpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\SendingEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ecommerce\SendingEmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromotionDescriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PromotionDescriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonialType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TestimonialType"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.App\Generator\Ecommerce\VoucherGenerator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Generator\Ecommerce\VoucherGenerator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Ecommerce\GiftNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\Ecommerce\GiftNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Ecommerce\GiftNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PromotionNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PromotionNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PromotionNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\PromotionNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PurchasableExperienceNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\UrlGeneratorAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer"; reason: abstract.
  • Removed service ".instanceof.App\Util\Interfaces\FileProviderAwareInterface.0.App\Serializer\PurchasableExperienceNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\PurchasableExperienceNormalizer"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Ecommerce\ConfigurationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Ecommerce\ConfigurationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\FormExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\FormExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\GroupExtrasExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GroupExtrasExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\GroupExtrasExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\JsonExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\JsonExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\LocaleSwitcherExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleSwitcherExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\LocaleSwitcherExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\MediaExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\MediaExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Media\MediaExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Media\PictureExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Media\PictureExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Media\PictureExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\MobileDetectExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MobileDetectExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\MobileDetectExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\PopularGiftExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PopularGiftExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\PopularGiftExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SerializerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SerializerExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SerializerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\StringExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\StringExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\FaqExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\FaqExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\WebContent\FaqExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\WebContent\MenuExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WebContent\MenuExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\WebContent\MenuExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.twig.extension.date"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.date"; reason: abstract.
  • Removed service ".abstract.instanceof.twig.extension.date"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Cmf\Bundle\RoutingAutoBundle\Command\RefreshOrmCommand"; reason: abstract.
  • Removed service ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Converter\WebpConverter"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Component\Media\Converter\WebpConverter"; reason: abstract.
  • Removed service ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Bundle\MediaBundle\Command\ImagesConvertCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\MediaBundle\Command\ImagesConvertCommand"; reason: abstract.
  • Removed service ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_admin"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.reactivate_admin"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.reactivate_user"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.reactivate_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.confirm_user"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.confirm_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_admin"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_admin"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.login_admin"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.login_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.login_user"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.login_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.register_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.register_user"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.register_user"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.request_password"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.request_password"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.request_password"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.reset_password"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.reset_password"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.reset_password"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.check_email"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.check_email"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\RendererAwareInterface.0.wam_user.controller.user_profile"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\FormFactoryAwareInterface.0.wam_user.controller.user_profile"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\SessionAwareInterface.0.wam_user.controller.user_profile"; reason: abstract.
  • Removed service ".instanceof.WAM\Bundle\CoreBundle\Util\Interfaces\TokenStorageAwareInterface.0.wam_user.controller.user_profile"; reason: abstract.
  • Removed service ".abstract.instanceof.wam_user.controller.user_profile"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\GeoArray"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\GeoJson"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\Gpx"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\Kml"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\Wkb"; reason: abstract.
  • Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt"; reason: abstract.
  • Removed service ".abstract.instanceof.Geocoder\Dumper\Wkt"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\EcommerceBundle\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\EcommerceBundle\Controller\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\EcommerceBundle\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.WAM\Bundle\EcommerceBundle\Controller\VoucherController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\EcommerceBundle\Controller\VoucherController"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.SM\Extension\Twig\SMExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SM\Extension\Twig\SMExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.SM\Extension\Twig\SMExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiPageController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiPageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.WAM\Bundle\WebMakerBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.WAM\Bundle\WebMakerBundle\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.WAM\Bundle\WebMakerBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.WAM\Component\Media\Support\Interfaces\BinaryFactoryAwareInterface.0.wam.web_maker.service.add_default_media"; reason: abstract.
  • Removed service ".abstract.instanceof.wam.web_maker.service.add_default_media"; reason: abstract.
364
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Google_Client"; reason: unused.
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Listener\Ecommerce\GiftHasExtraRemoveListener"; reason: unused.
  • Removed service "App\Client\Hubspot\Auth\HubspotOauthAuth"; reason: unused.
  • Removed service "App\Client\Hubspot\Blog\BlogApiManager"; reason: unused.
  • Removed service "App\Client\Hubspot\Contacts\HubspotContact"; reason: unused.
  • Removed service "App\Controller\ResultController"; reason: unused.
  • Removed service "App\Factory\Ecommerce\ShippingFormFactory"; reason: unused.
  • Removed service "App\Listener\Ecommerce\OrderToPaidEventListener"; reason: unused.
  • Removed service "App\Manager\FileManager"; reason: unused.
  • Removed service "App\Provider\Redsys\RedsysCodesProvider"; reason: unused.
  • Removed service "App\Repository\BenefitRepository"; reason: unused.
  • Removed service "App\Repository\CategoryBannerRepository"; reason: unused.
  • Removed service "App\Repository\CategoryDownloadableRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\ExtraRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\GiftCardRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\GiftCategoryRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\GiftRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\OrderLineRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\OrderRepository"; reason: unused.
  • Removed service "App\Repository\Ecommerce\PaymentRepository"; reason: unused.
  • Removed service "App\Repository\FormRepository"; reason: unused.
  • Removed service "App\Repository\HotelRepository"; reason: unused.
  • Removed service "App\Repository\LocationRepository"; reason: unused.
  • Removed service "App\Repository\Media\MediaRepository"; reason: unused.
  • Removed service "App\Repository\News\LinkedPostsRepository"; reason: unused.
  • Removed service "App\Repository\News\PostRepository"; reason: unused.
  • Removed service "App\Repository\PromotionRepository"; reason: unused.
  • Removed service "App\Repository\PurchasableExperienceRepository"; reason: unused.
  • Removed service "App\Repository\RoomRepository"; reason: unused.
  • Removed service "App\Repository\WebContent\ReviewRepository"; reason: unused.
  • Removed service "App\Exporter\XlsxWriter"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~bRyJTod"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; 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 "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~9OiC..c"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~BVxi0DT"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~BVxi0DT"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~BVxi0DT"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~BVxi0DT"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "cmf_core.templating.helper"; reason: unused.
  • Removed service "cmf_core.persistence.phpcr.non_translatable_metadata_listener"; reason: unused.
  • Removed service "sonata.block.cache.handler.noop"; reason: unused.
  • Removed service "sonata.admin.entity_manager"; reason: unused.
  • Removed service "templating.helper.markdown"; reason: unused.
  • Removed service "sonata.formatter.text.markdown"; reason: unused.
  • Removed service "sonata.formatter.text.text"; reason: unused.
  • Removed service "sonata.formatter.text.twigengine"; reason: unused.
  • Removed service "sonata.formatter.twig.sandbox.richhtml.policy"; reason: unused.
  • Removed service "sonata.formatter.twig.sandbox.richhtml"; reason: unused.
  • Removed service "sonata.admin.security.handler.noop"; reason: unused.
  • Removed service "sonata.admin.security.handler.acl"; reason: unused.
  • Removed service "wam.core.csv_reader_factory"; reason: unused.
  • Removed service "wam.core.search.form_type"; reason: unused.
  • Removed service "wam.core.distance_calculator"; reason: unused.
  • Removed service "wam.core.checker.translation"; reason: unused.
  • Removed service "wam.core.admin.cta.extension"; reason: unused.
  • Removed service "wam.admin.wamblockbundle.advanced_header.extension"; reason: unused.
  • Removed service "WAM\Component\Media\CDN\Interfaces\CDNInterface"; reason: unused.
  • Removed service "wam_user.factory.group"; reason: unused.
  • Removed service "wam_form.text_field.configurator"; reason: unused.
  • Removed service "wam_form.check_field.configurator"; reason: unused.
  • Removed service "wam_form.choice_field.configurator"; reason: unused.
  • Removed service "wam_form.text_area_field.configurator"; reason: unused.
  • Removed service "wam_form.submit_field.configurator"; reason: unused.
  • Removed service "wam_form.file_field.configurator"; reason: unused.
  • Removed service "wam_form.group_field.configurator"; reason: unused.
  • Removed service "wam_form.hubspot.handler"; reason: unused.
  • Removed service "wam_form.marketing_cloud.handler"; reason: unused.
  • Removed service "wam_form.custom.handler"; reason: unused.
  • Removed service "Geocoder\Dumper\GeoArray"; reason: unused.
  • Removed service "Geocoder\Dumper\GeoJson"; reason: unused.
  • Removed service "Geocoder\Dumper\Gpx"; reason: unused.
  • Removed service "Geocoder\Dumper\Kml"; reason: unused.
  • Removed service "Geocoder\Dumper\Wkb"; reason: unused.
  • Removed service "Geocoder\Dumper\Wkt"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\HereFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\ProviderFactory\YandexFactory"; reason: unused.
  • Removed service "Bazinga\GeocoderBundle\Plugin\FakeIpPlugin"; reason: unused.
  • Removed service "WAM\Bundle\WebContentBundle\Repository\Interfaces\InfoBarRepositoryInterface"; reason: unused.
  • Removed service "WAM\Bundle\RoutingBundle\Sitemap\RouteAlternatesGenerator"; reason: unused.
  • Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
  • Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
  • Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
  • Removed service "cmf_routing.generator"; reason: unused.
  • Removed service "cmf_routing_auto.redirect_controller"; reason: unused.
  • Removed service "pix_sortable_behavior.position.mongodb"; reason: unused.
  • Removed service "wam_payment.redsys.collector"; reason: unused.
  • Removed service "wam_payment.redsys.capturer"; reason: unused.
  • Removed service "wam_ecommerce.admin.stock.extension"; reason: unused.
  • Removed service "wam_ecommerce.purchasable.manager"; reason: unused.
  • Removed service "wam_ecommerce.promocode.manager"; reason: unused.
  • Removed service "wam_ecommerce.provider.manager"; reason: unused.
  • Removed service "wam_ecommerce.currency.loader"; reason: unused.
  • Removed service "wam_ecommerce.tax.loader"; reason: unused.
  • Removed service "wam_ecommerce.mailer.order_paid"; reason: unused.
  • Removed service "wam_ecommerce.security.provider.customer"; reason: unused.
  • Removed service "wam_ecommerce.factory.customer"; reason: unused.
  • Removed service "wam_ecommerce.factory.address_billable"; reason: unused.
  • Removed service "wam_ecommerce.payment_methods_filter.service"; reason: unused.
  • Removed service "wam_ecommerce.shipping_cost_rule.applier"; reason: unused.
  • Removed service "wam_ecommerce.repository.customer"; reason: unused.
  • Removed service "wam_ecommerce.repository.tax"; reason: unused.
  • Removed service "paymentsuite.logger"; reason: unused.
  • Removed service "paymentsuite.freepayment.routes"; 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 "wam.webmaker.page_alternates_generator"; reason: unused.
  • Removed service "wam.mapped_collection_has_entites.filter"; reason: unused.
  • Removed service ".service_locator.kX4Fma5"; reason: unused.
  • Removed service ".service_locator.4IhWuwy"; reason: unused.
  • Removed service ".service_locator.vbm5i4i"; reason: unused.
  • Removed service ".service_locator.p8zqwCr"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.paymentsuite"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
202
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.current_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.default_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.blameable_subscriber.user_callable" to "knp.doctrine_behaviors.blameable_subscriber".
  • Inlined service "knp.doctrine_behaviors.loggable_subscriber.logger_callable" to "knp.doctrine_behaviors.loggable_subscriber".
  • Inlined service "App\Repository\Ecommerce\Interfaces\OrderLineRepositoryInterface" to "App\Admin\Service\AdminGiftSalesBlockService".
  • Inlined service "App\Processor\Ecommerce\GiftSalesProcessor" to "App\Admin\Service\AdminGiftSalesBlockService".
  • Inlined service "App\Factory\HubspotContactFactory" to "wam_ecommerce.event_listener.order_to_paid".
  • Inlined service "WAM\Component\Media\Factory\Interfaces\FileFactoryInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\FileManagerInterface".
  • Inlined service "WAM\Component\Media\Processor\Interfaces\FileProcessorInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\FileManagerInterface".
  • Inlined service "WAM\Component\Media\Filesystem\Interfaces\FilesystemInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\FileManagerInterface".
  • Inlined service "psr18.http_client" to "App\Client\Hubspot\Contacts\ContactsClient".
  • Inlined service "App\Client\Hubspot\Auth\HubspotHapiKeyAuth" to "App\Client\Hubspot\Contacts\ContactsClient".
  • Inlined service "App\Exporter\SpreadsheetOrdersExporter" to "App\Command\ExportOrdersCommand".
  • Inlined service "App\Generator\Routing\ImageSitemapGenerator" to "App\Command\RefreshImageSitemapCommand".
  • Inlined service "App\Repository\Interfaces\RoomRepositoryInterface" to "App\Controller\ApartmentListController".
  • Inlined service "App\Repository\Interfaces\BenefitRepositoryInterface" to "App\Controller\BenefitListController".
  • Inlined service "App\Factory\Ecommerce\InternalGiftFormFactory" to "App\Controller\Ecommerce\CRUDController".
  • Inlined service "App\Service\Ecommerce\ExcelGeneratorService" to "App\Controller\Ecommerce\CRUDController".
  • Inlined service "App\Repository\Ecommerce\Interfaces\GiftCategoryRepositoryInterface" to "App\Controller\Ecommerce\GiftListController".
  • Inlined service "App\Repository\Interfaces\CategoryBannerRepositoryInterface" to "App\Controller\News\PostDetailController".
  • Inlined service "App\Provider\News\LinkedPostProvider" to "App\Controller\News\PostDetailController".
  • Inlined service "App\Resolver\PurchasableExperienceTemplateResolver" to "App\Controller\PurchasableExperienceDetailController".
  • Inlined service "App\Factory\TestimonialFactory" to "App\Controller\TestimonialCreateController".
  • Inlined service "App\Generator\Ecommerce\GiftCardCodeGenerator" to "App\Factory\Ecommerce\GiftCardFactory".
  • Inlined service "wam.core.builder.breadcrumb" to "App\Factory\News\PostBreadcrumbFactory".
  • Inlined service "App\DataTransformer\Ecommerce\GiftTransformer" to "App\Form\Ecommerce\GiftType".
  • Inlined service "App\Resolver\Ecommerce\VoucherPathResolver" to "App\Generator\Ecommerce\VoucherGenerator".
  • Inlined service "App\Repository\Ecommerce\Interfaces\PaymentRepositoryInterface" to "App\Processor\Ecommerce\GiftSalesProcessor".
  • Inlined service "App\CDN\ProdCDN" to "App\Provider\Media\FileProvider".
  • Inlined service "App\Repository\News\Interfaces\LinkedPostsRepositoryInterface" to "App\Provider\News\LinkedPostProvider".
  • Inlined service "App\Provider\Ecommerce\DataToExcelProvider" to "App\Service\Ecommerce\ExcelGeneratorService".
  • Inlined service "App\Repository\Interfaces\FormRepositoryInterface" to "App\Twig\FormExtension".
  • Inlined service "wam.core.category.repository" to "App\Twig\WebContent\FaqExtension".
  • Inlined service "App\Twig\WebContent\MenuExtension.inner" to "App\Twig\WebContent\MenuExtension".
  • Inlined service "App\Google\Spreadsheets" to "App\Exporter\SpreadsheetOrdersExporter".
  • Inlined service "wam.core.provider.robots" to "wam.core.controller.robots".
  • Inlined service ".service_locator.FJrVsLr" to "argument_resolver.service".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.0nodIsM" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.renderer.esi".
  • Inlined service ".1_~AFqAHYS" to "error_handler.error_renderer.html".
  • Inlined service ".2_~AFqAHYS" 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.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~014DBIt" 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.qOy43zj" 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.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "nyholm.psr7.psr17_factory" to "psr18.http_client".
  • Inlined service "nyholm.psr7.psr17_factory" to "psr18.http_client".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.8PTeOmo" to "validator.validator_factory".
  • Inlined service ".service_locator.xvmP89R" 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 "Sonata\AdminBundle\Translator\Extractor\AdminExtractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "sonata.block.data_collector" to "profiler".
  • Inlined service "Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" 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 ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~NJseIEE".
  • 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~NJseIEE" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.M5SKIbs.router.default" to "router.default".
  • Inlined service "monolog.logger.router" to "router.default".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~Kpcv1xD" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~Kpcv1xD" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "App\Serializer\Ecommerce\GiftNormalizer" to "serializer".
  • Inlined service "App\Serializer\PromotionNormalizer" to "serializer".
  • Inlined service "App\Serializer\PurchasableExperienceNormalizer" to "serializer".
  • Inlined service "wam.core.normalizer.cookies" to "serializer".
  • Inlined service "wam.ecommerce.normalizer.address_billable" to "serializer".
  • Inlined service "wam.ecommerce.normalizer.address_shippable" to "serializer".
  • Inlined service "wam_ecommerce.normalizer.cart" to "serializer".
  • Inlined service "wam_ecommerce.normalizer.cart_line" to "serializer".
  • Inlined service "misd_phone_number.serializer.normalizer" to "serializer".
  • Inlined service "wam.web_maker.gallery.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_~g1dJDs2" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~g1dJDs2" to "error_handler.error_renderer.serializer".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "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.C2Thyvr.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 "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.Uoo5bzp" 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.I3K77mT" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "lexik_translation.orm.metadata.xml" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.iXWzST8" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.aIFZFdO" 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.eKXDm4f" to "security.access_map".
  • Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
  • Inlined service ".security.request_matcher.0uhYzab" to "security.access_map".
  • Inlined service ".security.request_matcher.pbyKmZE" to "security.access_map".
  • Inlined service ".security.request_matcher.Pn7yvdV" to "security.access_map".
  • Inlined service ".security.request_matcher.unhNblJ" to "security.access_map".
  • Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
  • Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
  • Inlined service ".security.request_matcher.K_GxRfk" to "security.access_map".
  • Inlined service ".security.request_matcher.fat_tMB" to "security.access_map".
  • Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
  • Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
  • Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\Media\FileExtension" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "App\Twig\Ecommerce\ConfigurationExtension" to "twig".
  • Inlined service "App\Twig\FormExtension" to "twig".
  • Inlined service "App\Twig\GroupExtrasExtension" to "twig".
  • Inlined service "App\Twig\JsonExtension" to "twig".
  • Inlined service "App\Twig\LocaleSwitcherExtension" to "twig".
  • Inlined service "App\Twig\Media\MediaExtension" to "twig".
  • Inlined service "App\Twig\Media\PictureExtension" to "twig".
  • Inlined service "App\Twig\MobileDetectExtension" to "twig".
  • Inlined service "App\Twig\PopularGiftExtension" to "twig".
  • Inlined service "App\Twig\SerializerExtension" to "twig".
  • Inlined service "App\Twig\StringExtension" to "twig".
  • Inlined service "App\Twig\WebContent\FaqExtension" to "twig".
  • Inlined service "twig.extension.date" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "cmf_core.twig.children_extension" to "twig".
  • Inlined service "sonata.block.twig.extension" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "twig.extension.exercise.twig" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "sonata.formatter.text.twig" to "twig".
  • Inlined service "sonata.intl.twig.extension.locale" to "twig".
  • Inlined service "sonata.intl.twig.extension.number" to "twig".
  • Inlined service "sonata.intl.twig.extension.datetime" to "twig".
  • Inlined service "sonata.seo.twig.extension" to "twig".
  • Inlined service "sonata.templates.twig.extension" to "twig".
  • Inlined service "sonata.admin.group.extension" to "twig".
  • Inlined service "sonata.pagination.twig.extension" to "twig".
  • Inlined service "sonata.security.twig.extension" to "twig".
  • Inlined service "sonata.canonicalize.twig.extension" to "twig".
  • Inlined service "sonata.xeditable.twig.extension" to "twig".
  • Inlined service "sonata.render_element.twig.extension" to "twig".
  • Inlined service "sonata.string.twig.extension" to "twig".
  • Inlined service "sonata_translation.twig.intl_extension" to "twig".
  • Inlined service "sonata_translation.twig.sonata_translation_extension" to "twig".
  • Inlined service "wam.core.config.twig_extension" to "twig".
  • Inlined service "wam.core.locale_switcher_extension" to "twig".
  • Inlined service "wam.core.extension.cookies" to "twig".
  • Inlined service "wam.core.extension.translations" to "twig".
  • Inlined service "wam.core.twig.extension" to "twig".
  • Inlined service "wam.core.byte_format.extension" to "twig".
  • Inlined service "wam.core.evaluate.extension" to "twig".
  • Inlined service "wam.core.instance_od.extension" to "twig".
  • Inlined service "wam.core.previewable.extension" to "twig".
  • Inlined service "wam.core.locale.extension" to "twig".
  • Inlined service "wam.core.twig.extension.mix" to "twig".
  • Inlined service "wam.core.twig.extension.form" to "twig".
  • Inlined service "wam.core.twig.extension.stack" to "twig".
  • Inlined service "wam.core.twig.extension.text" to "twig".
  • Inlined service "wam.block.twig.extension" to "twig".
  • Inlined service "WAM\Bundle\MediaBundle\Twig\MediaExtension" to "twig".
  • Inlined service "WAM\Bundle\MediaBundle\Twig\FileInfoExtension" to "twig".
  • Inlined service "WAM\Bundle\MediaBundle\Twig\ExternalMediaExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\FaqExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\ReviewExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\EditInlineExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\EditInlineTranslatableExtension" to "twig".
  • Inlined service "App\Twig\WebContent\MenuExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\BannerExtension" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Twig\PopupExtension" to "twig".
  • Inlined service "pix_sortable_behavior.twig.extension" to "twig".
  • Inlined service "sonata.twig.extension.wrapping" to "twig".
  • Inlined service "sonata.twig.status_extension" to "twig".
  • Inlined service "sonata.twig.deprecated_template_extension" to "twig".
  • Inlined service "sonata.twig.template_extension" to "twig".
  • Inlined service "norzechowicz_ace_editor.twig.form_extension" to "twig".
  • Inlined service "wam_ecommerce.cart_extension" to "twig".
  • Inlined service "wam_ecommerce.purchasable_extension" to "twig".
  • Inlined service "SM\Extension\Twig\SMExtension" to "twig".
  • Inlined service "misd_phone_number.twig.extension.format" to "twig".
  • Inlined service "wam.webmaker.twig.extension" to "twig".
  • Inlined service "Twig\Extra\String\StringExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "sonata.block.twig.global" to "twig".
  • Inlined service "sonata.admin.configuration" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.IdIXRED" to "twig.runtime_loader".
  • Inlined service ".1_~.S.6y0q" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".1_NonceGenerator~7XYzApn" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~7XYzApn" to "twig.extension.webprofiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~6OeCflS" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~6OeCflS" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~6OeCflS" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~6OeCflS" 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~6OeCflS" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~6OeCflS" to "var_dumper.command.server_dump".
  • Inlined service "cmf_core.templating.cmf" to "cmf_core.twig.children_extension".
  • Inlined service "cmf_core.security.publishable_voter" to "cmf_core.publish_workflow.access_decision_manager".
  • Inlined service "cmf_core.security.publish_time_period_voter" to "cmf_core.publish_workflow.access_decision_manager".
  • Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
  • Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
  • Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service ".service_locator.lHZYdJL" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
  • Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
  • Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
  • Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
  • Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
  • Inlined service "markdown.parser.min" to "markdown.parser.parser_manager".
  • Inlined service "markdown.parser.light" to "markdown.parser.parser_manager".
  • Inlined service "markdown.parser.medium" to "markdown.parser.parser_manager".
  • Inlined service "markdown.parser.flavored" to "markdown.parser.parser_manager".
  • Inlined service "markdown.parser.parser_manager" to "twig.extension.exercise.twig".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • 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 "sonata.formatter.text.raw" to "sonata.formatter.pool".
  • Inlined service "sonata.formatter.twig.loader.richhtml" to "sonata.formatter.twig.env.richhtml".
  • Inlined service "sonata.formatter.twig.lexer.richhtml" to "sonata.formatter.twig.env.richhtml".
  • Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
  • Inlined service "wam.core.container_parameters" to "wam.core.config.param.resolver".
  • Inlined service "wam.core.repository.privacy_terms" to "wam.core.privacy_terms.cache_manager".
  • Inlined service "wam.core.repository.robots" to "wam.core.provider.robots".
  • Inlined service "cache.app.taggable" to "wam.core.provider.cookies".
  • Inlined service "wam.core.repository.cookies" to "wam.core.provider.cookies".
  • Inlined service "wam.core.repository.trans_unit" to "wam.core.provider.translations".
  • Inlined service "wam.core.provider.cookies" to "wam.core.extension.cookies".
  • Inlined service "wam.core.provider.translations" to "wam.core.extension.translations".
  • Inlined service "wam.core.checker.admin_group" to "wam.core.twig.extension".
  • Inlined service "wam.core.provider.icon" to "wam.form.icon.type".
  • Inlined service "wam.core.factory.token" to "wam.core.string_sequence_generator".
  • Inlined service "wam.core.geolocable" to "wam.core.geolocable_subscriber".
  • Inlined service "wam.core.search.service" to "wam.core.search.controller".
  • Inlined service "wam.core.checker.translatable" to "wam.core.preview_handler.sonata".
  • Inlined service "wam.core.preview_handler.sonata" to "wam.core.preview_handler.chain".
  • Inlined service "wam.core.preview_handler.chain" to "wam.core.admin.controller.preview".
  • Inlined service "wam.core.repository.email" to "wam.core.email.service".
  • Inlined service "wam.block.factory.block_render" to "wam.block.twig.extension".
  • Inlined service "wam.block.attribute_resolver.service" to "wam.block.twig.extension".
  • Inlined service "wam.block.criteria_array_transformer" to "wam.block.criteria_array_type".
  • Inlined service "wam.block.field_populator.simple_text" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.simple_text2" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.simple_text3" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.simple_text4" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.content" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.subtitle" to "wam.block.factory.block".
  • Inlined service "wam.block.field_populator.button_title" to "wam.block.factory.block".
  • Inlined service "WAM\Bundle\MediaBundle\Factory\Interfaces\CategoryFactoryInterface" to "WAM\Bundle\MediaBundle\Controller\CreateCategoryController".
  • Inlined service "WAM\Bundle\MediaBundle\Factory\Interfaces\ExternalMediaFactoryInterface" to "WAM\Bundle\MediaBundle\Controller\AddExternalMediaToGalleryController".
  • Inlined service "WAM\Component\Media\Optimizer\PngQuantOptimizer" to "WAM\Component\Media\Processor\OptimizationHandler".
  • Inlined service "WAM\Component\Media\Optimizer\JpegOptimOptimizer" to "WAM\Component\Media\Processor\OptimizationHandler".
  • Inlined service "WAM\Bundle\MediaBundle\Repository\Interfaces\GalleryRepositoryInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\GalleryManagerInterface".
  • Inlined service "WAM\Bundle\MediaBundle\Factory\Interfaces\GalleryFactoryInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\GalleryManagerInterface".
  • Inlined service "WAM\Bundle\MediaBundle\Factory\Interfaces\GalleryHasMediaFactoryInterface" to "WAM\Bundle\MediaBundle\Manager\Interfaces\GalleryManagerInterface".
  • Inlined service "WAM\Component\Media\Converter\WebpConverter" to "WAM\Component\Media\Resolver\Interfaces\ConverterResolverInterface".
  • Inlined service "wam.media.finder" to "WAM\Bundle\MediaBundle\Command\ImagesConvertCommand".
  • Inlined service "WAM\Component\Core\Hasher\Interfaces\HasherInterface" to "WAM\Component\Media\Generator\Interfaces\FilePathGeneratorInterface".
  • Inlined service "WAM\Component\Media\Processor\FiltersHandler" to "WAM\Component\Media\Processor\Interfaces\FileProcessorInterface".
  • Inlined service "WAM\Component\Media\Processor\ConversionHandler" to "WAM\Component\Media\Processor\Interfaces\FileProcessorInterface".
  • Inlined service "WAM\Component\Media\Processor\OptimizationHandler" to "WAM\Component\Media\Processor\Interfaces\FileProcessorInterface".
  • Inlined service "wam_user.registry.user_factory" to "wam_user.command.create_user".
  • Inlined service "wam_user.registration.response_provider" to "wam_user.controller.register_user".
  • Inlined service "wam_user.auto_login.service" to "wam_user.controller.register_user".
  • Inlined service "wam_user.request_password.response_provider" to "wam_user.controller.request_password".
  • Inlined service "wam_user.reset_password.response_provider" to "wam_user.controller.reset_password".
  • Inlined service "sonata.user.editable_role_builder_decorator" to "sonata.user.form.type.security_roles_decorator".
  • Inlined service "wam_user.factory.user_event" to "wam_user.listener.login_fail".
  • Inlined service "wam_user.factory.user" to "wam_user.registry.user_factory".
  • Inlined service "wam_user.factory.admin" to "wam_user.registry.user_factory".
  • Inlined service "wam_form.http.client" to "wam_form.form_event_subscriber".
  • Inlined service "wam_form.http.client" to "wam_form.form_event_subscriber".
  • Inlined service "wam_form.form_submission.persister" to "wam_form.form_event_subscriber".
  • Inlined service "wam_form.email_notifier.form" to "wam_form.form_event_subscriber".
  • Inlined service "wam_form.configurator.form" to "wam_form.form.controller".
  • Inlined service "wam_form.repository.form" to "wam_form.form_collect.listener".
  • Inlined service "lexik_translation.exporter.xliff" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.json" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.yml" to "lexik_translation.exporter_collector".
  • Inlined service "lexik_translation.exporter.php" to "lexik_translation.exporter_collector".
  • Inlined service ".service_locator.G4jz1CY" to "lexik_translation.translator".
  • Inlined service "WAM\Bundle\WebContentBundle\Repository\Interfaces\PopupRepositoryInterface" to "WAM\Bundle\WebContentBundle\Resolver\Interfaces\PopupResolverInterface".
  • Inlined service "WAM\Bundle\WebContentBundle\Resolver\Interfaces\PopupResolverInterface" to "WAM\Bundle\WebContentBundle\Twig\PopupExtension".
  • 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 "wam.web_maker.sketch.fixtures" to "doctrine.fixtures.loader".
  • Inlined service "WAM\Bundle\RoutingBundle\Repository\Interfaces\UrlRepositoryInterface" to "WAM\Bundle\RoutingBundle\Routing\TranslatableDynamicRouter".
  • Inlined service "wam_routing.admin.route" to "WAM\Bundle\RoutingBundle\Form\Type\RouteTypeList".
  • Inlined service "wam.block.factory.block" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "cmf_routing.orm_content_repository" to "cmf_routing.enhancer.content_repository".
  • Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
  • Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
  • Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
  • Inlined service "cmf_routing.orm_candidates" to "cmf_routing.route_provider".
  • Inlined service "cmf_routing_auto.defunct_route_handler.delegating" to "cmf_routing_auto.auto_route_manager".
  • Inlined service "wam.core.token_provider.content_locale" to "cmf_routing_auto.service_registry".
  • Inlined service "WAM\Bundle\RoutingBundle\TokenProvider\ExpressionLanguage" to "cmf_routing_auto.service_registry".
  • Inlined service "WAM\Bundle\RoutingBundle\TokenProvider\ContentMethod" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.token_provider.content_method" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.token_provider.content_datetime" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.token_provider.content_locale" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.token_provider.container" to "cmf_routing_auto.service_registry".
  • Inlined service "wam.web_maker.page_path.token_provider" to "cmf_routing_auto.service_registry".
  • Inlined service "wam.webmaker.expirable.defunct_route_handler" to "cmf_routing_auto.service_registry".
  • Inlined service "WAM\Bundle\RoutingBundle\ConflictResolver\HostConflictResolver" to "cmf_routing_auto.service_registry".
  • Inlined service "WAM\Bundle\RoutingBundle\ConflictResolver\ExistingUriConflictResolver" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.conflict_resolver.auto_increment" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.conflict_resolver.throw_exception" to "cmf_routing_auto.service_registry".
  • Inlined service "wam.webmaker.conflict_resolver.host_resolver" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.metadata.loader.yaml" to "cmf_routing_auto.metadata.loader.resolver".
  • Inlined service "cmf_routing_auto.metadata.loader.xml" to "cmf_routing_auto.metadata.loader.resolver".
  • Inlined service "cmf_routing_auto.metadata.loader.resolver" to "cmf_routing_auto.metadata.loader.delegating".
  • Inlined service "cmf_routing_auto.metadata.loader.delegating" to "cmf_routing_auto.metadata.factory.builder".
  • Inlined service "cmf_routing_auto.metadata.factory.builder" to "cmf_routing_auto.metadata.factory".
  • Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
  • Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
  • Inlined service "wam_payment.enabled_payment_methods_provider" to "wam_payment.event_listener.payment_collect".
  • Inlined service "wam_ecommerce.calculator.service" to "wam_ecommerce.event_listener.cart_calculator".
  • Inlined service "wam_ecommerce.quantity_calculator.service" to "wam_ecommerce.event_listener.cart_calculator".
  • Inlined service "wam_ecommerce.factory.invoice" to "wam_ecommerce.event_listener.issue_invoice".
  • Inlined service "wam_ecommerce.factory.payment" to "wam_ecommerce.event_listener.save_payment".
  • Inlined service "wam.core.string_sequence_generator" to "wam_ecommerce.event_listener.order_number_setter".
  • Inlined service "wam_ecommerce.wrapper.currency" to "wam_ecommerce.currency.formatter".
  • Inlined service "wam.core.config.param.resolver" to "wam_ecommerce.provider.configuration".
  • Inlined service "wam_ecommerce.cart_provider.customer" to "wam_ecommerce.cart_provider".
  • Inlined service "wam_ecommerce.cart_provider.session" to "wam_ecommerce.cart_provider".
  • Inlined service "wam_ecommerce.cart_provider.new" to "wam_ecommerce.cart_provider".
  • Inlined service "wam_ecommerce.repository.cart" to "wam_ecommerce.cart_provider.session".
  • Inlined service "wam_ecommerce.repository.currency" to "wam_ecommerce.wrapper.currency".
  • Inlined service "wam_ecommerce.currency.formatter" to "wam_ecommerce.purchasable_extension".
  • Inlined service "wam_ecommerce.factory.order_line" to "wam_ecommerce.factory.order".
  • Inlined service "wam_ecommerce.event_dispatcher.order" to "wam_ecommerce.factory.order".
  • Inlined service "wam_ecommerce.event_dispatcher.order_line" to "wam_ecommerce.factory.order".
  • Inlined service "wam_ecommerce.repository.invoice" to "wam_ecommerce.factory.invoice".
  • Inlined service "wam_ecommerce.repository.shipping_cost_rule" to "shipping_cost_rule".
  • Inlined service "wam_ecommerce.repository.purchasable" to "WAM\Bundle\EcommerceBundle\Controller\Cart\AddPurchasableController".
  • Inlined service "wam_ecommerce.repository.promocode" to "WAM\Bundle\EcommerceBundle\Controller\Cart\ApplyPromocodeController".
  • Inlined service ".service_locator.aoXNbdg.WAM\Bundle\EcommerceBundle\Controller\OrderController" to "WAM\Bundle\EcommerceBundle\Controller\OrderController".
  • Inlined service "wam_ecommerce.repository.voucher" to "WAM\Bundle\EcommerceBundle\Controller\VoucherController".
  • Inlined service "App\Service\Ecommerce\ShippingCostCalculator" to "wam_ecommerce.calculator.service".
  • Inlined service "wam_ecommerce.calculator_provider.basic" to "wam_ecommerce.calculator.service".
  • Inlined service "wam_ecommerce.calculator_provider.quantity" to "wam_ecommerce.calculator.service".
  • Inlined service "wam_ecommerce.calculator_provider.promocode" to "wam_ecommerce.calculator.service".
  • Inlined service "wam_ecommerce.calculator_provider.shipping" to "wam_ecommerce.calculator.service".
  • Inlined service "wam_ecommerce.event_dispatcher.cart_line" to "wam_ecommerce.manipulator.cart_line".
  • Inlined service "wam_ecommerce.provider.customer" to "wam_ecommerce.service.cart".
  • Inlined service "wam_ecommerce.repository.voucher_rule" to "wam_ecommerce.repository.voucher".
  • Inlined service "winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory" to "SM\Factory\Factory".
  • Inlined service "paymentsuite.freepayment.manager" to "paymentsuite.freepayment.payment_controller".
  • Inlined service "paymentsuite.freepayment.route_success" to "paymentsuite.freepayment.payment_controller".
  • Inlined service "paymentsuite.freepayment.method_factory" to "paymentsuite.freepayment.manager".
  • Inlined service "misd_phone_number.templating.helper" to "misd_phone_number.twig.extension.format".
  • Inlined service "wam.web_maker.service.add_default_media" to "wam.web_maker.command.add_default_media".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\AddInnerBlockController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\CopyController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\EditController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\ListController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController" to "WAM\Bundle\WebMakerBundle\Controller\Api\Block\RemoveInnerBlockController".
  • Inlined service ".service_locator.vdmMuyE.WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController" to "WAM\Bundle\WebMakerBundle\Controller\ApiCollectionBlockController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\ApiController" to "WAM\Bundle\WebMakerBundle\Controller\ApiController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\ApiPageController" to "WAM\Bundle\WebMakerBundle\Controller\ApiPageController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\ApiSectionController" to "WAM\Bundle\WebMakerBundle\Controller\ApiSectionController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\ApiSketchController" to "WAM\Bundle\WebMakerBundle\Controller\ApiSketchController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\ApiUrlController" to "WAM\Bundle\WebMakerBundle\Controller\ApiUrlController".
  • Inlined service ".service_locator.ZBICIAu.WAM\Bundle\WebMakerBundle\Controller\CustomFormsController" to "WAM\Bundle\WebMakerBundle\Controller\CustomFormsController".
  • Inlined service ".service_locator.vdmMuyE.WAM\Bundle\WebMakerBundle\Controller\PageController" to "WAM\Bundle\WebMakerBundle\Controller\PageController".
  • Inlined service "wam.web_maker.default_gallery.provider" to "wam.web_maker.block.creator".
  • Inlined service "wam.web_maker.inner_block.factory" to "wam.webmaker.twig.extension".
  • Inlined service "wam.webmaker.service.page_templating" to "wam.webmaker.twig.extension".
  • Inlined service "wam.webmaker.defunct_handler.redirect_to_a_page" to "wam.webmaker.expirable.defunct_route_handler".
  • Inlined service "wam.webmaker.cache.filesystem" to "wam.webmaker.service.doctrine_page_cache_engine".
  • Inlined service "paymentsuite.redsys.route_success" to "paymentsuite.redsys.routes".
  • Inlined service "paymentsuite.redsys.route_failure" to "paymentsuite.redsys.routes".
  • Inlined service "paymentsuite.redsys.form_type_builder" to "paymentsuite.redsys.manager".
  • Inlined service "paymentsuite.redsys.method_factory" to "paymentsuite.redsys.manager".
  • Inlined service "paymentsuite.redsys.parameters_factory" to "paymentsuite.redsys.form_type_builder".
  • Inlined service "paymentsuite.redsys.url_factory" to "paymentsuite.redsys.parameters_factory".
  • Inlined service "paymentsuite.redsys.psd2_parameters_extension" to "paymentsuite.redsys.parameters_factory".
  • 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 "cmf_core.security.published_voter" to "debug.security.voter.cmf_core.security.published_voter".
  • Inlined service "wam.ecommerce.voter.address" to "debug.security.voter.wam.ecommerce.voter.address".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.M5SKIbs" to ".service_locator.M5SKIbs.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aoXNbdg" to ".service_locator.aoXNbdg.WAM\Bundle\EcommerceBundle\Controller\OrderController".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.J_BGMIb" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service "cmf_routing.dynamic_router" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Routing\TranslatableDynamicRouter" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "cmf_core.publish_workflow.access_decision_manager" to "cmf_core.publish_workflow.checker".
  • Inlined service "wam_ecommerce.event_dispatcher.payment" to "WAM\Bundle\EcommerceBundle\Wrapper\PaymentWrapper".
  • Inlined service "wam_ecommerce.manipulator.cart_line" to "WAM\Bundle\EcommerceBundle\Services\CartManipulator".
  • Inlined service "wam_ecommerce.factory.cart_line" to "WAM\Bundle\EcommerceBundle\Services\CartManipulator".
  • Inlined service "wam_ecommerce.validator" to "WAM\Bundle\EcommerceBundle\Services\Interfaces\PromocodeServiceInterface".
  • Inlined service "wam.web_maker.block.copier" to "WAM\Bundle\WebMakerBundle\Manager\SectionManager".
  • Inlined service "wam.web_maker.collection_data.serializer" to "WAM\Bundle\WebMakerBundle\Serializer\BlockSerializer".
  • Inlined service "wam.web_maker.block_canonical_route_name.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_entity_class.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_filter_fields.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_gallery_name.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_gallery.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_image.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_internal_links.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_layout.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_mappings.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_order_fields.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "wam.web_maker.block_translation.field_updater" to "WAM\Bundle\WebMakerBundle\Updater\Interfaces\BlockUpdaterInterface".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "sonata.seo.sitemap.manager" to "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand".
  • 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 "wam.web_maker.media.normalizer" to "serializer".
  • Inlined service "wam.web_maker.media.normalizer" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Repository\Interfaces\FaqRepositoryInterface" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Repository\Interfaces\FaqRepositoryInterface" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Service\Interfaces\EditInlineServiceInterface" to "twig".
  • Inlined service "WAM\Bundle\WebContentBundle\Service\Interfaces\EditInlineServiceInterface" to "twig".
  • Inlined service "wam_form.uploaded_file.service" to "wam_form.form_event_subscriber".
  • Inlined service "wam_form.uploaded_file.service" to "wam_form.form_event_subscriber".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "wam.block.provider.corporate_text" to "WAM\Bundle\RoutingBundle\Services\BulkBlockAdderInterface".
  • Inlined service "cmf_routing_auto.slugifier" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.slugifier" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.slugifier" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.defunct_route_handler.remove" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.defunct_route_handler.leave_redirect" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.defunct_route_handler.remove" to "cmf_routing_auto.service_registry".
  • Inlined service "cmf_routing_auto.defunct_route_handler.leave_redirect" to "cmf_routing_auto.service_registry".
  • Inlined service "wam.web_maker.default_media.provider" to "wam.web_maker.block.creator".
  • Inlined service "wam.web_maker.default_media.provider" to "wam.web_maker.block.creator".
  • Inlined service "paymentsuite.redsys.signature_factory" to "paymentsuite.redsys.manager".
  • Inlined service "paymentsuite.redsys.order_transformer" to "paymentsuite.redsys.manager".
  • Inlined service "paymentsuite.redsys.signature_factory" to "paymentsuite.redsys.manager".
  • Inlined service "paymentsuite.redsys.order_transformer" to "paymentsuite.redsys.manager".
  • Inlined service "cmf_routing.nested_matcher" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Generator\ContentAndRequirementsAwareGenerator" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\CanonicalRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\SeoContentRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\ContentRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\UrlRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\ExpirableRedirectEnhancer" to "router".
  • Inlined service "cmf_routing.enhancer.route_content" to "router".
  • Inlined service "cmf_routing.enhancer.default_controller" to "router".
  • Inlined service "cmf_routing.enhancer.controllers_by_type" to "router".
  • Inlined service "cmf_routing.enhancer.controllers_by_class" to "router".
  • Inlined service "cmf_routing.enhancer.content_repository" to "router".
  • Inlined service "cmf_routing.nested_matcher" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Generator\ContentAndRequirementsAwareGenerator" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\CanonicalRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\SeoContentRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\ContentRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\UrlRouteEnhancer" to "router".
  • Inlined service "WAM\Bundle\RoutingBundle\Enhancer\ExpirableRedirectEnhancer" to "router".
  • Inlined service "cmf_routing.enhancer.route_content" to "router".
  • Inlined service "cmf_routing.enhancer.default_controller" to "router".
  • Inlined service "cmf_routing.enhancer.controllers_by_type" to "router".
  • Inlined service "cmf_routing.enhancer.controllers_by_class" to "router".
  • Inlined service "cmf_routing.enhancer.content_repository" to "router".
630
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "wam.core.locale_manager" was defined on service(s) "WAM\Bundle\CoreBundle\Manager\LocaleManager", but was never used.
  • Tag "sonata.admin.template_registry" was defined on service(s) "App\Admin\Media\CategoryAdmin.template_registry", "App\Admin\Media\MediaAdmin.template_registry", "App\Admin\Media\GalleryAdmin.template_registry", "App\Admin\Media\GalleryHasMediaAdmin.template_registry", "App\Admin\Ecommerce\AddressBillableAdmin.template_registry", "App\Admin\Ecommerce\AddressShippableAdmin.template_registry", "App\Admin\Ecommerce\CartAdmin.template_registry", "App\Admin\Ecommerce\CartLineAdmin.template_registry", "App\Admin\Ecommerce\CustomerAdmin.template_registry", "App\Admin\Ecommerce\InvoiceAdmin.template_registry", "App\Admin\Ecommerce\OrderAdmin.template_registry", "App\Admin\Ecommerce\OrderLineAdmin.template_registry", "App\Admin\Ecommerce\PromocodeAdmin.template_registry", "App\Admin\Ecommerce\ShippingCostRuleAdmin.template_registry", "App\Admin\Ecommerce\VoucherAdmin.template_registry", "App\Admin\Ecommerce\VoucherRuleAdmin.template_registry", "App\Admin\Ecommerce\PurchasableCategoryAdmin.template_registry", "App\Admin\News\PostAdmin.template_registry", "App\Admin\News\AuthorAdmin.template_registry", "App\Admin\News\PostCategoryAdmin.template_registry", "App\Admin\Routing\UrlAdmin.template_registry", "App\Admin\User\UserAdmin.template_registry", "App\Admin\User\AdminAdmin.template_registry", "App\Admin\User\GroupAdmin.template_registry", "App\Admin\WebContent\BannerAdmin.template_registry", "App\Admin\WebContent\FaqAdmin.template_registry", "App\Admin\WebContent\MenuAdmin.template_registry", "App\Admin\WebContent\ReviewAdmin.template_registry", "App\Admin\WebContent\PopupAdmin.template_registry", "App\Admin\AdvantageAdmin.template_registry", "App\Admin\BenefitAdmin.template_registry", "App\Admin\CategoryBannerAdmin.template_registry", "App\Admin\CategoryDownloadableAdmin.template_registry", "App\Admin\DownloadableItemAdmin.template_registry", "App\Admin\ExperienceAdmin.template_registry", "App\Admin\ExperienceHasDownloadableItemAdmin.template_registry", "App\Admin\FormAdmin.template_registry", "App\Admin\HotelAdmin.template_registry", "App\Admin\KeySellingPointAdmin.template_registry", "App\Admin\LandingAdmin.template_registry", "App\Admin\LandingExperiencesAdmin.template_registry", "App\Admin\LandingHasDownloadableItemAdmin.template_registry", "App\Admin\LocationAdmin.template_registry", "App\Admin\PromotionAdmin.template_registry", "App\Admin\PurchasableExperienceAdmin.template_registry", "App\Admin\RoomAdmin.template_registry", "App\Admin\SendMailAdmin.template_registry", "App\Admin\Block\CompleteTextWithTranslatableImageBlockAdmin.template_registry", "App\Admin\Block\CtaWithDescriptionAndPriceBlockAdmin.template_registry", "App\Admin\Block\CtaWithGalleryBlockAdmin.template_registry", "App\Admin\Block\DoubleImageBlockAdmin.template_registry", "App\Admin\Block\ExperiencesContainerBlockAdmin.template_registry", "App\Admin\Block\HeaderWithVideoBlockAdmin.template_registry", "App\Admin\Block\HeaderWithVideoOnTopBlockAdmin.template_registry", "App\Admin\Block\DownloadableBlockAdmin.template_registry", "App\Admin\Ecommerce\ExtraAdmin.template_registry", "App\Admin\Ecommerce\ExtraTypeAdmin.template_registry", "App\Admin\Ecommerce\GiftAdmin.template_registry", "App\Admin\Ecommerce\GiftHasExtraAdmin.template_registry", "App\Admin\Ecommerce\GiftCategoryAdmin.template_registry", "App\Admin\Ecommerce\GiftCardAdmin.template_registry", "App\Admin\News\LinkedPostsAdmin.template_registry", "App\Admin\TestimonialAdmin.template_registry", "App\Admin\SendTestimonialMailAdmin.template_registry", "App\Admin\Ecommerce\ConfigurationAdmin.template_registry", "wam.core.config.admin.key.template_registry", "wam.core.config.admin.scope.template_registry", "wam.core.translation.template_registry", "wam.core.admin.robots.template_registry", "wam.core.cookies.admin.template_registry", "wam.core.email.admin.template_registry", "wam.core.admin.privacy_terms.template_registry", "wam_core.classification.admin.tag.template_registry", "wam_core.classification.admin.category.template_registry", "wam.admin.wamblockbundle.baseblock.admin.template_registry", "wam.admin.wamblockbundle.urlhasblocks.admin.template_registry", "wam.admin.wamblockbundle.simpleblock.admin.template_registry", "wam.admin.wamblockbundle.spacerblock.admin.template_registry", "wam.admin.wamblockbundle.borderspacerblock.admin.template_registry", "wam.admin.wamblockbundle.breadcrumbblock.admin.template_registry", "wam.admin.wamblockbundle.mappedcollectionblock.admin.template_registry", "wam.admin.wamblockbundle.multiple_simpleblock.admin.template_registry", "wam.admin.wamblockbundle.richblock.admin.template_registry", "wam.admin.wamblockbundle.completeblock.admin.template_registry", "wam.admin.wamblockbundle.completeandimageblock.admin.template_registry", "wam.admin.wamblockbundle.galleryblock.admin.template_registry", "wam.admin.wamblockbundle.socialblock.admin.template_registry", "wam.admin.wamblockbundle.hubspot_form.admin.template_registry", "wam.admin.wamblockbundle.headerblock.admin.template_registry", "wam.admin.wamblockbundle.customhtmlblock.admin.template_registry", "wam.admin.wamblockbundle.mapblock.admin.template_registry", "wam.admin.wamblockbundle.collectionblock.admin.template_registry", "wam.admin.wamblockbundle.keysellingpointblock.admin.template_registry", "wam.admin.wamblockbundle.ctablock.admin.template_registry", "wam.admin.wamblockbundle.imageblock.admin.template_registry", "wam.admin.wamblockbundle.customcssblock.admin.template_registry", "wam.admin.wamblockbundle.customjsblock.admin.template_registry", "wam.admin.wamblockbundle.documentblock.admin.template_registry", "wam.admin.wamblockbundle.graphblock.admin.template_registry", "wam.admin.wamblockbundle.advamced_headerblock.admin.template_registry", "wam.admin.wamblockbundle.blockhasblocks.admin.template_registry", "wam.admin.wamblockbundle.containerblock.admin.template_registry", "wam.admin.wamblockbundle.custom_form.admin.template_registry", "wam.admin.wamblockbundle.linkblock.admin.template_registry", "wam.admin.wamblockbundle.svgblock.admin.template_registry", "wam.admin.wamblockbundle.menublock.admin.template_registry", "wam.admin.wamblockbundle.bannerblock.admin.template_registry", "wam_form.admin.form.template_registry", "wam_form.admin.field.template_registry", "wam_form.admin.text_field.template_registry", "wam_form.admin.check_field.template_registry", "wam_form.admin.submit_field.template_registry", "wam_form.admin.choice_field.template_registry", "wam_form.admin.text_area_field.template_registry", "wam_form.admin.file_field.template_registry", "wam_form.admin.form_has_fields.template_registry", "wam_form.admin.field_has_fields.template_registry", "wam_form.admin.group_field.template_registry", "wam_form.admin.form_submission.template_registry", "wam_routing.admin.route.template_registry", "wam_routing.admin.route_simple.template_registry", "wam_routing.admin.redirect_route.template_registry", "WAM\Bundle\RoutingBundle\Admin\HostAdmin.template_registry", "wam_ecommerce.admin.payment.template_registry", "sonata.admin.wamecommercebundle.currency.template_registry", "sonata.admin.wamecommercebundle.store.template_registry", "sonata.admin.wamecommercebundle.tax.template_registry", "wam.web_maker.page.admin.template_registry", but was never used.
  • Tag "doctrine_phpcr.event_subscriber" was defined on service(s) "cmf_routing.persistence.doctrine.route_condition_metadata_listener", but was never used. Did you mean "doctrine.event_subscriber"?
  • Tag "wam.block" was defined on service(s) "wam.admin.wamblockbundle.menublock.admin", "wam.admin.wamblockbundle.bannerblock.admin", but was never used.
  • Tag "sonata_intl.timezone_detector" was defined on service(s) "sonata.intl.timezone_detector.user", "sonata.intl.timezone_detector.locale", but was never used.
  • Tag "sonata.admin.manager" was defined on service(s) "sonata.admin.manager.orm", but was never used.
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
7