http://demo-admin-woodpol.dhsv.pl/

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"sylius_shop_default_locale"
.
[
  "route" => "sylius_shop_default_locale"
  "route_parameters" => [
    "_route" => "sylius_shop_default_locale"
    "_controller" => "sylius.controller.shop.locale_switch:switchAction"
  ]
  "request_uri" => "http://demo-admin-woodpol.dhsv.pl/"
  "method" => "GET"
]

Deprecations 390

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 {#11
    #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
    #code: 0
    #file: "/app/vendor/symfony/debug/DebugClassLoader.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /app/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);}
      /app/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /app/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /app/vendor/symfony/debug/Debug.php:62 {
        Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
        › 
        ›     DebugClassLoader::enable();}
      }
      /app/public/index.php:12 {
        › 
        ›     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 {#1260
    #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: "/app/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/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);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2599 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{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/twig/twig/src/Extension/ExtensionInterface.php';
      }
      /app/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /app/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /app/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/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);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2599 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{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/twig/twig/src/Extension/ExtensionInterface.php';
  }
  /app/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /app/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /app/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /app/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
[
  "exception" => ErrorException {#1248
    #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
    #code: 0
    #file: "/app/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2665 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
      }
      /app/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /app/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /app/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2665 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  }
  /app/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /app/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /app/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /app/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
[
  "exception" => ErrorException {#1252
    #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
    #code: 0
    #file: "/app/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2666 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Twig/PagerfantaExtension.php';
      }
      /app/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /app/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /app/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2666 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Twig/PagerfantaExtension.php';
  }
  /app/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /app/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /app/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /app/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\TranslatorListener" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener instead.
[
  "exception" => ErrorException {#1249
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\TranslatorListener" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener instead."
    #code: 0
    #file: "/app/vendor/symfony/http-kernel/EventListener/TranslatorListener.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/http-kernel/EventListener/TranslatorListener.php:14 {
        include_once …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener instead.', TranslatorListener::class), \E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2871 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/ProviderBasedLocaleContext.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/OrderProcessing/OrderShipmentProcessor.php';
      }
      /app/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /app/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /app/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/http-kernel/EventListener/TranslatorListener.php:14 {
    include_once …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener instead.', TranslatorListener::class), \E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:2871 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/ProviderBasedLocaleContext.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/OrderProcessing/OrderShipmentProcessor.php';
  }
  /app/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /app/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /app/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /app/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
[
  "exception" => ErrorException {#1246
    #message: "User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead."
    #code: 0
    #file: "/app/vendor/symfony/web-server-bundle/WebServerBundle.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/web-server-bundle/WebServerBundle.php:23 {
        Symfony\Bundle\WebServerBundle\WebServerBundle->boot() …
        › {    @trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.', \E_USER_DEPRECATED);}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:140 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        ›     $bundle->setContainer($this->container);    $bundle->boot();}
      }
      /app/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
php User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => ErrorException {#2742
    #message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver."
    #code: 0
    #file: "/app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php"
    #line: 53
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
        Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:6963 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSyliusResource_Doctrine_MappingDriverChainService() …
        › $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/digital-holding/artis-product-units-plugin/src/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);$d = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/doctrine') => 'BitBag\\SyliusCmsPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-crew-manager-plugin/src/Resources/config/doctrine') => 'DH\\SyliusCrewManagerPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-notification-plugin/src/Resources/config/doctrine') => 'DH\\SyliusNotificationPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-stock-levels-plugin/src/Resources/config/doctrine') => 'DH\\SyliusStockLevelsPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-access-control-layer-plugin/src/Resources/config/doctrine') => 'DH\\SyliusAccessControlPlugin\\Entity']);$d->setGlobalBasename('mapping');
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4005 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));$a->setMetadataDriverImpl(($this->services['sylius_resource.doctrine.mapping_driver_chain'] ?? $this->getSyliusResource_Doctrine_MappingDriverChainService()));$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3975 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
      /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
        Closure->__invoke …
        › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
      /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
        EntityManager_9a5be93->getClassMetadata($className) …
        › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3833 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDhSyliusAccessControlPlugin_Repository_PermissionService() …
        › 
        ›     return $this->services['dh_sylius_access_control_plugin.repository.permission'] = new \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository($a, $a->getClassMetadata('DH\\SyliusAccessControlPlugin\\Entity\\Permission'));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3791 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService() …
        › {    return $this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] = new \DH\SyliusAccessControlPlugin\Access\Checker\PermissionsChecker($this->parameters['dh.sylius_access_control.permissions'], ($this->services['router'] ?? $this->getRouterService()), ($this->services['dh_sylius_access_control_plugin.repository.permission'] ?? $this->getDhSyliusAccessControlPlugin_Repository_PermissionService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3801 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_EventListener_RequestService() …
        › {    return $this->services['dh.sylius_access_control_plugin.event_listener.request'] = new \DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker(($this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] ?? $this->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4083 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['dh.sylius_access_control_plugin.event_listener.request'] ?? $this->getDh_SyliusAccessControlPlugin_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
        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);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
    Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver->__construct($prefixes, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:6963 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSyliusResource_Doctrine_MappingDriverChainService() …
    › $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/digital-holding/artis-product-units-plugin/src/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);$d = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/vendor/bitbag/cms-plugin/src/Resources/config/doctrine') => 'BitBag\\SyliusCmsPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-crew-manager-plugin/src/Resources/config/doctrine') => 'DH\\SyliusCrewManagerPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-notification-plugin/src/Resources/config/doctrine') => 'DH\\SyliusNotificationPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-stock-levels-plugin/src/Resources/config/doctrine') => 'DH\\SyliusStockLevelsPlugin\\Entity', (\dirname(__DIR__, 4).'/vendor/dh/sylius-access-control-layer-plugin/src/Resources/config/doctrine') => 'DH\\SyliusAccessControlPlugin\\Entity']);$d->setGlobalBasename('mapping');
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4005 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));$a->setMetadataDriverImpl(($this->services['sylius_resource.doctrine.mapping_driver_chain'] ?? $this->getSyliusResource_Doctrine_MappingDriverChainService()));$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3975 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
  /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
    Closure->__invoke …
    › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
  /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
    EntityManager_9a5be93->getClassMetadata($className) …
    › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3833 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDhSyliusAccessControlPlugin_Repository_PermissionService() …
    › 
    ›     return $this->services['dh_sylius_access_control_plugin.repository.permission'] = new \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository($a, $a->getClassMetadata('DH\\SyliusAccessControlPlugin\\Entity\\Permission'));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3791 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService() …
    › {    return $this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] = new \DH\SyliusAccessControlPlugin\Access\Checker\PermissionsChecker($this->parameters['dh.sylius_access_control.permissions'], ($this->services['router'] ?? $this->getRouterService()), ($this->services['dh_sylius_access_control_plugin.repository.permission'] ?? $this->getDhSyliusAccessControlPlugin_Repository_PermissionService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3801 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_EventListener_RequestService() …
    › {    return $this->services['dh.sylius_access_control_plugin.event_listener.request'] = new \DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker(($this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] ?? $this->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4083 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['dh.sylius_access_control_plugin.event_listener.request'] ?? $this->getDh_SyliusAccessControlPlugin_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
    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);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The type "sylius_refund_refund_type" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Sylius\RefundPlugin\Entity\Type\RefundEnumType::requiresSQLCommentHint()."
[
  "exception" => ErrorException {#3246
    #message: "User Deprecated: The type "sylius_refund_refund_type" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Sylius\RefundPlugin\Entity\Type\RefundEnumType::requiresSQLCommentHint().""
    #code: 0
    #file: "/app/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
    #line: 122
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:122 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->markTypesCommented(AbstractPlatform $platform): void …
        ›     ),    E_USER_DEPRECATED);
      }
      /app/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:57 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($this->typesConfig)) {    $this->markTypesCommented($this->getDatabasePlatform($connection));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3962 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › 
        ›     return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => []], $a, $d, []);}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4018 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3975 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
      /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
        Closure->__invoke …
        › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
      /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
        EntityManager_9a5be93->getClassMetadata($className) …
        › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3833 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDhSyliusAccessControlPlugin_Repository_PermissionService() …
        › 
        ›     return $this->services['dh_sylius_access_control_plugin.repository.permission'] = new \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository($a, $a->getClassMetadata('DH\\SyliusAccessControlPlugin\\Entity\\Permission'));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3791 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService() …
        › {    return $this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] = new \DH\SyliusAccessControlPlugin\Access\Checker\PermissionsChecker($this->parameters['dh.sylius_access_control.permissions'], ($this->services['router'] ?? $this->getRouterService()), ($this->services['dh_sylius_access_control_plugin.repository.permission'] ?? $this->getDhSyliusAccessControlPlugin_Repository_PermissionService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3801 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_EventListener_RequestService() …
        › {    return $this->services['dh.sylius_access_control_plugin.event_listener.request'] = new \DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker(($this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] ?? $this->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4083 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['dh.sylius_access_control_plugin.event_listener.request'] ?? $this->getDh_SyliusAccessControlPlugin_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
        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);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:122 {
    Doctrine\Bundle\DoctrineBundle\ConnectionFactory->markTypesCommented(AbstractPlatform $platform): void …
    ›     ),    E_USER_DEPRECATED);
  }
  /app/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:57 {
    Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
    › if (! empty($this->typesConfig)) {    $this->markTypesCommented($this->getDatabasePlatform($connection));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3962 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Dbal_DefaultConnectionService() …
    › 
    ›     return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => []], $a, $d, []);}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4018 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › 
    › $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3975 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
  /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
    Closure->__invoke …
    › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
  /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:84 {
    EntityManager_9a5be93->getClassMetadata($className) …
    › {    $this->initializer05bf8 && ($this->initializer05bf8->__invoke($valueHolder685f0, $this, 'getClassMetadata', array('className' => $className), $this->initializer05bf8) || 1) && $this->valueHolder685f0 = $valueHolder685f0;}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3833 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDhSyliusAccessControlPlugin_Repository_PermissionService() …
    › 
    ›     return $this->services['dh_sylius_access_control_plugin.repository.permission'] = new \Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository($a, $a->getClassMetadata('DH\\SyliusAccessControlPlugin\\Entity\\Permission'));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3791 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService() …
    › {    return $this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] = new \DH\SyliusAccessControlPlugin\Access\Checker\PermissionsChecker($this->parameters['dh.sylius_access_control.permissions'], ($this->services['router'] ?? $this->getRouterService()), ($this->services['dh_sylius_access_control_plugin.repository.permission'] ?? $this->getDhSyliusAccessControlPlugin_Repository_PermissionService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3801 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_SyliusAccessControlPlugin_EventListener_RequestService() …
    › {    return $this->services['dh.sylius_access_control_plugin.event_listener.request'] = new \DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker(($this->services['dh.sylius_access_control_plugin.checker.permissions_checker'] ?? $this->getDh_SyliusAccessControlPlugin_Checker_PermissionsCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4083 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['dh.sylius_access_control_plugin.event_listener.request'] ?? $this->getDh_SyliusAccessControlPlugin_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
    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);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Sylius\Component\User\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
[
  "exception" => ErrorException {#3755
    #message: "User Deprecated: The "Sylius\Component\User\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1."
    #code: 0
    #file: "/app/vendor/symfony/debug/DebugClassLoader.php"
    #line: 204
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/User/Model/User.php:21 {
        spl_autoload_call($class_name) …
        › 
        › class User implements UserInterface{
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/Core/Model/AdminUser.php:18 {
        spl_autoload_call($class_name) …
        › 
        › class AdminUser extends User implements AdminUserInterface{
      }
      /app/src/Entity/User/AdminUser.php:19 {
        require_once …
        ›  */class AdminUser extends BaseAdminUser{
      }
      /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php:234 {
        Doctrine\Persistence\Mapping\Driver\AnnotationDriver->getAllClassNames() …
        › 
        › require_once $sourceFile;}
      /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:107 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
        › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
      }
      /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:120 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
        › if ($this->defaultDriver !== null) {    foreach ($this->defaultDriver->getAllClassNames() as $className) {        $classNames[$className] = true;
      }
      /app/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:55 {
        Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->setAssociationMappings(ClassMetadataInfo $metadata, Configuration $configuration): void …
        › foreach (class_parents($class) as $parent) {    if (false === in_array($parent, $metadataDriver->getAllClassNames(), true)) {        continue;
      }
      /app/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:38 {
        Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void …
        › if (!$metadata->isMappedSuperclass) {    $this->setAssociationMappings($metadata, $eventArgs->getEntityManager()->getConfiguration());} else {
      }
      /app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:64 {
        Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null) …
        › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
      }
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:246 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
        ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
      }
      /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
        › 
        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
        › {    $loaded = parent::loadMetadata($name);}
      /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
        › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
      }
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:288 {
        Doctrine\ORM\EntityManager->getClassMetadata($className) …
        › {    return $this->metadataFactory->getMetadataFor($className);}
      }
      /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:86 {
        EntityManager_9a5be93->getClassMetadata($className) …
        › 
        ›     return $this->valueHolder685f0->getClassMetadata($className);}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:6259 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Repository_OrderService() …
        › 
        ›     return $this->services['sylius.repository.order'] = new \App\Repository\Order\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3721 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_Factory_OrderService() …
        › {    return $this->services['dh.factory.order'] = new \App\Factory\Order\OrderFactory(new \Sylius\Component\Resource\Factory\Factory('App\\Entity\\Order\\Order'), ($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()), ($this->services['dh.utils.address.address_mapper'] ?? $this->getDh_Utils_Address_AddressMapperService()), ($this->services['sm.factory'] ?? $this->getSm_FactoryService()), ($this->services['sylius.repository.shipping_method'] ?? $this->getSylius_Repository_ShippingMethodService()), ($this->services['sylius.shipping_eligibility_checker'] ?? ($this->services['sylius.shipping_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker())), ($this->services['sylius.repository.payment_method'] ?? $this->getSylius_Repository_PaymentMethodService()), ($this->services['sylius.repository.customer'] ?? $this->getSylius_Repository_CustomerService()), ($this->services['sylius.order_processing.order_processor'] ?? $this->getSylius_OrderProcessing_OrderProcessorService()), ($this->privates['sylius.shop_api_plugin.modifier.order_modifier'] ?? $this->getSylius_ShopApiPlugin_Modifier_OrderModifierService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5318 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Context_Cart_NewService() …
        › {    return $this->services['sylius.context.cart.new'] = new \Sylius\Component\Core\Cart\Context\ShopBasedCartContext(new \Sylius\Component\Order\Context\CartContext(($this->services['dh.factory.order'] ?? $this->getDh_Factory_OrderService())), ($this->services['sylius.context.shopper'] ?? $this->getSylius_Context_ShopperService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5294 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Context_CartService() …
        › 
        › $instance->addContext(($this->services['sylius.context.cart.new'] ?? $this->getSylius_Context_Cart_NewService()), -999);$instance->addContext(($this->services['sylius.context.cart.customer_and_channel_based'] ?? $this->getSylius_Context_Cart_CustomerAndChannelBasedService()), -555);
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9029 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Resolver_CheckoutService() …
        › {    return $this->privates['sylius.resolver.checkout'] = new \Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver(($this->services['sylius.context.cart'] ?? $this->getSylius_Context_CartService()), ($this->privates['sylius.router.checkout_state'] ?? $this->getSylius_Router_CheckoutStateService()), new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!admin|api/.*|api$|shop-api|media/.*)[^/]++/checkout/.+'), ($this->services['sm.factory'] ?? $this->getSm_FactoryService()));}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4743 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['sylius.resolver.checkout'] ?? $this->getSylius_Resolver_CheckoutService());}, 1 => 'onKernelRequest'], 0);
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
        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);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /app/vendor/sylius/sylius/src/Sylius/Component/User/Model/User.php:21 {
    spl_autoload_call($class_name) …
    › 
    › class User implements UserInterface{
  }
  /app/vendor/sylius/sylius/src/Sylius/Component/Core/Model/AdminUser.php:18 {
    spl_autoload_call($class_name) …
    › 
    › class AdminUser extends User implements AdminUserInterface{
  }
  /app/src/Entity/User/AdminUser.php:19 {
    require_once …
    ›  */class AdminUser extends BaseAdminUser{
  }
  /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php:234 {
    Doctrine\Persistence\Mapping\Driver\AnnotationDriver->getAllClassNames() …
    › 
    › require_once $sourceFile;}
  /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:107 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
    › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
  }
  /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:120 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
    › if ($this->defaultDriver !== null) {    foreach ($this->defaultDriver->getAllClassNames() as $className) {        $classNames[$className] = true;
  }
  /app/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:55 {
    Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->setAssociationMappings(ClassMetadataInfo $metadata, Configuration $configuration): void …
    › foreach (class_parents($class) as $parent) {    if (false === in_array($parent, $metadataDriver->getAllClassNames(), true)) {        continue;
  }
  /app/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:38 {
    Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void …
    › if (!$metadata->isMappedSuperclass) {    $this->setAssociationMappings($metadata, $eventArgs->getEntityManager()->getConfiguration());} else {
  }
  /app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:64 {
    Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null) …
    › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
  }
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:246 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
    ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
  }
  /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
    › 
    › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
    › {    $loaded = parent::loadMetadata($name);}
  /app/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
    › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
  }
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:288 {
    Doctrine\ORM\EntityManager->getClassMetadata($className) …
    › {    return $this->metadataFactory->getMetadataFor($className);}
  }
  /app/var/cache/dev/ContainerXQm06II/EntityManager_9a5be93.php:86 {
    EntityManager_9a5be93->getClassMetadata($className) …
    › 
    ›     return $this->valueHolder685f0->getClassMetadata($className);}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:6259 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Repository_OrderService() …
    › 
    ›     return $this->services['sylius.repository.order'] = new \App\Repository\Order\OrderRepository($a, $a->getClassMetadata('App\\Entity\\Order\\Order'));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3721 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getDh_Factory_OrderService() …
    › {    return $this->services['dh.factory.order'] = new \App\Factory\Order\OrderFactory(new \Sylius\Component\Resource\Factory\Factory('App\\Entity\\Order\\Order'), ($this->services['sylius.repository.order'] ?? $this->getSylius_Repository_OrderService()), ($this->services['dh.utils.address.address_mapper'] ?? $this->getDh_Utils_Address_AddressMapperService()), ($this->services['sm.factory'] ?? $this->getSm_FactoryService()), ($this->services['sylius.repository.shipping_method'] ?? $this->getSylius_Repository_ShippingMethodService()), ($this->services['sylius.shipping_eligibility_checker'] ?? ($this->services['sylius.shipping_eligibility_checker'] = new \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker())), ($this->services['sylius.repository.payment_method'] ?? $this->getSylius_Repository_PaymentMethodService()), ($this->services['sylius.repository.customer'] ?? $this->getSylius_Repository_CustomerService()), ($this->services['sylius.order_processing.order_processor'] ?? $this->getSylius_OrderProcessing_OrderProcessorService()), ($this->privates['sylius.shop_api_plugin.modifier.order_modifier'] ?? $this->getSylius_ShopApiPlugin_Modifier_OrderModifierService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5318 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Context_Cart_NewService() …
    › {    return $this->services['sylius.context.cart.new'] = new \Sylius\Component\Core\Cart\Context\ShopBasedCartContext(new \Sylius\Component\Order\Context\CartContext(($this->services['dh.factory.order'] ?? $this->getDh_Factory_OrderService())), ($this->services['sylius.context.shopper'] ?? $this->getSylius_Context_ShopperService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5294 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Context_CartService() …
    › 
    › $instance->addContext(($this->services['sylius.context.cart.new'] ?? $this->getSylius_Context_Cart_NewService()), -999);$instance->addContext(($this->services['sylius.context.cart.customer_and_channel_based'] ?? $this->getSylius_Context_Cart_CustomerAndChannelBasedService()), -555);
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9029 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Resolver_CheckoutService() …
    › {    return $this->privates['sylius.resolver.checkout'] = new \Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver(($this->services['sylius.context.cart'] ?? $this->getSylius_Context_CartService()), ($this->privates['sylius.router.checkout_state'] ?? $this->getSylius_Router_CheckoutStateService()), new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!admin|api/.*|api$|shop-api|media/.*)[^/]++/checkout/.+'), ($this->services['sm.factory'] ?? $this->getSm_FactoryService()));}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4743 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['sylius.resolver.checkout'] ?? $this->getSylius_Resolver_CheckoutService());}, 1 => 'onKernelRequest'], 0);
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
    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);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.
[
  "exception" => ErrorException {#6024
    #message: "User Deprecated: Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0."
    #code: 0
    #file: "/app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php:23 {
        Sylius\Component\Channel\Context\ChannelNotFoundException->__construct($messageOrPreviousException = null, ?Throwable $previousException = null) …
        › if ($messageOrPreviousException instanceof \Throwable) {    @trigger_error('Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.', \E_USER_DEPRECATED);    $previousException = $messageOrPreviousException;
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:41 {
        Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface …
        › } catch (\UnexpectedValueException $exception) {    throw new ChannelNotFoundException($exception);}
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:42 {
        Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
        › try {    return $channelContext->getChannel();} catch (ChannelNotFoundException $exception) {
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:57 {
        Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface …
        › if (!isset($this->requestToChannelMap[$objectIdentifier])) {    $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel();}
      }
      /app/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php:41 {
        Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext->getTheme(): ThemeInterface …
        › /** @var ChannelInterface $channel */$channel = $this->channelContext->getChannel();$themeName = $channel->getThemeName();
      }
      /app/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:99 {
        Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->transformLocale(?string $locale): ?string …
        › {    $theme = $this->themeContext->getTheme();}
      /app/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:80 {
        Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->setLocale($locale): void …
        › /** @var string $locale */$locale = $this->transformLocale($locale);}
      /app/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:71 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
        › try {    $service->setLocale($locale);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
        Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
        › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
      }
      /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /app/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);}
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
        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);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php:23 {
    Sylius\Component\Channel\Context\ChannelNotFoundException->__construct($messageOrPreviousException = null, ?Throwable $previousException = null) …
    › if ($messageOrPreviousException instanceof \Throwable) {    @trigger_error('Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.', \E_USER_DEPRECATED);    $previousException = $messageOrPreviousException;
  }
  /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:41 {
    Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface …
    › } catch (\UnexpectedValueException $exception) {    throw new ChannelNotFoundException($exception);}
  }
  /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:42 {
    Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
    › try {    return $channelContext->getChannel();} catch (ChannelNotFoundException $exception) {
  }
  /app/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:57 {
    Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface …
    › if (!isset($this->requestToChannelMap[$objectIdentifier])) {    $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel();}
  }
  /app/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php:41 {
    Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext->getTheme(): ThemeInterface …
    › /** @var ChannelInterface $channel */$channel = $this->channelContext->getChannel();$themeName = $channel->getThemeName();
  }
  /app/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:99 {
    Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->transformLocale(?string $locale): ?string …
    › {    $theme = $this->themeContext->getTheme();}
  /app/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:80 {
    Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->setLocale($locale): void …
    › /** @var string $locale */$locale = $this->transformLocale($locale);}
  /app/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:71 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void …
    › try {    $service->setLocale($locale);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {
    Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void …
    › {    $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale());}
  }
  /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /app/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);}
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:145 {
    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);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => ErrorException {#6029
    #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0."
    #code: 0
    #file: "/app/var/cache/dev/ContainerXQm06II/getTemplatingService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:9 {
        require …
        › 
        › @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:9 {
    require …
    › 
    › @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "sylius.theme.templating.file_locator.inner" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#6023
    #message: "User Deprecated: The "sylius.theme.templating.file_locator.inner" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/app/var/cache/dev/ContainerXQm06II/getSylius_Theme_Templating_FileLocator_InnerService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/dev/ContainerXQm06II/getSylius_Theme_Templating_FileLocator_InnerService.php:9 {
        require …
        › 
        › @trigger_error('The "sylius.theme.templating.file_locator.inner" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9282 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Theme_Templating_FileLocatorService() …
        › {    return $this->privates['sylius.theme.templating.file_locator'] = new \Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateFileLocator(($this->privates['sylius.theme.templating.file_locator.inner'] ?? $this->load('getSylius_Theme_Templating_FileLocator_InnerService.php')), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())), ($this->services['Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface'] ?? $this->getTemplateLocatorInterfaceService()), $this->targetDir.'');}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7026 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());    $b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/var/cache/dev/ContainerXQm06II/getSylius_Theme_Templating_FileLocator_InnerService.php:9 {
    require …
    › 
    › @trigger_error('The "sylius.theme.templating.file_locator.inner" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9282 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Theme_Templating_FileLocatorService() …
    › {    return $this->privates['sylius.theme.templating.file_locator'] = new \Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateFileLocator(($this->privates['sylius.theme.templating.file_locator.inner'] ?? $this->load('getSylius_Theme_Templating_FileLocator_InnerService.php')), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())), ($this->services['Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface'] ?? $this->getTemplateLocatorInterfaceService()), $this->targetDir.'');}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7026 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());    $b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#5979
    #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: "/app/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/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);}
      /app/var/cache/dev/ContainerXQm06II/getSylius_Theme_Templating_FileLocator_InnerService.php:11 {
        require …
        › 
        › return $this->privates['sylius.theme.templating.file_locator.inner'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9282 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Theme_Templating_FileLocatorService() …
        › {    return $this->privates['sylius.theme.templating.file_locator'] = new \Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateFileLocator(($this->privates['sylius.theme.templating.file_locator.inner'] ?? $this->load('getSylius_Theme_Templating_FileLocator_InnerService.php')), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())), ($this->services['Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface'] ?? $this->getTemplateLocatorInterfaceService()), $this->targetDir.'');}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7026 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › {    $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());    $b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/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);}
  /app/var/cache/dev/ContainerXQm06II/getSylius_Theme_Templating_FileLocator_InnerService.php:11 {
    require …
    › 
    › return $this->privates['sylius.theme.templating.file_locator.inner'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:9282 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getSylius_Theme_Templating_FileLocatorService() …
    › {    return $this->privates['sylius.theme.templating.file_locator'] = new \Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateFileLocator(($this->privates['sylius.theme.templating.file_locator.inner'] ?? $this->load('getSylius_Theme_Templating_FileLocator_InnerService.php')), ($this->privates['sylius.theme.context.channel_based'] ?? $this->getSylius_Theme_Context_ChannelBasedService()), ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ?? ($this->services['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] = new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())), ($this->services['Sylius\\Bundle\\ThemeBundle\\Templating\\Locator\\TemplateLocatorInterface'] ?? $this->getTemplateLocatorInterfaceService()), $this->targetDir.'');}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7026 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › {    $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());    $b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#5990
    #message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/app/var/cache/dev/ContainerXQm06II/getTemplating_NameParserService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/dev/ContainerXQm06II/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);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7027 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());$b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));}
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/var/cache/dev/ContainerXQm06II/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);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7027 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());$b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));}
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#5982
    #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: "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/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);}
      /app/var/cache/dev/ContainerXQm06II/getTemplating_NameParserService.php:11 {
        require …
        › 
        › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7027 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());$b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));}
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/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);}
  /app/var/cache/dev/ContainerXQm06II/getTemplating_NameParserService.php:11 {
    require …
    › 
    › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7027 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › $a = ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService());$b = ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php'));}
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#5888
    #message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/app/vendor/symfony/twig-bundle/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/twig-bundle/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
        require …
        › 
        › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/twig-bundle/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
    require …
    › 
    › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#5890
    #message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/app/vendor/symfony/twig-bridge/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/twig-bridge/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /app/vendor/symfony/twig-bundle/TwigEngine.php:31 {
        spl_autoload_call($class_name) …
        ›  */class TwigEngine extends BaseEngine implements EngineInterface{
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
        require …
        › 
        › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/twig-bridge/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /app/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
    require …
    › 
    › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#5894
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/app/vendor/symfony/framework-bundle/Templating/EngineInterface.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /app/vendor/symfony/twig-bundle/TwigEngine.php:31 {
        spl_autoload_call($class_name) …
        ›  */class TwigEngine extends BaseEngine implements EngineInterface{
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
        require …
        › 
        › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
        › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
      }
      /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
        require …
        › 
        › $a = ($this->services['twig'] ?? $this->getTwigService());}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
        require …
        › 
        › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /app/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])) {
      }
      /app/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));}
      /app/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);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    $controller = parent::instantiateController($class);}
      /app/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) {
      }
      /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
        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()));
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /app/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:17 {
    require …
    › 
    › return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine($a, ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['sylius.theme.templating.file_locator'] ?? $this->getSylius_Theme_Templating_FileLocatorService()));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7143 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getTwigService() …
    › $h = ($this->services['router'] ?? $this->getRouterService());$i = ($this->services['templating'] ?? $this->load('getTemplatingService.php'));$j = ($this->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $this->getTemplateBlockRegistryInterfaceService());
  }
  /app/var/cache/dev/ContainerXQm06II/getTemplatingService.php:11 {
    require …
    › 
    › $a = ($this->services['twig'] ?? $this->getTwigService());}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/var/cache/dev/ContainerXQm06II/getSylius_Controller_Shop_LocaleSwitchService.php:13 {
    require …
    › 
    › return $this->services['sylius.controller.shop.locale_switch'] = new \Sylius\Bundle\ShopBundle\Controller\LocaleSwitchController(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['sylius.locale_provider.channel_based'] ?? $this->getSylius_LocaleProvider_ChannelBasedService()), new \Sylius\Bundle\ShopBundle\Locale\UrlBasedLocaleSwitcher(($this->services['router'] ?? $this->getRouterService())));}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:3270 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /app/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])) {
  }
  /app/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));}
  /app/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);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    $controller = parent::instantiateController($class);}
  /app/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) {
  }
  /app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:152 {
    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()));
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "static Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options.
[
  "exception" => ErrorException {#7105
    #message: "User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "static Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options."
    #code: 0
    #file: "/app/vendor/symfony/debug/DebugClassLoader.php"
    #line: 204
    #severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /app/vendor/symfony/http-client/HttpClient.php:55 {
        Symfony\Component\HttpClient\HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
        › if ('\\' !== \DIRECTORY_SEPARATOR || isset($defaultOptions['cafile']) || isset($defaultOptions['capath']) || \ini_get('curl.cainfo') || \ini_get('openssl.cafile') || \ini_get('openssl.capath')) {    return new CurlHttpClient($defaultOptions, $maxHostConnections, $maxPendingPushes);}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7318 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->get_Debug_HttpClientService() …
        › {    $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);}
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5005 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:8769 {
        ContainerXQm06II\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);}
      }
      /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4614 {
        ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
        › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /app/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /app/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 {
      }
      /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /app/vendor/symfony/http-client/HttpClient.php:55 {
    Symfony\Component\HttpClient\HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
    › if ('\\' !== \DIRECTORY_SEPARATOR || isset($defaultOptions['cafile']) || isset($defaultOptions['capath']) || \ini_get('curl.cainfo') || \ini_get('openssl.cafile') || \ini_get('openssl.capath')) {    return new CurlHttpClient($defaultOptions, $maxHostConnections, $maxPendingPushes);}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:7318 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->get_Debug_HttpClientService() …
    › {    $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);}
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:5005 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:8769 {
    ContainerXQm06II\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);}
  }
  /app/var/cache/dev/ContainerXQm06II/srcApp_KernelDevDebugContainer.php:4614 {
    ContainerXQm06II\srcApp_KernelDevDebugContainer->ContainerXQm06II\{closure} …
    › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /app/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /app/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 {
  }
  /app/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a (4 times) The "doctrine/mongodb-odm" driver is deprecated in Sylius 1.3. Doctrine MongoDB and PHPCR will no longer be supported in Sylius 2.0.
n/a The FOS\CKEditorBundle\DependencyInjection\CompilerResourceCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14608
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/friendsofsymfony/ckeditor-bundle/src/DependencyInjection/Compiler/ResourceCompilerPass.php:21 {
        spl_autoload_call($class_name) …
        ›     'and will be removed with the 2.0 release.',    E_USER_DEPRECATED);
      }
      /app/vendor/friendsofsymfony/ckeditor-bundle/src/FOSCKEditorBundle.php:32 {$container    ->addCompilerPass(new ResourceCompilerPass())    ->addCompilerPass(new TemplatingCompilerPass());
      }
    }
  }
]
{
  /app/vendor/friendsofsymfony/ckeditor-bundle/src/DependencyInjection/Compiler/ResourceCompilerPass.php:21 {
    spl_autoload_call($class_name) …
    ›     'and will be removed with the 2.0 release.',    E_USER_DEPRECATED);
  }
  /app/vendor/friendsofsymfony/ckeditor-bundle/src/FOSCKEditorBundle.php:32 {$container    ->addCompilerPass(new ResourceCompilerPass())    ->addCompilerPass(new TemplatingCompilerPass());
  }
}
n/a The FOS\CKEditorBundle\DependencyInjection\CompilerTemplatingCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14607
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/friendsofsymfony/ckeditor-bundle/src/DependencyInjection/Compiler/TemplatingCompilerPass.php:21 {
        spl_autoload_call($class_name) …
        ›     'and will be removed with the 2.0 release.',    E_USER_DEPRECATED);
      }
      /app/vendor/friendsofsymfony/ckeditor-bundle/src/FOSCKEditorBundle.php:33 {        ->addCompilerPass(new ResourceCompilerPass())        ->addCompilerPass(new TemplatingCompilerPass());}
      }
    }
  }
]
n/a The "Symfony\Component\HttpKernel\Kernel::getRootDir()" method is deprecated since Symfony 4.2, use getProjectDir() instead.
n/a Passing more than one argument to Symfony\Component\HttpKernel\Config\FileLocator::__construct is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a (2 times) Loading the file "config/grids/admin/payment_method.yml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a (2 times) Loading the file "config/grids/admin/product_option.yml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a (2 times) Loading the file "config/grids/admin/product_option_attribute.yml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a (2 times) Loading the file "config/grids/admin/product_option_attribute_value.yml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a (2 times) Loading the file "config/parameters.yaml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a Loading the file "config/grids/admin/project.yaml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a Loading the file "config/grids/admin/configurator_parameter.yaml" from the global resource directory "/app/src/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a The "Sylius\Bundle\ResourceBundle\Controller\ResourceController" 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 {#14614
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /app/src/Controller/Customer/CustomerController.php:19 {
        › 
        › class CustomerController extends ResourceController{
      }
    }
  }
]
n/a The "App\Controller\Shop\HomepageController" 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 {#14615
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "App\Event\CustomerRegistered" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14616
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Bundle\UiBundle\Menu\Event\MenuBuilderEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
n/a The "App\Event\ReloadOrder" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14618
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "App\Event\ReloadOrderOnCart" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14619
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) The "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 (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 (44 times) The "subject" option is deprecated since SyliusMailerBundle 1.5
n/a The "Sylius\Bundle\ResourceBundle\DependencyInjection\Driver\Doctrine\DoctrineODMDriver" class is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.
n/a The "Sylius\Bundle\ResourceBundle\DependencyInjection\Driver\Doctrine\DoctrinePHPCRDriver" class is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.
n/a (23 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 "winzou_state_machine" 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 "bazinga_hateoas" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
n/a (2 times) Enabling the "fos_rest.exception.exception_listener" option is deprecated since FOSRestBundle 2.8.
n/a (2 times) Enabling the "fos_rest.exception.serialize_exceptions" option is deprecated since FOSRestBundle 2.8.
n/a (2 times) The body_listener config has been enabled by default and will be disabled by default in FOSRestBundle 3.0. Please enable or disable it explicitly.
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_oauth_server" 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 "nelmio_alice" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sylius_invoicing_plugin" 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 "fos_ck_editor" 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 "configs" 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 "plugins" 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 "styles" 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 "attributes" 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 "templates" 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 "template_parameters" 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 "filebrowsers" 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 "toolbars" 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 "sylius_sitemap" 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 "sylius_refund_plugin" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_sylius_import_export" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Using short factory syntax for service "sylius.class_metadata.product_image" is deprecated since Symfony 4.4, use "['@doctrine.orm.default_entity_manager', 'getClassMetadata']" instead.
n/a Using Resources/config/vich_uploader for auto config discovery is deprecated use ../config/vich_uploader, relative to the Bundle class, instead
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sylius_admin_order_creation_plugin" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
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 {#14654
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Component\User\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14655
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /app/vendor/sylius/sylius/src/Sylius/Component/User/Model/User.php:21 {
        › 
        › class User implements UserInterface{
      }
    }
  }
]
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order" with model "App\Entity\Order\Order" and interface "Sylius\Component\Order\Model\OrderInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_item" with model "App\Entity\Order\OrderItem" and interface "App\Entity\Order\OrderItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_item_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Order\Model\OrderItemUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_sequence" with model "App\Entity\Order\OrderSequence" and interface "Sylius\Component\Order\Model\OrderSequenceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.adjustment" with model "App\Entity\Order\Adjustment" and interface "Sylius\Component\Order\Model\AdjustmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.currency" with model "App\Entity\Currency\Currency" and interface "Sylius\Component\Currency\Model\CurrencyInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.exchange_rate" with model "App\Entity\Currency\ExchangeRate" and interface "Sylius\Component\Currency\Model\ExchangeRateInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.locale" with model "App\Entity\Locale\Locale" and interface "Sylius\Component\Locale\Model\LocaleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product" with model "App\Entity\Product\Product" and interface "Sylius\Component\Product\Model\ProductInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_translation" with model "App\Entity\Product\ProductTranslation" and interface "Sylius\Component\Product\Model\ProductTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_variant" with model "App\Entity\Product\ProductVariant" and interface "Sylius\Component\Product\Model\ProductVariantInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_variant_translation" with model "App\Entity\Product\ProductVariantTranslation" and interface "Sylius\Component\Product\Model\ProductVariantTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option" with model "App\Entity\Product\ProductOption" and interface "Sylius\Component\Product\Model\ProductOptionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_translation" with model "App\Entity\Product\ProductOptionTranslation" and interface "App\Entity\Product\ProductOptionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association_type" with model "App\Entity\Product\ProductAssociationType" and interface "Sylius\Component\Product\Model\ProductAssociationTypeInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association_type_translation" with model "App\Entity\Product\ProductAssociationTypeTranslation" and interface "Sylius\Component\Product\Model\ProductAssociationTypeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_value" with model "App\Entity\Product\ProductOptionValue" and interface "Sylius\Component\Product\Model\ProductOptionValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_value_translation" with model "App\Entity\Product\ProductOptionValueTranslation" and interface "App\Entity\Product\ProductOptionValueTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association" with model "App\Entity\Product\ProductAssociation" and interface "Sylius\Component\Product\Model\ProductAssociationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.channel" with model "App\Entity\Channel\Channel" and interface "Sylius\Component\Channel\Model\ChannelInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute" with model "App\Entity\Product\ProductAttribute" and interface "Sylius\Component\Product\Model\ProductAttributeInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute_translation" with model "App\Entity\Product\ProductAttributeTranslation" and interface "Sylius\Component\Product\Model\ProductAttributeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute_value" with model "App\Entity\Product\ProductAttributeValue" and interface "Sylius\Component\Product\Model\ProductAttributeValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.tax_rate" with model "App\Entity\Taxation\TaxRate" and interface "Sylius\Component\Taxation\Model\TaxRateInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.tax_category" with model "App\Entity\Taxation\TaxCategory" and interface "Sylius\Component\Taxation\Model\TaxCategoryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipment" with model "App\Entity\Shipping\Shipment" and interface "Sylius\Component\Shipping\Model\ShipmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipment_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Shipping\Model\ShipmentUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_method" with model "App\Entity\Shipping\ShippingMethod" and interface "Sylius\Component\Shipping\Model\ShippingMethodInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_method_translation" with model "App\Entity\Shipping\ShippingMethodTranslation" and interface "Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_category" with model "App\Entity\Shipping\ShippingCategory" and interface "Sylius\Component\Shipping\Model\ShippingCategoryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment" with model "App\Entity\Payment\Payment" and interface "Sylius\Component\Payment\Model\PaymentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_method" with model "App\Entity\Payment\PaymentMethod" and interface "Sylius\Component\Payment\Model\PaymentMethodInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_method_translation" with model "App\Entity\Payment\PaymentMethodTranslation" and interface "Sylius\Component\Payment\Model\PaymentMethodTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion" with model "App\Entity\Promotion\Promotion" and interface "App\Entity\Promotion\PromotionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_coupon" with model "App\Entity\Promotion\PromotionCoupon" and interface "Sylius\Component\Promotion\Model\PromotionCouponInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_rule" with model "App\Entity\Promotion\PromotionRule" and interface "Sylius\Component\Promotion\Model\PromotionRuleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_action" with model "App\Entity\Promotion\PromotionAction" and interface "Sylius\Component\Promotion\Model\PromotionActionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.address" with model "App\Entity\Addressing\Address" and interface "Sylius\Component\Addressing\Model\AddressInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.country" with model "App\Entity\Addressing\Country" and interface "Sylius\Component\Addressing\Model\CountryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.province" with model "App\Entity\Addressing\Province" and interface "Sylius\Component\Addressing\Model\ProvinceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.zone" with model "App\Entity\Addressing\Zone" and interface "Sylius\Component\Addressing\Model\ZoneInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.zone_member" with model "App\Entity\Addressing\ZoneMember" and interface "Sylius\Component\Addressing\Model\ZoneMemberInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.inventory_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Inventory\Model\InventoryUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon" with model "App\Entity\Taxonomy\Taxon" and interface "Sylius\Component\Taxonomy\Model\TaxonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon_translation" with model "App\Entity\Taxonomy\TaxonTranslation" and interface "Sylius\Component\Taxonomy\Model\TaxonTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.admin_user" with model "App\Entity\User\AdminUser" and interface "Sylius\Component\Core\Model\AdminUserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shop_user" with model "App\Entity\User\ShopUser" and interface "Sylius\Component\Core\Model\ShopUserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.oauth_user" with model "App\Entity\User\UserOAuth" and interface "Sylius\Component\User\Model\UserOAuthInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.customer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Customer\Model\CustomerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.customer_group" with model "App\Entity\Customer\CustomerGroup" and interface "Sylius\Component\Customer\Model\CustomerGroupInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_review" with model "App\Entity\Product\ProductReview" and interface "Sylius\Component\Review\Model\ReviewInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_reviewer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Review\Model\ReviewerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_taxon" with model "App\Entity\Product\ProductTaxon" and interface "Sylius\Component\Core\Model\ProductTaxonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_image" with model "App\Entity\Product\ProductImage" and interface "Sylius\Component\Core\Model\ProductImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon_image" with model "App\Entity\Taxonomy\TaxonImage" and interface "Sylius\Component\Core\Model\TaxonImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.channel_pricing" with model "App\Entity\Channel\ChannelPricing" and interface "Sylius\Component\Core\Model\ChannelPricingInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shop_billing_data" with model "Sylius\Component\Core\Model\ShopBillingData" and interface "Sylius\Component\Core\Model\ShopBillingDataInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.block" with model "BitBag\SyliusCmsPlugin\Entity\Block" and interface "BitBag\SyliusCmsPlugin\Entity\BlockInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.block_translation" with model "BitBag\SyliusCmsPlugin\Entity\BlockTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\BlockTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page" with model "BitBag\SyliusCmsPlugin\Entity\Page" and interface "BitBag\SyliusCmsPlugin\Entity\PageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page_translation" with model "App\Entity\Page\PageTranslation" and interface "App\Entity\Page\PageTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page_image" with model "BitBag\SyliusCmsPlugin\Entity\PageImage" and interface "BitBag\SyliusCmsPlugin\Entity\PageImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page_images" with model "BitBag\SyliusCmsPlugin\Entity\PageImages" and interface "BitBag\SyliusCmsPlugin\Entity\PageImagesInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestion" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question_translation" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.section" with model "App\Entity\Section\Section" and interface "App\Entity\Section\SectionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.section_translation" with model "App\Entity\Section\SectionTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\SectionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.media" with model "BitBag\SyliusCmsPlugin\Entity\Media" and interface "BitBag\SyliusCmsPlugin\Entity\MediaInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.media_translation" with model "BitBag\SyliusCmsPlugin\Entity\MediaTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\MediaTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question_section" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSection" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSectionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question_section_translation" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSectionTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSectionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question_section_image" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSectionImage" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionSectionImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.map_point" with model "BitBag\SyliusCmsPlugin\Entity\MapPoint" and interface "BitBag\SyliusCmsPlugin\Entity\MapPointInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.map_point_translation" with model "BitBag\SyliusCmsPlugin\Entity\MapPointTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\MapPointTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.info_article" with model "BitBag\SyliusCmsPlugin\Entity\InfoArticle" and interface "BitBag\SyliusCmsPlugin\Entity\InfoArticleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.info_article_translation" with model "BitBag\SyliusCmsPlugin\Entity\InfoArticleTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\InfoArticleTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "odiseo_sylius_banner_plugin.banner" with model "Odiseo\SyliusBannerPlugin\Entity\Banner" and interface "Odiseo\SyliusBannerPlugin\Entity\BannerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "odiseo_sylius_banner_plugin.banner_translation" with model "Odiseo\SyliusBannerPlugin\Entity\BannerTranslation" and interface "Odiseo\SyliusBannerPlugin\Entity\BannerTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.car_brand" with model "DH\SyliusCrewManagerPlugin\Entity\CarBrand" and interface "DH\SyliusCrewManagerPlugin\Entity\CarBrandInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.car_brand_image" with model "DH\SyliusCrewManagerPlugin\Entity\CarBrandImage" and interface "DH\SyliusCrewManagerPlugin\Entity\CarBrandImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.crew" with model "DH\SyliusCrewManagerPlugin\Entity\Crew" and interface "DH\SyliusCrewManagerPlugin\Entity\CrewInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.crew_car" with model "DH\SyliusCrewManagerPlugin\Entity\CrewCar" and interface "DH\SyliusCrewManagerPlugin\Entity\CrewCarInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.crew_member" with model "DH\SyliusCrewManagerPlugin\Entity\CrewMember" and interface "DH\SyliusCrewManagerPlugin\Entity\CrewMemberInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.task" with model "DH\SyliusCrewManagerPlugin\Entity\Task" and interface "DH\SyliusCrewManagerPlugin\Entity\TaskInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.task_order_item" with model "DH\SyliusCrewManagerPlugin\Entity\TaskOrderItem" and interface "DH\SyliusCrewManagerPlugin\Entity\TaskOrderItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.protocol" with model "DH\SyliusCrewManagerPlugin\Entity\Protocol" and interface "DH\SyliusCrewManagerPlugin\Entity\ProtocolInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.notification" with model "DH\SyliusCrewManagerPlugin\Entity\Notification" and interface "DH\SyliusCrewManagerPlugin\Entity\NotificationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.notification_message" with model "DH\SyliusCrewManagerPlugin\Entity\NotificationMessage" and interface "DH\SyliusCrewManagerPlugin\Entity\NotificationMessageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.gps_position" with model "DH\SyliusCrewManagerPlugin\Entity\GpsPosition" and interface "DH\SyliusCrewManagerPlugin\Entity\GpsPositionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.work_log" with model "DH\SyliusCrewManagerPlugin\Entity\WorkLog" and interface "DH\SyliusCrewManagerPlugin\Entity\WorkLogInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.unreaded_notification_message" with model "DH\SyliusCrewManagerPlugin\Entity\UnreadedNotificationMessage" and interface "DH\SyliusCrewManagerPlugin\Entity\UnreadedNotificationMessageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.montage_infromation" with model "DH\SyliusCrewManagerPlugin\Entity\MontageInformation" and interface "DH\SyliusCrewManagerPlugin\Entity\MontageInformationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.product_variant_option_value_montage_information" with model "DH\SyliusCrewManagerPlugin\Entity\ProductVariantOptionValueMontageInformation" and interface "DH\SyliusCrewManagerPlugin\Entity\ProductVariantOptionValueMontageInformationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.task_realization_dates" with model "DH\SyliusCrewManagerPlugin\Entity\TaskRealizationDates" and interface "DH\SyliusCrewManagerPlugin\Entity\TaskRealizationDatesInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.product_component" with model "DH\SyliusCrewManagerPlugin\Entity\ProductComponent" and interface "DH\SyliusCrewManagerPlugin\Entity\ProductComponentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_crew_manager_plugin.task_product_component" with model "DH\SyliusCrewManagerPlugin\Entity\TaskProductComponent" and interface "DH\SyliusCrewManagerPlugin\Entity\TaskProductComponentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_product_bundle.product_bundle" with model "BitBag\SyliusProductBundlePlugin\Entity\ProductBundle" and interface "BitBag\SyliusProductBundlePlugin\Entity\ProductBundleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_product_bundle.product_bundle_item" with model "BitBag\SyliusProductBundlePlugin\Entity\ProductBundleItem" and interface "BitBag\SyliusProductBundlePlugin\Entity\ProductBundleItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_product_bundle.product_bundle_order_item" with model "BitBag\SyliusProductBundlePlugin\Entity\ProductBundleOrderItem" and interface "BitBag\SyliusProductBundlePlugin\Entity\ProductBundleOrderItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_notification_plugin.notification" with model "DH\SyliusNotificationPlugin\Entity\Notification" and interface "DH\SyliusNotificationPlugin\Entity\NotificationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_stock_levels_plugin.stock_level" with model "DH\SyliusStockLevelsPlugin\Entity\StockLevel" and interface "DH\SyliusStockLevelsPlugin\Entity\StockLevelInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_stock_levels_plugin.stock_level_translation" with model "DH\SyliusStockLevelsPlugin\Entity\StockLevelTranslation" and interface "DH\SyliusStockLevelsPlugin\Entity\StockLevelTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_stock_levels_plugin.stock_level_table" with model "DH\SyliusStockLevelsPlugin\Entity\StockLevelTable" and interface "DH\SyliusStockLevelsPlugin\Entity\StockLevelTableInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_stock_levels_plugin.product_stock_level_range" with model "DH\SyliusStockLevelsPlugin\Entity\ProductStockLevelRange" and interface "DH\SyliusStockLevelsPlugin\Entity\ProductStockLevelRange".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_access_control_plugin.permission" with model "DH\SyliusAccessControlPlugin\Entity\Permission" and interface "DH\SyliusAccessControlPlugin\Entity\PermissionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh_sylius_access_control_plugin.administration_group" with model "DH\SyliusAccessControlPlugin\Entity\AdministrationGroup" and interface "DH\SyliusAccessControlPlugin\Entity\AdministrationGroupInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.line_item" with model "Sylius\RefundPlugin\Entity\LineItem" and interface "Sylius\RefundPlugin\Entity\LineItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.tax_item" with model "Sylius\RefundPlugin\Entity\TaxItem" and interface "Sylius\RefundPlugin\Entity\TaxItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.application_reason" with model "Sylius\RefundPlugin\Entity\ApplicationReason" and interface "Sylius\RefundPlugin\Entity\ApplicationReasonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.application_reason_translation" with model "Sylius\RefundPlugin\Entity\ApplicationReasonTranslation" and interface "Sylius\RefundPlugin\Entity\ApplicationReasonTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.refund_request" with model "Sylius\RefundPlugin\Entity\RefundRequest" and interface "Sylius\RefundPlugin\Entity\RefundRequestInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.refund_request_message" with model "Sylius\RefundPlugin\Entity\RefundRequestMessage" and interface "Sylius\RefundPlugin\Entity\RefundRequestMessageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.refund_request_message_file" with model "Sylius\RefundPlugin\Entity\RefundRequestMessageFile" and interface "Sylius\RefundPlugin\Entity\RefundRequestMessageFileInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_refund.refund_request_unreaded_message" with model "Sylius\RefundPlugin\Entity\UnreadedRefundRequestMessage" and interface "Sylius\RefundPlugin\Entity\UnreadedRefundRequestMessageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.favorite" with model "App\Entity\Favorite\Favorite" and interface "App\Entity\Favorite\FavoriteInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.favorite_item" with model "App\Entity\Favorite\FavoriteItem" and interface "App\Entity\Favorite\FavoriteItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_option_attribute_translation" with model "App\Entity\Product\ProductOptionAttributeTranslation" and interface "App\Entity\Product\ProductOptionAttributeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_option_sub_attribute_translation" with model "App\Entity\Product\ProductOptionSubAttributeTranslation" and interface "App\Entity\Product\ProductOptionSubAttributeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_option_attribute_value_translation" with model "App\Entity\Product\ProductOptionAttributeValueTranslation" and interface "App\Entity\Product\ProductOptionAttributeValueTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_option_sub_attribute_value_translation" with model "App\Entity\Product\ProductOptionSubAttributeValueTranslation" and interface "App\Entity\Product\ProductOptionSubAttributeValueTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_image" with model "App\Entity\Product\ProductVariantImage" and interface "App\Entity\Product\ProductVariantImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.dictionary" with model "App\Entity\Dictionary\Dictionary" and interface "App\Entity\Dictionary\DictionaryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.dictionary_translation" with model "App\Entity\Dictionary\DictionaryTranslation" and interface "App\Entity\Dictionary\DictionaryTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.dictionary_item" with model "App\Entity\Dictionary\Item" and interface "App\Entity\Dictionary\ItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.dictionary_item_translation" with model "App\Entity\Dictionary\ItemTranslation" and interface "App\Entity\Dictionary\ItemTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.dictionary_item_value" with model "App\Entity\Dictionary\ItemValue" and interface "App\Entity\Dictionary\ItemValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification" with model "App\Entity\Product\ProductVariantSpecification" and interface "App\Entity\Product\ProductVariantSpecificationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_translation" with model "App\Entity\Product\Translation\ProductVariantSpecificationTranslation" and interface "App\Entity\Product\Translation\ProductVariantSpecificationTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_item" with model "App\Entity\Product\ProductVariantSpecificationItem" and interface "App\Entity\Product\ProductVariantSpecificationItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_item_translation" with model "App\Entity\Product\Translation\ProductVariantSpecificationItemTranslation" and interface "App\Entity\Product\Translation\ProductVariantSpecificationItemTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_item_value" with model "App\Entity\Product\ProductVariantSpecificationItemValue" and interface "App\Entity\Product\ProductVariantSpecificationItemValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_item_values" with model "App\Entity\Product\ProductVariantSpecificationItemValues" and interface "App\Entity\Product\ProductVariantSpecificationItemValuesInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_option_value_price" with model "App\Entity\Product\Price\ProductVariantOptionValuePrice" and interface "App\Entity\Product\Price\ProductVariantOptionValuePriceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_option_attribute_value_price" with model "App\Entity\Product\Price\ProductVariantOptionAttributeValuePrice" and interface "App\Entity\Product\Price\ProductVariantOptionAttributeValuePriceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_option_sub_attribute_value_price" with model "App\Entity\Product\Price\ProductVariantOptionSubAttributeValuePrice" and interface "App\Entity\Product\Price\ProductVariantOptionSubAttributeValuePriceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_specification_item_configuration" with model "App\Entity\Product\ProductVariantSpecificationItemConfiguration" and interface "App\Entity\Product\ProductVariantSpecificationItemConfigurationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_ar_marker" with model "App\Entity\Product\ProductVariantArMarker" and interface "App\Entity\Product\ProductVariantArMarkerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.order_note" with model "App\Entity\Order\OrderNote" and interface "App\Entity\Order\OrderNoteInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.order_invoice" with model "App\Entity\Order\OrderInvoice" and interface "App\Entity\Order\OrderInvoiceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.customer_note" with model "App\Entity\Customer\CustomerNote" and interface "App\Entity\Customer\CustomerNoteInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.variant_taxon" with model "App\Entity\Product\ProductVariantTaxon" and interface "App\Entity\Product\ProductVariantTaxonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_association" with model "App\Entity\Product\ProductVariantAssociation" and interface "App\Entity\Product\ProductVariantAssociationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_tag" with model "App\Entity\Product\Tag\ProductVariantTag" and interface "App\Entity\Product\Tag\ProductVariantTag".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_comparison_engine" with model "App\Entity\Product\ProductVariantComparisonEngine" and interface "App\Entity\Product\ProductVariantComparisonEngineInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_attachment" with model "App\Entity\Product\ProductVariantAttachment" and interface "App\Entity\Product\ProductVariantAttachmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_variant_3d_model" with model "App\Entity\Product\ProductVariantModel3D" and interface "App\Entity\Product\ProductVariantModel3DInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_review_attachment" with model "App\Entity\Product\ProductReviewAttachment" and interface "App\Entity\Product\ProductReviewAttachmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.customer_log" with model "App\Entity\Customer\CustomerLog" and interface "App\Entity\Customer\CustomerLogInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.shipping_table_province" with model "App\Entity\Shipping\ShippingTableProvince" and interface "App\Entity\Shipping\ShippingTableProvinceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.shipping_table_district" with model "App\Entity\Shipping\ShippingTableDistrict" and interface "App\Entity\Shipping\ShippingTableDistrictInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.shipping_table_district_information" with model "App\Entity\Shipping\ShippingTableDistrictInformation" and interface "App\Entity\Shipping\ShippingTableDistrictInformationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.shipping_table_rate" with model "App\Entity\Shipping\ShippingTableRate" and interface "App\Entity\Shipping\ShippingTableRateInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.project" with model "App\Entity\Product\Project\Project" and interface "App\Entity\Product\Project\ProjectInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.project_sequence" with model "App\Entity\Product\Project\ProjectSequence" and interface "App\Entity\Product\Project\ProjectSequenceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "dh.product_configurator_parameter" with model "App\Entity\Product\Project\ConfiguratorParameter" and interface "App\Entity\Product\Project\ConfiguratorParameterInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_security_token" with model "App\Entity\Payment\PaymentSecurityToken" and interface "Sylius\Bundle\PayumBundle\Model\PaymentSecurityTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.gateway_config" with model "App\Entity\Payment\GatewayConfig" and interface "Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_user" with model "App\Entity\User\AdminUser" and interface "Sylius\Bundle\AdminApiBundle\Model\UserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_client" with model "App\Entity\AdminApi\Client" and interface "Sylius\Bundle\AdminApiBundle\Model\ClientInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_access_token" with model "App\Entity\AdminApi\AccessToken" and interface "Sylius\Bundle\AdminApiBundle\Model\AccessTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_refresh_token" with model "App\Entity\AdminApi\RefreshToken" and interface "Sylius\Bundle\AdminApiBundle\Model\RefreshTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_auth_code" with model "App\Entity\AdminApi\AuthCode" and interface "Sylius\Bundle\AdminApiBundle\Model\AuthCodeInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_invoicing_plugin.invoice" with model "Sylius\InvoicingPlugin\Entity\Invoice" and interface "Sylius\InvoicingPlugin\Entity\InvoiceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_invoicing_plugin.billing_data" with model "Sylius\InvoicingPlugin\Entity\BillingData" and interface "Sylius\InvoicingPlugin\Entity\BillingDataInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_invoicing_plugin.line_item" with model "Sylius\InvoicingPlugin\Entity\LineItem" and interface "Sylius\InvoicingPlugin\Entity\LineItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_invoicing_plugin.tax_item" with model "Sylius\InvoicingPlugin\Entity\TaxItem" and interface "Sylius\InvoicingPlugin\Entity\TaxItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_invoicing_plugin.invoice_sequence" with model "Sylius\InvoicingPlugin\Entity\InvoiceSequence" and interface "Sylius\InvoicingPlugin\Entity\InvoiceSequenceInterface".
n/a The "Symfony\Bundle\FrameworkBundle\Controller\Controller::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Sylius\Bundle\UserBundle\Controller\UserController".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14823
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "BitBag\SyliusProductBundlePlugin\Form\Extension\ProductTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14824
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Bundle\CoreBundle\Form\Extension\CountryTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14825
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CountryTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ChannelTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14827
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ChannelTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\LocaleTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14829
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\LocaleTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\OrderTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14831
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\OrderTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14833
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14835
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PaymentMethodTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14837
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PaymentMethodTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\TaxRateTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14839
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\TaxRateTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\TaxonTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14841
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\TaxonTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14843
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14845
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionCouponTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14847
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionCouponTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionFilterCollectionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14849
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionFilterCollectionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ShippingMethodTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14851
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ShippingMethodTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14853
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductTranslationTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14855
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductTranslationTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14857
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantGenerationTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14859
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantGenerationTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\ResourceBundle\Form\Extension\CollectionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14861
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\ResourceBundle\Form\Extension\CollectionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\PayumBundle\Form\Extension\CryptedGatewayConfigTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14863
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\PayumBundle\Form\Extension\CryptedGatewayConfigTypeExtension" is deprecated since Symfony 4.2.
n/a Class "DH\SyliusCrewManagerPlugin\Form\Extension\ProductVariantTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14865
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "fos_rest.templating" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.view_handler.default" service.
n/a The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8.
n/a The "Sylius\Bundle\OrderBundle\Command\RemoveExpiredCartsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14870
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Bundle\UserBundle\Command\AbstractRoleCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
n/a The "Sylius\Bundle\CoreBundle\Command\CancelUnpaidOrdersCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14872
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Bundle\CoreBundle\Command\AbstractInstallCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
n/a The "Sylius\Bundle\ThemeBundle\Command\AssetsInstallCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14874
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/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 "Sylius\Bundle\ThemeBundle\Command\ListCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14875
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The FOS\RestBundle\Serializer\Normalizer\ExceptionHandler class is deprecated since FOSRestBundle 2.8.
n/a The "Symfony\Component\HttpKernel\EventListener\TranslatorListener" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener 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 {#14879
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/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);}
      /app/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.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 "sylius.theme.templating.file_locator.inner" 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.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14882
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        include …
        › 
        › @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);}
      /app/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
        }
      }
    }
  }
]
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#14884
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
        Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
        ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
      }
    }
  }
]
{
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
    Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
    ›     'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /app/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {    $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);    parent::__construct($locator, $fileExtension);}
  }
}
n/a The type "sylius_refund_refund_type" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Sylius\RefundPlugin\Entity\Type\RefundEnumType::requiresSQLCommentHint()."

Debug 48

Unimportant log messages generated during the execution of the application.

Time Channel Message
doctrine SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t17.code AS code_18, t17.created_at AS created_at_19, t17.updated_at AS updated_at_20, t17.id AS id_21, t0.base_currency_id AS base_currency_id_22, t23.code AS code_24, t23.created_at AS created_at_25, t23.updated_at AS updated_at_26, t23.id AS id_27, t0.default_tax_zone_id AS default_tax_zone_id_28, t0.menu_taxon_id AS menu_taxon_id_29, t0.shop_billing_data_id AS shop_billing_data_id_30 FROM sylius_channel t0 INNER JOIN sylius_locale t17 ON t0.default_locale_id = t17.id INNER JOIN sylius_currency t23 ON t0.base_currency_id = t23.id WHERE t0.hostname = ? LIMIT 1
[
  "demo-admin-woodpol.dhsv.pl"
]
doctrine SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t17.code AS code_18, t17.created_at AS created_at_19, t17.updated_at AS updated_at_20, t17.id AS id_21, t0.base_currency_id AS base_currency_id_22, t23.code AS code_24, t23.created_at AS created_at_25, t23.updated_at AS updated_at_26, t23.id AS id_27, t0.default_tax_zone_id AS default_tax_zone_id_28, t0.menu_taxon_id AS menu_taxon_id_29, t0.shop_billing_data_id AS shop_billing_data_id_30 FROM sylius_channel t0 INNER JOIN sylius_locale t17 ON t0.default_locale_id = t17.id INNER JOIN sylius_currency t23 ON t0.base_currency_id = t23.id
doctrine SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_currency t0 INNER JOIN sylius_channel_currencies ON t0.id = sylius_channel_currencies.currency_id WHERE sylius_channel_currencies.channel_id = ?
[
  1
]
doctrine SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?
[
  1
]
doctrine SELECT t0.code AS code_1, t0.enabled AS enabled_2, t0.id AS id_3 FROM sylius_country t0 INNER JOIN sylius_channel_countries ON t0.id = sylius_channel_countries.country_id WHERE sylius_channel_countries.channel_id = ?
[
  1
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "DH\SyliusAccessControlPlugin\Access\AdministrationGroupChecker::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sylius\ShopApiPlugin\Http\RequestChannelEnsurer::checkChannelCode"
.
[
  "event" => "kernel.controller"
  "listener" => "Sylius\ShopApiPlugin\Http\RequestChannelEnsurer::checkChannelCode"
]
doctrine SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t17.code AS code_18, t17.created_at AS created_at_19, t17.updated_at AS updated_at_20, t17.id AS id_21, t0.base_currency_id AS base_currency_id_22, t23.code AS code_24, t23.created_at AS created_at_25, t23.updated_at AS updated_at_26, t23.id AS id_27, t0.default_tax_zone_id AS default_tax_zone_id_28, t0.menu_taxon_id AS menu_taxon_id_29, t0.shop_billing_data_id AS shop_billing_data_id_30 FROM sylius_channel t0 INNER JOIN sylius_locale t17 ON t0.default_locale_id = t17.id INNER JOIN sylius_currency t23 ON t0.base_currency_id = t23.id
event Notified event
"kernel.response"
to listener
"Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 5250

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.banner_image
2
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
20
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.cwebp
5
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Liip\ImagineBundle\DependencyInjection\Compiler\MaybeSetMimeServicesAsAliasesCompilerPass
  • [liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for "bitbag_sylius_product_bundle.controller.order_item" (parent: sylius.controller.order_item).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extra\Intl\IntlExtension" (parent: .abstract.instanceof.Twig\Extra\Intl\IntlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extra\Intl\IntlExtension).
  • Resolving inheritance for "Twig\Extra\Intl\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Customer\CustomerController" (parent: .abstract.instanceof.App\Controller\Customer\CustomerController).
  • Resolving inheritance for "App\Controller\Customer\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Customer\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderController" (parent: .abstract.instanceof.App\Controller\Order\OrderController).
  • Resolving inheritance for "App\Controller\Order\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderInvoiceController" (parent: .abstract.instanceof.App\Controller\Order\OrderInvoiceController).
  • Resolving inheritance for "App\Controller\Order\OrderInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\ProductVariantController" (parent: .abstract.instanceof.App\Controller\Product\ProductVariantController).
  • Resolving inheritance for "App\Controller\Product\ProductVariantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\ProductVariantController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\Project\ProjectController" (parent: .abstract.instanceof.App\Controller\Product\Project\ProjectController).
  • Resolving inheritance for "App\Controller\Product\Project\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\Project\ProjectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Shop\HomepageController" (parent: .abstract.instanceof.App\Controller\Shop\HomepageController).
  • Resolving inheritance for "App\Controller\Shop\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Shop\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Promotion\Filter\ProductVariantFilterConfigurationType" (parent: .abstract.instanceof.App\Promotion\Filter\ProductVariantFilterConfigurationType).
  • Resolving inheritance for "App\Promotion\Filter\ProductVariantFilterConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Promotion\Filter\ProductVariantFilterConfigurationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Util\Command\ConvertProductVariantsAliasCommand" (parent: .abstract.instanceof.App\Util\Command\ConvertProductVariantsAliasCommand).
  • Resolving inheritance for "App\Util\Command\ConvertProductVariantsAliasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Util\Command\ConvertProductVariantsAliasCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CartTokenExistsValidator" (parent: .abstract.instanceof.App\Validator\Constraints\CartTokenExistsValidator).
  • Resolving inheritance for "App\Validator\Constraints\CartTokenExistsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CartTokenExistsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\OptionInUseValidator" (parent: .abstract.instanceof.App\Validator\Constraints\OptionInUseValidator).
  • Resolving inheritance for "App\Validator\Constraints\OptionInUseValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\OptionInUseValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator).
  • Resolving inheritance for "App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PromotionRuleTypeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PromotionRuleTypeValidator).
  • Resolving inheritance for "App\Validator\Constraints\PromotionRuleTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PromotionRuleTypeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProvinceAddressConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ProvinceAddressConstraintValidator).
  • Resolving inheritance for "App\Validator\Constraints\ProvinceAddressConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProvinceAddressConstraintValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleMainImageValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SingleMainImageValidator).
  • Resolving inheritance for "App\Validator\Constraints\SingleMainImageValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleMainImageValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.dh.command.convert_product_variant_alias" (parent: .abstract.instanceof.dh.command.convert_product_variant_alias).
  • Resolving inheritance for "dh.command.convert_product_variant_alias" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.dh.command.convert_product_variant_alias).
  • 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\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute" (parent: .abstract.instanceof.dh.form.type.product_option_attribute).
  • Resolving inheritance for "dh.form.type.product_option_attribute" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value" (parent: .abstract.instanceof.dh.form.type.product_option_attribute_value).
  • Resolving inheritance for "dh.form.type.product_option_attribute_value" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute" (parent: .abstract.instanceof.dh.form.type.product_option_sub_attribute).
  • Resolving inheritance for "dh.form.type.product_option_sub_attribute" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value" (parent: .abstract.instanceof.dh.form.type.product_option_sub_attribute_value).
  • Resolving inheritance for "dh.form.type.product_option_sub_attribute_value" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute" (parent: .abstract.instanceof.dh.form.type.translation.product_option_attribute).
  • Resolving inheritance for "dh.form.type.translation.product_option_attribute" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute" (parent: .abstract.instanceof.dh.form.type.translation.product_option_sub_attribute).
  • Resolving inheritance for "dh.form.type.translation.product_option_sub_attribute" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute_value" (parent: .abstract.instanceof.dh.form.type.translation.product_option_attribute_value).
  • Resolving inheritance for "dh.form.type.translation.product_option_attribute_value" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute_value).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute_value" (parent: .abstract.instanceof.dh.form.type.translation.product_option_sub_attribute_value).
  • Resolving inheritance for "dh.form.type.translation.product_option_sub_attribute_value" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute_value).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant" (parent: .abstract.instanceof.dh.form.type.product_variant).
  • Resolving inheritance for "dh.form.type.product_variant" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_value_choice" (parent: .abstract.instanceof.dh.form.type.product_option_value_choice).
  • Resolving inheritance for "dh.form.type.product_option_value_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_value_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_choice" (parent: .abstract.instanceof.dh.form.type.product_option_attribute_value_choice).
  • Resolving inheritance for "dh.form.type.product_option_attribute_value_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_choice" (parent: .abstract.instanceof.dh.form.type.product_option_sub_attribute_value_choice).
  • Resolving inheritance for "dh.form.type.product_option_sub_attribute_value_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_image" (parent: .abstract.instanceof.dh.form.type.product_variant_image).
  • Resolving inheritance for "dh.form.type.product_variant_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_review_attachment" (parent: .abstract.instanceof.dh.form.type.product_review_attachment).
  • Resolving inheritance for "dh.form.type.product_review_attachment" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_review_attachment).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_image" (parent: .abstract.instanceof.dh.form.type.product_option_attribute_image).
  • Resolving inheritance for "dh.form.type.product_option_attribute_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_image" (parent: .abstract.instanceof.dh.form.type.product_option_attribute_value_image).
  • Resolving inheritance for "dh.form.type.product_option_attribute_value_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_image" (parent: .abstract.instanceof.dh.form.type.product_option_sub_attribute_image).
  • Resolving inheritance for "dh.form.type.product_option_sub_attribute_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_image" (parent: .abstract.instanceof.dh.form.type.product_option_sub_attribute_value_image).
  • Resolving inheritance for "dh.form.type.product_option_sub_attribute_value_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary" (parent: .abstract.instanceof.dh.form.type.dictionary).
  • Resolving inheritance for "dh.form.type.dictionary" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item" (parent: .abstract.instanceof.dh.form.type.dictionary_item).
  • Resolving inheritance for "dh.form.type.dictionary_item" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item_value" (parent: .abstract.instanceof.dh.form.type.dictionary_item_value).
  • Resolving inheritance for "dh.form.type.dictionary_item_value" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item_value).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary" (parent: .abstract.instanceof.dh.form.type.translation.dictionary).
  • Resolving inheritance for "dh.form.type.translation.dictionary" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary_item" (parent: .abstract.instanceof.dh.form.type.translation.dictionary_item).
  • Resolving inheritance for "dh.form.type.translation.dictionary_item" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary_item).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification" (parent: .abstract.instanceof.dh.form.type.product_variant_specification).
  • Resolving inheritance for "dh.form.type.product_variant_specification" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item" (parent: .abstract.instanceof.dh.form.type.product_variant_specification_item).
  • Resolving inheritance for "dh.form.type.product_variant_specification_item" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification" (parent: .abstract.instanceof.dh.form.type.translation.product_variant_specification).
  • Resolving inheritance for "dh.form.type.translation.product_variant_specification" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification_item" (parent: .abstract.instanceof.dh.form.type.translation.product_variant_specification_item).
  • Resolving inheritance for "dh.form.type.translation.product_variant_specification_item" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification_item).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_image" (parent: .abstract.instanceof.dh.form.type.product_variant_specification_image).
  • Resolving inheritance for "dh.form.type.product_variant_specification_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_specification_variant_choice" (parent: .abstract.instanceof.dh.form.extension.type.product_specification_variant_choice).
  • Resolving inheritance for "dh.form.extension.type.product_specification_variant_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_specification_variant_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_variant_specification_item_choice" (parent: .abstract.instanceof.dh.form.extension.type.product_variant_specification_item_choice).
  • Resolving inheritance for "dh.form.extension.type.product_variant_specification_item_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_variant_specification_item_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_image" (parent: .abstract.instanceof.dh.form.type.product_variant_specification_item_image).
  • Resolving inheritance for "dh.form.type.product_variant_specification_item_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_values_image" (parent: .abstract.instanceof.dh.form.type.product_variant_specification_item_values_image).
  • Resolving inheritance for "dh.form.type.product_variant_specification_item_values_image" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_values_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_tax_rate_choice" (parent: .abstract.instanceof.dh.form.type.order_tax_rate_choice).
  • Resolving inheritance for "dh.form.type.order_tax_rate_choice" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_tax_rate_choice).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_partial_payment" (parent: .abstract.instanceof.dh.form.type.order_partial_payment).
  • Resolving inheritance for "dh.form.type.order_partial_payment" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_partial_payment).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.signle_main_image" (parent: .abstract.instanceof.dh.validator.signle_main_image).
  • Resolving inheritance for "dh.validator.signle_main_image" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.signle_main_image).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.option_in_use" (parent: .abstract.instanceof.dh.validator.option_in_use).
  • Resolving inheritance for "dh.validator.option_in_use" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.option_in_use).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount" (parent: .abstract.instanceof.dh.twig.extension.attribute_value_price_amount).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount" (parent: .instanceof.Twig_ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount).
  • Resolving inheritance for "dh.twig.extension.attribute_value_price_amount" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount" (parent: .abstract.instanceof.dh.twig.extension.sub_attribute_value_price_amount).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount" (parent: .instanceof.Twig_ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount).
  • Resolving inheritance for "dh.twig.extension.sub_attribute_value_price_amount" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.value_price_amount" (parent: .abstract.instanceof.dh.twig.extension.value_price_amount).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.value_price_amount" (parent: .instanceof.Twig_ExtensionInterface.0.dh.twig.extension.value_price_amount).
  • Resolving inheritance for "dh.twig.extension.value_price_amount" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.value_price_amount).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.product_review_issued_for_cariant_and_customer" (parent: .abstract.instanceof.dh.validator.product_review_issued_for_cariant_and_customer).
  • Resolving inheritance for "dh.validator.product_review_issued_for_cariant_and_customer" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.product_review_issued_for_cariant_and_customer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.promotion_rule_type" (parent: .abstract.instanceof.dh.validator.promotion_rule_type).
  • Resolving inheritance for "dh.validator.promotion_rule_type" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.promotion_rule_type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.promotion_action.filter.product_variant" (parent: .abstract.instanceof.dh.form.type.promotion_action.filter.product_variant).
  • Resolving inheritance for "dh.form.type.promotion_action.filter.product_variant" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.promotion_action.filter.product_variant).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.cart_token_exists_validator" (parent: .abstract.instanceof.dh.validator.cart_token_exists_validator).
  • Resolving inheritance for "dh.validator.cart_token_exists_validator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.cart_token_exists_validator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.valid_province_address" (parent: .abstract.instanceof.dh.validator.valid_province_address).
  • Resolving inheritance for "dh.validator.valid_province_address" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.valid_province_address).
  • 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.messenger.restart_workers_signal" (parent: cache.app).
  • 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 "assets._version_custom" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._package_custom" (parent: assets.path_package).
  • Resolving inheritance for "assets._version_shop" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._package_shop" (parent: assets.path_package).
  • Resolving inheritance for "assets._version_admin" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._package_admin" (parent: assets.path_package).
  • Resolving inheritance for "state_machine.setono_job_status__job" (parent: state_machine.abstract).
  • Resolving inheritance for "state_machine.setono_job_status__job" (parent: workflow.marking_store.method).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.firewall.map.config.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.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.provider.rememberme.admin" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.admin" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.admin" (parent: security.authentication.listener.rememberme).
  • 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.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
  • 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.oauth_token" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.oauth_token" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.sylius_shop_api_refresh" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.listener.anonymous.sylius_shop_api_refresh" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.sylius_shop_api_refresh" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.sylius_shop_api_refresh" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.sylius_shop_api_refresh" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.sylius_shop_api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.sylius_shop_api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.sylius_shop_api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.sylius_shop_api" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.sylius_shop_api.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.sylius_shop_api.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.sylius_shop_api" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.sylius_shop_api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.sylius_shop_api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.sylius_shop_api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.sylius_shop_api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.json_special_user" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.json_special_user" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.json_special_user" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.json_special_user" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.json_special_user.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.json_special_user.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.json_special_user" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.exception_listener.json_special_user" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.json_special_user" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.new_api_admin_user_refresh" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.listener.anonymous.new_api_admin_user_refresh" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.new_api_admin_user_refresh" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.new_api_admin_user_refresh" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.new_api_admin_user_refresh" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.new_api_admin_user" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.new_api_admin_user" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.new_api_admin_user" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.new_api_admin_user" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.new_api_admin_user.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.new_api_admin_user.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.new_api_admin_user" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.new_api_admin_user" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.new_api_admin_user" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.new_api_admin_user" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.new_api_admin_user" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.shop" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.shop" (parent: security.logout_listener).
  • Resolving inheritance for "security.authentication.provider.dao.shop" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.shop.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.shop.form_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.shop" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.shop" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.rememberme.shop" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.shop" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.shop" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.shop" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.shop" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.shop" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.shop" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.shop" (parent: security.firewall.context).
  • 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 "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.null" (parent: swiftmailer.transport.null.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "sylius.email_renderer.adapter.default" (parent: sylius.email_renderer.adapter.abstract).
  • Resolving inheritance for "sylius.email_sender.adapter.default" (parent: sylius.email_sender.adapter.abstract).
  • Resolving inheritance for "sylius.email_sender.adapter.swiftmailer" (parent: sylius.email_sender.adapter.abstract).
  • Resolving inheritance for "sylius.email_renderer.adapter.twig" (parent: sylius.email_renderer.adapter.abstract).
  • Resolving inheritance for "sylius.authentication.success_handler" (parent: security.authentication.success_handler).
  • Resolving inheritance for "sylius.authentication.failure_handler" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "sylius.admin_user_provider.email_based" (parent: sylius.admin_user_provider).
  • Resolving inheritance for "sylius.admin_user_provider.name_based" (parent: sylius.admin_user_provider).
  • Resolving inheritance for "sylius.admin_user_provider.email_or_name_based" (parent: sylius.admin_user_provider).
  • Resolving inheritance for "sylius.shop_user_provider.email_based" (parent: sylius.shop_user_provider).
  • Resolving inheritance for "sylius.shop_user_provider.name_based" (parent: sylius.shop_user_provider).
  • Resolving inheritance for "sylius.shop_user_provider.email_or_name_based" (parent: sylius.shop_user_provider).
  • Resolving inheritance for "sylius.oauth_user_provider.email_based" (parent: sylius.oauth_user_provider).
  • Resolving inheritance for "sylius.oauth_user_provider.name_based" (parent: sylius.oauth_user_provider).
  • Resolving inheritance for "sylius.oauth_user_provider.email_or_name_based" (parent: sylius.oauth_user_provider).
  • Resolving inheritance for "fos_rest.exception.twig_controller" (parent: fos_rest.exception.controller).
  • Resolving inheritance for "gaufrette.sylius_image_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.bitbag_sylius_cms_plugin_media_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.banner_image_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.uploads_crew_manager_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.uploads_sylius_refund_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.sylius_image_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "gaufrette.bitbag_sylius_cms_plugin_media_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "gaufrette.banner_image_fs_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "gaufrette.dh_sylius_crew_manager_plugin_media_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "gaufrette.sylius_refund_plugin_media_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.banner_image" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.banner_image" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken" (parent: payum.storage.doctrine.orm).
  • Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
  • Resolving inheritance for "payum.storage.app_entity_order_order" (parent: payum.storage.doctrine.orm).
  • Resolving inheritance for "payum.extension.storage.app_entity_order_order" (parent: payum.extension.storage.prototype).
  • Resolving inheritance for "payum.storage.app_entity_payment_payment" (parent: payum.storage.doctrine.orm).
  • Resolving inheritance for "payum.extension.storage.app_entity_payment_payment" (parent: payum.extension.storage.prototype).
  • Resolving inheritance for "payum.storage.sylius_bundle_payumbundle_model_gatewayconfig" (parent: payum.storage.doctrine.orm).
  • Resolving inheritance for "payum.dynamic_gateways.config_storage" (parent: payum.storage.sylius_bundle_payumbundle_model_gatewayconfig).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Sylius\InvoicingPlugin\Form\Type\ChannelFilterType" (parent: .abstract.instanceof.Sylius\InvoicingPlugin\Form\Type\ChannelFilterType).
  • Resolving inheritance for "Sylius\InvoicingPlugin\Form\Type\ChannelFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Sylius\InvoicingPlugin\Form\Type\ChannelFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter" (parent: .abstract.instanceof.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter).
  • Resolving inheritance for "Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter).
  • Resolving inheritance for ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.sylius_invoicing_plugin.fixture.shop_billing_data_fixture" (parent: .abstract.instanceof.sylius_invoicing_plugin.fixture.shop_billing_data_fixture).
  • Resolving inheritance for "sylius_invoicing_plugin.fixture.shop_billing_data_fixture" (parent: .instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.sylius_invoicing_plugin.fixture.shop_billing_data_fixture).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand" (parent: .abstract.instanceof.Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand).
  • Resolving inheritance for "Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "vich_uploader.namer_uniqid.banner_image" (parent: vich_uploader.namer_uniqid).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.banner_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.banner_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.banner_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "loevgaard_sylius_barcode.fixture.example_factory.product" (parent: sylius.fixture.example_factory.product).
  • Resolving inheritance for "loevgaard_sylius_barcode.fixture.product" (parent: sylius.fixture.product).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "sylius_shop_api_plugin.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_shop_api_plugin.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_shop_api_plugin.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
  • Resolving inheritance for "sylius_shop_api_plugin.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_shop_api_plugin.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_shop_api_plugin.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_shop_api_plugin.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "bitbag_sylius_product_bundle.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "bitbag_sylius_product_bundle.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "bitbag_sylius_product_bundle.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_google_calendar_plugin.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_google_calendar_plugin.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_google_calendar_plugin.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
  • Resolving inheritance for "sylius_google_calendar_plugin.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_google_calendar_plugin.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_google_calendar_plugin.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_google_calendar_plugin.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_notification_plugin.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_notification_plugin.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_notification_plugin.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
  • Resolving inheritance for "sylius_notification_plugin.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_notification_plugin.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_notification_plugin.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_notification_plugin.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "loevgaard_sylius_barcode.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "loevgaard_sylius_barcode.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "loevgaard_sylius_barcode.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_invoicing_plugin.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_invoicing_plugin.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_invoicing_plugin.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_invoicing_plugin.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_invoicing_plugin.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_invoicing_plugin.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_refund_plugin.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_refund_plugin.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_refund_plugin.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
  • Resolving inheritance for "sylius_refund_plugin.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "sylius_refund_plugin.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "sylius_refund_plugin.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "sylius_refund_plugin.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • 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.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.fb323b3cbfb769fe92fede8e2aacbe1721244b9fdb29190580448296bf32c6236c93c7ef" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.9eb5e327dd816cb8ca7e32fc8204eb1671d6d2f0410fe9096e67bd957456da81815fbc76" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.12ab1340700053bd9bff701b40ccbe862d759bad33cb7348fdbee4508a8fac9fbb09763a" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.e6629d6422694615928c869643ad143324650eb86b008cff03cf6f4456bd9ca842e543b8" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
410
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Factory\Address\AddressCoordinatesViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Address\GUSAddressViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Banner\BannerViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Configurator\CreateProductVariantFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Customer\CustomerOrderHistoryViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Customer\CustomerOrderInvoiceViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Customer\CustomerOrderOfferViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Customer\CustomerPaymentViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\DHPriceViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\FAQ\FAQViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\FAQSection\FAQSectionViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Favorite\FavoriteViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\FavoriteItemFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\InfoArticle\InfoArticleViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\MapPoint\MapPointViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Media\MediaViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\DHShippingMethodViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\OrderFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\OrderInvoiceViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\OrderOfferViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\OrderPaymentMethodViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Order\OrderShippingMethodViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Page\PageImageViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Page\PageViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\BaseProductVariantViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\BaseVariantInfoViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoAttrViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoOfferViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantGMCViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantImagesCeneoViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHImageViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionAttributeValueViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionAttributeViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionSubAttributeViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionValueViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantOptionsSubAttributeValueViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantRecommendationsViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantSpecificationItemValueViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantSpecificationItemViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\DHVariantSpecificationViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionAttributeValuePriceFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionSubAttributeValuePriceFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionValuePriceFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductBundleItemViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductImageViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantArMarkerViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantAssociationViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantAttachmentViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantAutocompleteViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantFilterValueViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantFilterValuesViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantFilterViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantModel3DViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantMontageInformationViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantOptionAttributesViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantShopSlugViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantTagViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Product\Project\ProjectViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Promotion\SpecialOfferViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Review\ReviewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Section\SectionViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Shop\ShopInfoViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Sitemap\SitemapResourceCodeViewFactoryInterface"; reason: private alias.
  • Removed service "App\Factory\Taxon\TaxonImageViewFactoryInterface"; reason: private alias.
  • Removed service "App\Repository\Banner\BannerRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Country\CountryRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Customer\CustomerRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\FAQ\FrequentlyAskedQuestionRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Favorite\FavoriteItemRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\FavoriteRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Media\MediaRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Order\OrderInvoiceRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Order\OrderRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Page\PageRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionAttributeValuePriceRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionSubAttributeValuePriceRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionValuePriceRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionAttributeValueRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeValueRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionValueRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductReviewRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantImageRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemConfigurationRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValueRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValuesRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Product\Taxon\ProductVariantTaxonRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\Promotion\PromotionRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableDistrictRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableRateRepositoryInterface"; reason: private alias.
  • Removed service "App\Repository\User\AdminUserRepositoryInterface"; reason: private alias.
  • Removed service "App\Util\Address\AddressMapperInterface"; reason: private alias.
  • Removed service "App\Util\Assigner\Project\ProductProjectNumberAssignerInterface"; reason: private alias.
  • Removed service "App\Util\Checker\PostCodeExistenceCheckerInterface"; reason: private alias.
  • Removed service "App\Util\Email\DHOrderEmailManagerInterface"; reason: private alias.
  • Removed service "App\Util\Email\ProductProjectEmailManagerInterface"; reason: private alias.
  • Removed service "App\Util\Estimator\TotalsForShippingResolverInterface"; reason: private alias.
  • Removed service "App\Util\Generator\OrderPdfFileGeneratorInterface"; reason: private alias.
  • Removed service "App\Util\Generator\Project\ProductProjectNumberGeneratorInterface"; reason: private alias.
  • Removed service "App\Util\Importer\ShippingTableDistrictImporterInterface"; reason: private alias.
  • Removed service "App\Util\Importer\ShippingTableDistrictInformationImporterInterface"; reason: private alias.
  • Removed service "App\Util\Importer\ShippingTableProvinceImporterInterface"; reason: private alias.
  • Removed service "App\Util\Manager\OrderManagerInterface"; reason: private alias.
  • Removed service "App\Util\Order\OrderOfferNumberAssignerInterface"; reason: private alias.
  • Removed service "App\Util\Order\OrderStateManagerInterface"; reason: private alias.
  • Removed service "App\Util\Paginator\DHPaginatorInterface"; reason: private alias.
  • Removed service "App\Util\Resolver\TableRateResolverInterface"; reason: private alias.
  • Removed service "App\Util\Uploader\ProductVariantArMarkerUploaderInterface"; reason: private alias.
  • Removed service "App\Util\Uploader\ProductVariantAttachmentUploaderInterface"; reason: private alias.
  • Removed service "App\ViewRepository\Product\ProductVariantCatalogViewRepositoryInterface"; 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\Component\Asset\PackageInterface $customPackage"; reason: private alias.
  • Removed service "Symfony\Component\Asset\PackageInterface $shopPackage"; reason: private alias.
  • Removed service "Symfony\Component\Asset\PackageInterface $adminPackage"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusShopApiPluginEventBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $bitbagSyliusProductBundleCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusGoogleCalendarPluginCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusGoogleCalendarPluginEventBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusNotificationPluginCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusNotificationPluginEventBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $loevgaardSyliusBarcodeCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusInvoicingPluginCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusInvoicingPluginEventBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusRefundPluginCommandBus"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusRefundPluginEventBus"; 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\Workflow\Registry"; reason: private alias.
  • Removed service "Symfony\Component\Workflow\WorkflowInterface $setonoJobStatusJobStateMachine"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\Factory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; 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.sylius_admin_user_provider"; reason: private alias.
  • Removed service "security.user.provider.concrete.sylius_shop_user_provider"; reason: private alias.
  • Removed service "security.user.provider.concrete.sylius_crew_user_provider"; reason: private alias.
  • Removed service "security.user.provider.concrete.sylius_api_admin_user_provider"; 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.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.sylius_shop_api_refresh"; reason: private alias.
  • Removed service "security.user_checker.sylius_shop_api_refresh"; reason: private alias.
  • Removed service "security.authentication.session_strategy.sylius_shop_api"; reason: private alias.
  • Removed service "security.user_checker.sylius_shop_api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.json_special_user"; reason: private alias.
  • Removed service "security.user_checker.json_special_user"; reason: private alias.
  • Removed service "security.authentication.session_strategy.new_api_admin_user_refresh"; reason: private alias.
  • Removed service "security.user_checker.new_api_admin_user_refresh"; reason: private alias.
  • Removed service "security.authentication.session_strategy.new_api_admin_user"; reason: private alias.
  • Removed service "security.user_checker.new_api_admin_user"; reason: private alias.
  • Removed service "security.authentication.session_strategy.shop"; reason: private alias.
  • Removed service "security.user_checker.shop"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderRepository"; reason: private alias.
  • Removed service "Sylius\Component\Order\Repository\OrderRepositoryInterface $orderRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\OrderRepositoryInterface $orderRepository"; reason: private alias.
  • Removed service "App\Repository\Order\OrderRepositoryInterface $orderRepository"; reason: private alias.
  • Removed service "App\Repository\Order\OrderRepository $orderRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository $orderRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository $orderRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Order\Repository\OrderItemRepositoryInterface $orderItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderItemRepository $orderItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderItemUnitManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderItemUnitRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderItemUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderItemUnitRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderItemUnitRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderItemUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Order\Factory\OrderItemUnitFactoryInterface $orderItemUnitFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderItemUnitFactory"; reason: private alias.
  • Removed service "Sylius\Component\Order\Factory\OrderItemUnitFactory $orderItemUnitFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderSequenceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderSequenceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderSequenceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $adjustmentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $adjustmentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $adjustmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $adjustmentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $adjustmentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $adjustmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $adjustmentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $currencyManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $currencyRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $currencyRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $currencyRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $currencyRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $currencyRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $currencyFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $currencyFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $exchangeRateManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $exchangeRateRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $exchangeRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $exchangeRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Currency\Repository\ExchangeRateRepositoryInterface $exchangeRateRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository $exchangeRateRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $exchangeRateRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $exchangeRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $exchangeRateFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $exchangeRateFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $localeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $localeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $localeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $localeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $localeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $localeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $localeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $localeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productRepository"; reason: private alias.
  • Removed service "Sylius\Component\Product\Repository\ProductRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ProductRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\HasAnyBeenUpdatedSinceRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\ProductRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductRepository $productRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductRepository $productRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductRepository $productRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Component\Product\Repository\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\HasAnyBeenUpdatedSinceRepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantRepository $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductVariantRepository $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantRepository $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productVariantFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productVariantFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionManager"; reason: private alias.
  • Removed service "Sylius\Component\Product\Repository\ProductOptionRepositoryInterface $productOptionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductOptionRepository $productOptionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionRepository $productOptionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productOptionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productOptionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationTypeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Product\Repository\ProductAssociationTypeRepositoryInterface $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationTypeRepository $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAssociationTypeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productAssociationTypeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationTypeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productAssociationTypeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationTypeTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAssociationTypeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAssociationTypeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationTypeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationTypeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAssociationTypeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationTypeTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productAssociationTypeTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionValueRepositoryInterface $productOptionValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionValueRepository $productOptionValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productOptionValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productOptionValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionValueTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionValueTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAssociationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productAssociationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $channelManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $channelRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $channelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $channelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository $channelRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channelRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $channelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $channelFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productAttributeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $productAttributeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productAttributeTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Product\Repository\ProductAttributeValueRepositoryInterface $productAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAttributeValueRepository $productAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productAttributeValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxRateManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxRateRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxRateRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxRateRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxRateFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taxRateFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxCategoryManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxCategoryRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Taxation\Repository\TaxCategoryRepositoryInterface $taxCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\TaxationBundle\Doctrine\ORM\TaxCategoryRepository $taxCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxCategoryRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxCategoryFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taxCategoryFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shipmentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shipmentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shipmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shipmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ShipmentRepositoryInterface $shipmentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShipmentRepository $shipmentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipmentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shipmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shipmentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shipmentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shipmentUnitManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shipmentUnitRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shipmentUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shipmentUnitRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipmentUnitRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shipmentUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shipmentUnitFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shipmentUnitFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingMethodManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingMethodRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ShippingBundle\Doctrine\ORM\ShippingMethodRepository $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingMethodRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $shippingMethodFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingMethodFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $shippingMethodFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingMethodTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingMethodTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingMethodTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingCategoryManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingCategoryRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ShippingCategoryRepositoryInterface $shippingCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingCategoryRepository $shippingCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingCategoryRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingCategoryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingCategoryFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingCategoryFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $paymentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $paymentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $paymentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\PaymentRepositoryInterface $paymentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentRepository $paymentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $paymentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $paymentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $paymentMethodManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $paymentMethodRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\PaymentBundle\Doctrine\ORM\PaymentMethodRepository $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentMethodRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $paymentMethodRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $paymentMethodFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentMethodFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $paymentMethodFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $paymentMethodTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentMethodTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $paymentMethodTranslationFactory"; reason: private alias.
  • Removed service "sylius.email_sender.adapter"; reason: private alias.
  • Removed service "sylius.email_renderer.adapter"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $promotionSubjectManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $promotionSubjectRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $promotionSubjectRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionSubjectRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionSubjectRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $promotionSubjectRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $promotionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $promotionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Promotion\Repository\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "App\Repository\Promotion\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "App\Repository\Promotion\PromotionRepository $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PromotionRepository $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionRepository $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $promotionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $promotionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $promotionCouponManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $promotionCouponRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $promotionCouponRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionCouponRepository"; reason: private alias.
  • Removed service "Sylius\Component\Promotion\Repository\PromotionCouponRepositoryInterface $promotionCouponRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionCouponRepository $promotionCouponRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionCouponRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $promotionCouponRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionCouponFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $promotionCouponFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $promotionRuleManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $promotionRuleRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $promotionRuleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionRuleRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionRuleRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $promotionRuleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionRuleFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $promotionRuleFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $promotionActionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $promotionActionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $promotionActionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionActionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionActionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $promotionActionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionActionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $promotionActionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $addressManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $addressRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $addressRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $addressRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\AddressRepositoryInterface $addressRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\AddressRepository $addressRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $addressRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $addressRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $addressFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $addressFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $countryManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $countryRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $countryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository"; reason: private alias.
  • Removed service "App\Repository\Country\CountryRepositoryInterface $countryRepository"; reason: private alias.
  • Removed service "App\Repository\Country\CountryRepository $countryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $countryRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $countryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $countryFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $countryFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $provinceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $provinceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $provinceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $provinceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $provinceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $provinceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $provinceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $provinceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $zoneManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $zoneRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $zoneRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $zoneRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zoneRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $zoneRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $zoneFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $zoneFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $zoneMemberManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $zoneMemberRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $zoneMemberRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $zoneMemberRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zoneMemberRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $zoneMemberRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $zoneMemberFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $zoneMemberFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $addressLogEntryManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $addressLogEntryRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $addressLogEntryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $addressLogEntryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepositoryInterface $addressLogEntryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepository $addressLogEntryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $addressLogEntryRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $addressLogEntryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $addressLogEntryFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $addressLogEntryFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $inventoryUnitManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $inventoryUnitRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $inventoryUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $inventoryUnitRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $inventoryUnitRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $inventoryUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $inventoryUnitFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $inventoryUnitFactory"; reason: private alias.
  • Removed service "sylius.availability_checker"; reason: private alias.
  • Removed service "Sylius\Component\Inventory\Checker\AvailabilityCheckerInterface"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxonManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxonRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface $taxonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\TaxonomyBundle\Doctrine\ORM\TaxonRepository $taxonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $taxonFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\TranslatableFactory $taxonFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxonTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxonTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taxonTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $adminUserManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $adminUserRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $adminUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $adminUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\User\Repository\UserRepositoryInterface $adminUserRepository"; reason: private alias.
  • Removed service "App\Repository\User\AdminUserRepositoryInterface $adminUserRepository"; reason: private alias.
  • Removed service "App\Repository\User\AdminUserRepository $adminUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $adminUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $adminUserRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $adminUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $adminUserFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $adminUserFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shopUserManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shopUserRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\User\Repository\UserRepositoryInterface $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\UserRepository $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shopUserRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shopUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shopUserFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shopUserFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $oauthUserManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $oauthUserRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $oauthUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $oauthUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $oauthUserRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $oauthUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $oauthUserFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $oauthUserFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $customerManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $customerRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $customerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\CustomerRepositoryInterface $customerRepository"; reason: private alias.
  • Removed service "App\Repository\Customer\CustomerRepositoryInterface $customerRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\CustomerRepositoryFindByPhraseInterface $customerRepository"; reason: private alias.
  • Removed service "App\Repository\Customer\CustomerRepository $customerRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\CustomerRepository $customerRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $customerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $customerFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $customerGroupManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $customerGroupRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $customerGroupRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerGroupRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerGroupRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $customerGroupRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerGroupFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $customerGroupFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productReviewManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productReviewRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productReviewRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productReviewRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ProductReviewRepositoryInterface $productReviewRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductReviewRepositoryInterface $productReviewRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductReviewRepository $productReviewRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository $productReviewRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productReviewRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productReviewRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productReviewFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productReviewFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productReviewerManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productReviewerRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productReviewerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productReviewerRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productReviewerRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productReviewerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productReviewerFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productReviewerFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productTaxonManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productTaxonRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\ProductTaxonRepositoryInterface $productTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductTaxonRepository $productTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productTaxonRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productTaxonFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productTaxonFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxonImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxonImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxonImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxonImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taxonImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $channelPricingManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $channelPricingRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $channelPricingRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $channelPricingRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\ChannelPricingRepositoryInterface $channelPricingRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\HasAnyBeenUpdatedSinceRepositoryInterface $channelPricingRepository"; reason: private alias.
  • Removed service "App\Repository\Channel\ChannelPricingRepository $channelPricingRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channelPricingRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $channelPricingRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelPricingFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $channelPricingFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $avatarImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $avatarImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $avatarImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $avatarImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Core\Repository\AvatarImageRepositoryInterface $avatarImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\AvatarImageRepository $avatarImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $avatarImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $avatarImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shopBillingDataManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shopBillingDataRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shopBillingDataRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shopBillingDataRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shopBillingDataRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shopBillingDataRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shopBillingDataFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shopBillingDataFactory"; reason: private alias.
  • Removed service "sylius.resource_controller.authorization_checker"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $blockManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $blockRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $blockRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $blockRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\BlockRepositoryInterface $blockRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\BlockRepository $blockRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $blockRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $blockRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $blockFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $blockFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $blockTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $blockTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $blockTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $blockTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $blockTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $blockTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $blockTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $blockTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $pageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $pageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $pageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $pageRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\PageRepositoryInterface $pageRepository"; reason: private alias.
  • Removed service "App\Repository\Page\PageRepositoryInterface $pageRepository"; reason: private alias.
  • Removed service "App\Repository\Page\PageRepository $pageRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\PageRepository $pageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $pageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $pageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $pageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $pageTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $pageTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $pageTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $pageTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pageTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $pageTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $pageTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $pageTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $pageImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $pageImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $pageImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $pageImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pageImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $pageImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $pageImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $pageImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $pageImagesManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $pageImagesRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $pageImagesRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $pageImagesRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pageImagesRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $pageImagesRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $pageImagesFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $pageImagesFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $frequentlyAskedQuestionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\FrequentlyAskedQuestionRepositoryInterface $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "App\Repository\FAQ\FrequentlyAskedQuestionRepositoryInterface $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "App\Repository\FAQ\FrequentlyAskedQuestionRepository $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\FrequentlyAskedQuestionRepository $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $frequentlyAskedQuestionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $frequentlyAskedQuestionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $frequentlyAskedQuestionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $frequentlyAskedQuestionTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $frequentlyAskedQuestionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $frequentlyAskedQuestionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $frequentlyAskedQuestionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $frequentlyAskedQuestionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $frequentlyAskedQuestionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $frequentlyAskedQuestionTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $frequentlyAskedQuestionTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $sectionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $sectionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $sectionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $sectionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\SectionRepositoryInterface $sectionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\SectionRepository $sectionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $sectionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $sectionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $sectionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $sectionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $sectionTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $sectionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $sectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $sectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $sectionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $sectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $sectionTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $sectionTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $mediaManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $mediaRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $mediaRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $mediaRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\MediaRepositoryInterface $mediaRepository"; reason: private alias.
  • Removed service "App\Repository\Media\MediaRepositoryInterface $mediaRepository"; reason: private alias.
  • Removed service "App\Repository\Media\MediaRepository $mediaRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\MediaRepository $mediaRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $mediaRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $mediaRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $mediaFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $mediaFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $mediaTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $mediaTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $mediaTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $mediaTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $mediaTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $mediaTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $mediaTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $mediaTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $frequentlyAskedQuestionSectionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\FrequentlyAskedQuestionSectionRepositoryInterface $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\FrequentlyAskedQuestionSectionRepository $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $frequentlyAskedQuestionSectionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $frequentlyAskedQuestionSectionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $frequentlyAskedQuestionSectionTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $frequentlyAskedQuestionSectionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $frequentlyAskedQuestionSectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $frequentlyAskedQuestionSectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $frequentlyAskedQuestionSectionTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $frequentlyAskedQuestionSectionTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $frequentlyAskedQuestionSectionImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $frequentlyAskedQuestionSectionImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $frequentlyAskedQuestionSectionImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $frequentlyAskedQuestionSectionImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $frequentlyAskedQuestionSectionImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $frequentlyAskedQuestionSectionImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $frequentlyAskedQuestionSectionImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $mapPointManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $mapPointRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $mapPointRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $mapPointRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\MapPointRepositoryInterface $mapPointRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\MapPointRepository $mapPointRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $mapPointRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $mapPointRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $mapPointFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $mapPointFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $mapPointTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $mapPointTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $mapPointTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $mapPointTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $mapPointTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $mapPointTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $mapPointTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $mapPointTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $infoArticleManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $infoArticleRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $infoArticleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $infoArticleRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\InfoArticleRepositoryInterface $infoArticleRepository"; reason: private alias.
  • Removed service "BitBag\SyliusCmsPlugin\Repository\InfoArticleRepository $infoArticleRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $infoArticleRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $infoArticleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $infoArticleFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $infoArticleFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $infoArticleTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $infoArticleTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $infoArticleTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $infoArticleTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $infoArticleTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $infoArticleTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $infoArticleTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $infoArticleTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $bannerManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $bannerRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $bannerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $bannerRepository"; reason: private alias.
  • Removed service "Odiseo\SyliusBannerPlugin\Repository\BannerRepositoryInterface $bannerRepository"; reason: private alias.
  • Removed service "App\Repository\Banner\BannerRepositoryInterface $bannerRepository"; reason: private alias.
  • Removed service "App\Repository\Banner\BannerRepository $bannerRepository"; reason: private alias.
  • Removed service "Odiseo\SyliusBannerPlugin\Repository\BannerRepository $bannerRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $bannerRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $bannerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $bannerFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $bannerFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $bannerTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $bannerTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $bannerTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $bannerTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $bannerTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $bannerTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $bannerTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $bannerTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $carBrandManager"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $carBrandRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $carBrandRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $carBrandRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\CarBrandRepository $carBrandRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $carBrandRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $carBrandRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $carBrandFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $carBrandFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $carBrandImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $carBrandImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $carBrandImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $carBrandImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $carBrandImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $carBrandImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $carBrandImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $carBrandImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $carModelManager"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $carModelRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $carModelRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $carModelRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\CarModelRepository $carModelRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $carModelRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $carModelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $carModelFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $carModelFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $crewManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $crewRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $crewRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $crewRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $crewRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $crewRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $crewFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $crewFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $crewCarManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $crewCarRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $crewCarRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $crewCarRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $crewCarRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $crewCarRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $crewCarFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $crewCarFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $crewMemberManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $crewMemberRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $crewMemberRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $crewMemberRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $crewMemberRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $crewMemberRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $crewMemberFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $crewMemberFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taskManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taskRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taskRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taskRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\TaskRepositoryInterface $taskRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\TaskRepository $taskRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taskRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taskRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taskFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taskFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taskOrderItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taskOrderItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taskOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taskOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taskOrderItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taskOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taskOrderItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taskOrderItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $protocolManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $protocolRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $protocolRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $protocolRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $protocolRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $protocolRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $protocolFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $protocolFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $notificationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $notificationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $notificationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $notificationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $notificationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $notificationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $notificationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $notificationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $notificationMessageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $notificationMessageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $notificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $notificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $notificationMessageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $notificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $notificationMessageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $notificationMessageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $gpsPositionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $gpsPositionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $gpsPositionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $gpsPositionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $gpsPositionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $gpsPositionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $gpsPositionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $gpsPositionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $workLogManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $workLogRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $workLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $workLogRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\WorkLogRepositoryInterface $workLogRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\WorkLogRepository $workLogRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $workLogRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $workLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $workLogFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $workLogFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $unreadedNotificationMessageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $unreadedNotificationMessageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $unreadedNotificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $unreadedNotificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $unreadedNotificationMessageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $unreadedNotificationMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $unreadedNotificationMessageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $unreadedNotificationMessageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $montageInfromationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $montageInfromationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $montageInfromationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $montageInfromationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $montageInfromationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $montageInfromationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $montageInfromationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $montageInfromationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantOptionValueMontageInformationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\ProductVariantOptionValueMontageInformationRepositoryInterface $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\ProductVariantOptionValueMontageInformationRepository $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantOptionValueMontageInformationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantOptionValueMontageInformationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantOptionValueMontageInformationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taskRealizationDatesManager"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\TaskRealizationDatesRepository $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taskRealizationDatesRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taskRealizationDatesFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taskRealizationDatesFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productComponentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productComponentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productComponentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productComponentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productComponentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productComponentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productComponentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productComponentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taskProductComponentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taskProductComponentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taskProductComponentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taskProductComponentRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\TaskProductComponentRepositoryInterface $taskProductComponentRepository"; reason: private alias.
  • Removed service "DH\SyliusCrewManagerPlugin\Repository\TaskProductComponentRepository $taskProductComponentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taskProductComponentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taskProductComponentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taskProductComponentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taskProductComponentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productBundleManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productBundleRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productBundleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productBundleRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productBundleRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productBundleRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productBundleFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productBundleFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productBundleItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productBundleItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productBundleItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productBundleItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productBundleItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productBundleItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productBundleItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productBundleItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productBundleOrderItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productBundleOrderItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productBundleOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productBundleOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productBundleOrderItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productBundleOrderItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productBundleOrderItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productBundleOrderItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $stockLevelManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $stockLevelRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $stockLevelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $stockLevelRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $stockLevelRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $stockLevelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $stockLevelFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $stockLevelFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $stockLevelTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $stockLevelTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $stockLevelTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $stockLevelTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $stockLevelTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $stockLevelTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $stockLevelTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $stockLevelTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $stockLevelTableManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $stockLevelTableRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $stockLevelTableRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $stockLevelTableRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $stockLevelTableRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $stockLevelTableRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $stockLevelTableFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $stockLevelTableFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productStockLevelRangeManager"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "DH\SyliusStockLevelsPlugin\Repository\ProductStockLevelRangeRepository $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productStockLevelRangeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productStockLevelRangeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productStockLevelRangeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productUnitManager"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productUnitRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productUnitRepository"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productUnitRepository"; reason: private alias.
  • Removed service "DH\ArtisProductUnitsPlugin\Repository\ProductUnitRepository $productUnitRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productUnitRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productUnitRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productUnitFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productUnitFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productUnitTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productUnitTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productUnitTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productUnitTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productUnitTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productUnitTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productUnitTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productUnitTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $permissionManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $permissionRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $permissionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $permissionRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $permissionRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $permissionRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $permissionFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $permissionFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $administrationGroupManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $administrationGroupRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $administrationGroupRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $administrationGroupRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $administrationGroupRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $administrationGroupRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $administrationGroupFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $administrationGroupFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $creditMemoManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $creditMemoRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $creditMemoRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $creditMemoRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $creditMemoRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $creditMemoRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $creditMemoFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $creditMemoFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $lineItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $lineItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $lineItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $lineItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $lineItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $lineItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $lineItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $lineItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $taxItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $taxItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $taxItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $taxItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $taxItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundRepository"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Factory\RefundFactoryInterface $refundFactory"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Factory\RefundFactory $refundFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundPaymentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundPaymentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundPaymentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundPaymentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundPaymentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundPaymentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $refundPaymentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $refundPaymentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $applicationReasonManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $applicationReasonRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $applicationReasonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $applicationReasonRepository"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Repository\ApplicationReasonRepositoryInterface $applicationReasonRepository"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Repository\ApplicationReasonRepository $applicationReasonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $applicationReasonRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $applicationReasonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $applicationReasonFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $applicationReasonFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $applicationReasonTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $applicationReasonTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $applicationReasonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $applicationReasonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $applicationReasonTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $applicationReasonTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $applicationReasonTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $applicationReasonTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundRequestManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundRequestRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundRequestRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundRequestRepository"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Repository\RefundRequestRepositoryInterface $refundRequestRepository"; reason: private alias.
  • Removed service "Sylius\RefundPlugin\Repository\RefundRequestRepository $refundRequestRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundRequestRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundRequestRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $refundRequestFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $refundRequestFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundRequestMessageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundRequestMessageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundRequestMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundRequestMessageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundRequestMessageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundRequestMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $refundRequestMessageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $refundRequestMessageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundRequestMessageFileManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundRequestMessageFileRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundRequestMessageFileRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundRequestMessageFileRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundRequestMessageFileRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundRequestMessageFileRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $refundRequestMessageFileFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $refundRequestMessageFileFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $refundRequestUnreadedMessageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $refundRequestUnreadedMessageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $refundRequestUnreadedMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $refundRequestUnreadedMessageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $refundRequestUnreadedMessageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $refundRequestUnreadedMessageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $refundRequestUnreadedMessageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $refundRequestUnreadedMessageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $favoriteManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $favoriteRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $favoriteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $favoriteRepository"; reason: private alias.
  • Removed service "App\Repository\FavoriteRepositoryInterface $favoriteRepository"; reason: private alias.
  • Removed service "App\Repository\FavoriteRepository $favoriteRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $favoriteRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $favoriteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $favoriteFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $favoriteFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $favoriteItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $favoriteItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $favoriteItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $favoriteItemRepository"; reason: private alias.
  • Removed service "App\Repository\Favorite\FavoriteItemRepositoryInterface $favoriteItemRepository"; reason: private alias.
  • Removed service "App\Repository\Favorite\FavoriteItemRepository $favoriteItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $favoriteItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $favoriteItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $favoriteItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $favoriteItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeRepositoryInterface $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeRepository $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionAttributeValueRepositoryInterface $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionAttributeValueRepository $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeValueTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeValueTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeValueTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeValueRepositoryInterface $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeValueRepository $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeValueTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeValueTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeValueTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeValueTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantImageRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantImageRepositoryInterface $productVariantImageRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantImageRepository $productVariantImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionAttributeValueImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionAttributeValueImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionAttributeValueImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionAttributeValueImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionAttributeValueImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productOptionSubAttributeValueImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productOptionSubAttributeValueImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productOptionSubAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionSubAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionSubAttributeValueImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productOptionSubAttributeValueImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionSubAttributeValueImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productOptionSubAttributeValueImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $dictionaryManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $dictionaryRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $dictionaryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $dictionaryRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $dictionaryRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $dictionaryRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $dictionaryFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $dictionaryFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $dictionaryTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $dictionaryTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $dictionaryTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $dictionaryTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $dictionaryTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $dictionaryTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $dictionaryTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $dictionaryTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $dictionaryItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $dictionaryItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $dictionaryItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $dictionaryItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $dictionaryItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $dictionaryItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $dictionaryItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $dictionaryItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $dictionaryItemTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $dictionaryItemTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $dictionaryItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $dictionaryItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $dictionaryItemTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $dictionaryItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $dictionaryItemTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $dictionaryItemTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $dictionaryItemValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $dictionaryItemValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $dictionaryItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $dictionaryItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $dictionaryItemValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $dictionaryItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $dictionaryItemValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $dictionaryItemValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemTranslationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemTranslationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemTranslationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemTranslationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemTranslationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemValueManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValueRepositoryInterface $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValueRepository $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemValueRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemValueFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemValueFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemValuesManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValuesRepositoryInterface $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValuesRepository $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemValuesRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemValuesFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemValuesFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemValuesImageManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemValuesImageRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemValuesImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemValuesImageRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemValuesImageRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemValuesImageRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemValuesImageFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemValuesImageFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantOptionValuePriceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionValuePriceRepositoryInterface $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionValuePriceRepository $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantOptionValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantOptionValuePriceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantOptionValuePriceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantOptionAttributeValuePriceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionAttributeValuePriceRepositoryInterface $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionAttributeValuePriceRepository $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantOptionAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantOptionAttributeValuePriceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantOptionAttributeValuePriceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantOptionSubAttributeValuePriceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionSubAttributeValuePriceRepositoryInterface $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionSubAttributeValuePriceRepository $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantOptionSubAttributeValuePriceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantOptionSubAttributeValuePriceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantOptionSubAttributeValuePriceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantSpecificationItemConfigurationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemConfigurationRepositoryInterface $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemConfigurationRepository $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantSpecificationItemConfigurationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantSpecificationItemConfigurationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantSpecificationItemConfigurationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantArMarkerManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantArMarkerRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantArMarkerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantArMarkerRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantArMarkerRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantArMarkerRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantArMarkerFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantArMarkerFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderLogManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderLogRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderLogRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderLogRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderLogFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderLogFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderNoteManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderNoteRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderNoteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderNoteRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderNoteRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderNoteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderNoteFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderNoteFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $orderInvoiceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $orderInvoiceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $orderInvoiceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderInvoiceRepository"; reason: private alias.
  • Removed service "App\Repository\Order\OrderInvoiceRepositoryInterface $orderInvoiceRepository"; reason: private alias.
  • Removed service "App\Repository\Order\OrderInvoiceRepository $orderInvoiceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderInvoiceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $orderInvoiceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderInvoiceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $orderInvoiceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $customerNoteManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $customerNoteRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $customerNoteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerNoteRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerNoteRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $customerNoteRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerNoteFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $customerNoteFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $variantTaxonManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $variantTaxonRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $variantTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $variantTaxonRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Taxon\ProductVariantTaxonRepositoryInterface $variantTaxonRepository"; reason: private alias.
  • Removed service "App\Repository\Product\Taxon\ProductVariantTaxonRepository $variantTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $variantTaxonRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $variantTaxonRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $variantTaxonFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $variantTaxonFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantAssociationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantAssociationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantAssociationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantAssociationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantAssociationFactory"; reason: private alias.
  • Removed service "App\Factory\Product\ProductVariantAssociationFactory $productVariantAssociationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantTagManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantTagRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantTagRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantTagRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantTagRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantTagRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantTagFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantTagFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantComparisonEngineManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantComparisonEngineRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantComparisonEngineRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantComparisonEngineRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantComparisonEngineRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantComparisonEngineRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantComparisonEngineFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantComparisonEngineFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariantAttachmentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariantAttachmentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariantAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantAttachmentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariantAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantAttachmentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariantAttachmentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productVariant3dModelManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productVariant3dModelRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productVariant3dModelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariant3dModelRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariant3dModelRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productVariant3dModelRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariant3dModelFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productVariant3dModelFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productReviewAttachmentManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productReviewAttachmentRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productReviewAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productReviewAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productReviewAttachmentRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productReviewAttachmentRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productReviewAttachmentFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productReviewAttachmentFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $customerLogManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $customerLogRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $customerLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerLogRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerLogRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $customerLogRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerLogFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $customerLogFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingTableProvinceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingTableProvinceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingTableProvinceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingTableProvinceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingTableProvinceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingTableProvinceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingTableProvinceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingTableProvinceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingTableDistrictManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableDistrictRepositoryInterface $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableDistrictRepository $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingTableDistrictRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingTableDistrictFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingTableDistrictFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingTableDistrictInformationManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingTableDistrictInformationRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingTableDistrictInformationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingTableDistrictInformationRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingTableDistrictInformationRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingTableDistrictInformationRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingTableDistrictInformationFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingTableDistrictInformationFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $shippingTableRateManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $shippingTableRateRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $shippingTableRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingTableRateRepository"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableRateRepositoryInterface $shippingTableRateRepository"; reason: private alias.
  • Removed service "App\Repository\ShippingTable\ShippingTableRateRepository $shippingTableRateRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingTableRateRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $shippingTableRateRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingTableRateFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $shippingTableRateFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $projectManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $projectRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $projectRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $projectRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $projectRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $projectRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $projectFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $projectFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $projectSequenceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $projectSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $projectSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $projectSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $projectSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $projectSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $projectSequenceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $projectSequenceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $productConfiguratorParameterManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $productConfiguratorParameterRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $productConfiguratorParameterRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productConfiguratorParameterRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productConfiguratorParameterRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $productConfiguratorParameterRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productConfiguratorParameterFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $productConfiguratorParameterFactory"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Repository\HasAnyBeenUpdatedSinceRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "Setono\SyliusCatalogPromotionPlugin\Doctrine\ORM\PromotionRepository $promotionRepository"; reason: private alias.
  • Removed service "sylius.grid.renderer"; reason: private alias.
  • Removed service "sylius.grid.bulk_action_renderer"; reason: private alias.
  • Removed service "sylius.grid.data_extractor"; 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 "hateoas.configuration.provider.resolver"; reason: private alias.
  • Removed service "hateoas.configuration.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "Knp\Bundle\GaufretteBundle\FilesystemMap"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
  • Removed service "payum.entity_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $paymentSecurityTokenManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $paymentSecurityTokenRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $paymentSecurityTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentSecurityTokenRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentSecurityTokenRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $paymentSecurityTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentSecurityTokenFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $paymentSecurityTokenFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $gatewayConfigManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $gatewayConfigRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $gatewayConfigRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $gatewayConfigRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $gatewayConfigRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $gatewayConfigRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $gatewayConfigFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $gatewayConfigFactory"; reason: private alias.
  • Removed service "sylius.context.theme"; reason: private alias.
  • Removed service "Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface"; reason: private alias.
  • Removed service "Sylius\Bundle\ShopBundle\Locale\LocaleSwitcherInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\ClientManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AccessTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
  • Removed service "FOS\OAuthServerBundle\Model\AuthCodeManagerInterface"; reason: private alias.
  • Removed service "fos_oauth_server.storage"; reason: private alias.
  • Removed service "fos_oauth_server.client_manager"; reason: private alias.
  • Removed service "fos_oauth_server.access_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.refresh_token_manager"; reason: private alias.
  • Removed service "fos_oauth_server.auth_code_manager"; reason: private alias.
  • Removed service "fos_oauth_server.user_provider"; reason: private alias.
  • Removed service "fos_oauth_server.authorize.form.handler"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $apiUserManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $apiUserRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $apiUserRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $apiUserRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $apiUserRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $apiUserRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $apiClientManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $apiClientRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $apiClientRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $apiClientRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $apiClientRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $apiClientRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $apiClientFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $apiClientFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $apiAccessTokenManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $apiAccessTokenRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $apiAccessTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $apiAccessTokenRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $apiAccessTokenRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $apiAccessTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $apiAccessTokenFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $apiAccessTokenFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $apiRefreshTokenManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $apiRefreshTokenRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $apiRefreshTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $apiRefreshTokenRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $apiRefreshTokenRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $apiRefreshTokenRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $apiRefreshTokenFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $apiRefreshTokenFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $apiAuthCodeManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $apiAuthCodeRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $apiAuthCodeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $apiAuthCodeRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $apiAuthCodeRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $apiAuthCodeRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $apiAuthCodeFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $apiAuthCodeFactory"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
  • Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
  • Removed service "nelmio_alice.generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
  • Removed service "nelmio_alice.generator.caller"; reason: private alias.
  • Removed service "nelmio_alice.file_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
  • Removed service "nelmio_alice.file_locator"; reason: private alias.
  • Removed service "nelmio_alice.property_accessor"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $invoiceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $invoiceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $invoiceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $invoiceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $invoiceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $invoiceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $invoiceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $invoiceFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $billingDataManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $billingDataRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $billingDataRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $billingDataRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $billingDataRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $billingDataRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $billingDataFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $billingDataFactory"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $invoiceSequenceManager"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectRepository $invoiceSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\Common\Collections\Selectable $invoiceSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $invoiceSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $invoiceSequenceRepository"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityRepository $invoiceSequenceRepository"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\FactoryInterface $invoiceSequenceFactory"; reason: private alias.
  • Removed service "Sylius\Component\Resource\Factory\Factory $invoiceSequenceFactory"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\GaufretteStorage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "Setono\DoctrineORMBatcher\Factory\BatcherFactoryInterface"; reason: private alias.
  • Removed service "Setono\DoctrineORMBatcher\Query\QueryRebuilderInterface"; reason: private alias.
  • Removed service "Loevgaard\SyliusBarcodePlugin\BarcodeChecker\BarcodeCheckerInterface"; reason: private alias.
  • Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; 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 "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Sylius\Component\Order\Processor\OrderProcessorInterface"; reason: private alias.
  • Removed service "Sylius\Component\Order\Context\CartContextInterface"; reason: private alias.
  • Removed service "Sylius\Component\Currency\Context\CurrencyContextInterface"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
  • Removed service "liip_imagine.extension_guesser"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
  • Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
  • Removed service ".service_locator.BgI5J6G"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.lCn1Mwt"; reason: private alias.
  • Removed service ".service_locator.PY_ND8E"; reason: private alias.
  • Removed service "sylius.theme.twig.loader.inner"; reason: private alias.
  • Removed service "sylius.context.currency.composite.inner"; reason: private alias.
  • Removed service "sylius.context.channel.cached.inner"; reason: private alias.
  • Removed service "sylius.context.currency.channel_aware.inner"; reason: private alias.
  • Removed service "form.type_extension.form.request_handler"; reason: private alias.
  • Removed service "sylius.resource_controller.resources_resolver"; reason: private alias.
  • Removed service "sylius.theme.templating.locator"; reason: private alias.
  • Removed service "templating.locator"; reason: private alias.
  • Removed service "translator.default"; reason: private alias.
  • Removed service "sylius.theme.translation.translator"; reason: private alias.
  • Removed service "sylius.theme.translation.files_finder"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "bitbag_sylius_product_bundle.custom_factory.product.inner"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "Sylius\Bundle\UiBundle\Renderer\TemplateBlockRendererInterface"; reason: private alias.
  • Removed service "Sylius\Bundle\UiBundle\Renderer\TemplateEventRendererInterface"; reason: private alias.
  • Removed service "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer.inner"; reason: private alias.
  • Removed service "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer.inner"; reason: private alias.
  • Removed service "sylius.resource_controller.resource_update_handler"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "nelmio_api_doc.model_describers.jms"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "sylius_shop_api_plugin.command_bus"; reason: private alias.
  • Removed service "sylius_shop_api_plugin.event_bus"; reason: private alias.
  • Removed service "bitbag_sylius_product_bundle.command_bus"; reason: private alias.
  • Removed service "sylius_google_calendar_plugin.command_bus"; reason: private alias.
  • Removed service "sylius_google_calendar_plugin.event_bus"; reason: private alias.
  • Removed service "sylius_notification_plugin.command_bus"; reason: private alias.
  • Removed service "sylius_notification_plugin.event_bus"; reason: private alias.
  • Removed service "loevgaard_sylius_barcode.command_bus"; reason: private alias.
  • Removed service "sylius_invoicing_plugin.command_bus"; reason: private alias.
  • Removed service "sylius_invoicing_plugin.event_bus"; reason: private alias.
  • Removed service "sylius_refund_plugin.command_bus"; reason: private alias.
  • Removed service "sylius_refund_plugin.event_bus"; reason: private alias.
2129
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "bitbag_sylius_cms_plugin.twig.extension.block" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "bitbag_sylius_cms_plugin.twig.extension.product_pages" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.twig.extension.product_pages" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "bitbag_sylius_cms_plugin.form.type.wysiwyg" previously pointing to "router.default" to "router".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.product_search" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.product_search" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.taxon_search" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.taxon_search" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.import_data" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.action.admin.import_data" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "bitbag_sylius_cms_plugin.controller.helper.form_errors_flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "bitbag_sylius_cms_plugin.fixture.factory.block" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.fixture.factory.block" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.fixture.factory.page" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.fixture.factory.page" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.page" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.page" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.block" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.block" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.media" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.importer.media" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "bitbag_sylius_cms_plugin.resolver.block_resource" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.resolver.page_resource" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.resolver.media_resource" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.media_provider.image" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "bitbag_sylius_cms_plugin.media_provider.video" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "bitbag_sylius_cms_plugin.media_provider.file" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.page" previously pointing to "router.default" to "router".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.page" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.page" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.section" previously pointing to "router.default" to "router".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.section" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "bitbag_sylius_cms_plugin.sitemap_provider.section" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "bitbag_sylius_product_bundle.controller.order_item" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\ReorderProcessing\ReorderPaymentProcessor" previously pointing to "sylius.custom_factory.payment" to "Sylius\Component\Payment\Factory\PaymentFactoryInterface".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\ReorderProcessing\ReorderItemsProcessor" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\Controller\OrderPreviewAction" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\Controller\CustomerCreationAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\EventListener\PaymentLinkCreationListener" previously pointing to "dh.utils.sender.order_payment_link" to "Sylius\AdminOrderCreationPlugin\Sender\OrderPaymentLinkSender".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\Preparator\NewOrderPreparator" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "dh.sylius_access_control_plugin.creator.permissions_creator" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.sylius_access_control_plugin.checker.permissions_checker" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.sylius_access_control_plugin.event_listener.request" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.sylius_access_control_plugin.event_listener.request" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.register_customer_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.register_customer_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.register_customer_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.reset_password" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.reset_password" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.customer.reset_password" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.favorite.add_product_to_favorite_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.favorite.add_product_to_favorite_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.favorite.add_product_to_favorite_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.favorite.show_favorite" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.favorite.show_favorite" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.favorite.show_favorite" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.favorite.delete_favorite" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.favorite.delete_favorite" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.favorite.delete_favorite" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.product.show_by_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product.show_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product.show_list" previously pointing to "dh.factory.product_view_factory" to "sylius.shop_api_plugin.factory.product_view_factory".
  • Changed reference of service "dh.controller.product_variant.show_by_taxon_code" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_by_taxon_code" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_list" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_autocomplete_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_autocomplete_list" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_by_code" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_by_code" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.page.show_all" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.page.show_by_id" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.page.show_by_code" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.create_product_variant" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.create_product_variant" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.product_variant.create_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.product_variant.create_product_variant" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.invoice.show_all" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.montage.show_availability_calendar" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.country.show_shipping_country" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.country.show_shipping_country" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.update_customer" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.update_customer" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.customer.update_customer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.update_customer" previously pointing to "dh.factory.customer_view_factory" to "sylius.shop_api_plugin.factory.customer_view_factory".
  • Changed reference of service "dh.controller.customer.accept_order_offer" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.accept_order_offer" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.customer.accept_order_offer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.edit_offer_address_data" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.edit_offer_address_data" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.customer.edit_offer_address_data" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.delete_customer" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.delete_customer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.get_customer_order_history" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.show_customer_offers" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.cart.get_customer_cart" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.cart.get_customer_cart" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.cart.get_customer_cart" previously pointing to "dh.factory.cart_factory" to "sylius.shop_api_plugin.factory.cart_view_factory".
  • Changed reference of service "dh.controller.cart.get_customer_cart" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.cart.get_customer_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.order.accept_order" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.order.accept_order" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.order.accept_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.order.cancel_order" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.order.cancel_order" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.order.cancel_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.order.get_order_payment_method" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.order.get_order_payment_method" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.order.get_order_shipping_method" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.order.get_order_shipping_method" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.checkout.instant_order_complete" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.checkout.instant_order_complete" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.checkout.instant_order_complete" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.product_variant.recommended" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.recommended" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.page.show_by_section_code" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.section.show_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.map_point.show_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.map_point.show_list" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.taxonomy.show_taxon_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.taxonomy.show_taxon_list" previously pointing to "dh.factory.taxon_view_factory" to "sylius.shop_api_plugin.factory.taxon_view_factory".
  • Changed reference of service "dh.controller.shop.show_shop_info" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.shop.show_shop_info" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.banner.show_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.add_review_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.add_review_by_code_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.product_variant.add_review_by_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_review_by_code" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_review_by_code" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_review_by_code" previously pointing to "dh.factory.product_review_view_factory" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Changed reference of service "dh.controller.order.synchronize_with_customer_cart" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.order.synchronize_with_customer_cart" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.order.synchronize_with_customer_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.promotion.show_special_offers_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.promotion.show_special_offers_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.customer.show_customer_order_invoice" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_variant_gmc_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_variant_gmc_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.show_variant_ceneo_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.show_variant_ceneo_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.faq_section.show_faq_section_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.faq.show_faq_by_section_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.faq.show_faq_list_by_question_part_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.show_payment_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.address.show_gus_address_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.address.show_gus_address_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.product_variant.download_model_3d_by_variant_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.download_model_3d_by_variant_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.info_article.show_all" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.newsletter.subscribe_to_newsletter_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.newsletter.subscribe_to_newsletter_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.newsletter.subscribe_to_newsletter_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.newsletter.unsubscribe_from_newsletter_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.newsletter.unsubscribe_from_newsletter_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.newsletter.unsubscribe_from_newsletter_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.calculate_shipping_price_by_postcode" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product_variant.calculate_shipping_price_by_postcode" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.product_variant.calculate_shipping_price_by_postcode" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.controller.customer.address_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.address_list_action" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.controller.product.project_review" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product.project_review" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.product.project_review" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.product.project_options" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product.project.show_by_id" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.product.project.update_configurator_parameter_action" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.controller.product.project.show_configurator_parameter_by_name" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_product_variant_code_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_page_code_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_info_article_code_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_product_taxon_code_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_product_variant_shop_slug_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_page_slug_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_page_slug_list_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.sitemap.show_section_code_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_taxon_link_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.sitemap.show_taxon_link_list_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.address_book.create_address_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.address_book.create_address_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.address_book.create_address_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.address_book.create_address_action" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.controller.address_book.update_address_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.address_book.update_address_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.address_book.update_address_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.address_book.update_address_action" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.controller.catalog.send_catalog_order_email" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.catalog.send_catalog_order_email" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.catalog.send_catalog_order_email" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.checkout.totals_for_shipping_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.checkout.totals_for_shipping_by_code_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.checkout.check_post_code_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.checkout.check_post_code_by_code_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.customer.update_newsletter_status" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.customer.update_newsletter_status" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.factory.page.page_image_view_factory" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.factory.page.page_view_factory" previously pointing to "dh.factory.product_variant_view_factory" to "sylius.shop_api_plugin.factory.product_variant_view_factory".
  • Changed reference of service "dh.factory.page.page_view_factory" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.factory.product.create_product_variant_factory" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "dh.factory.product.create_product_variant_factory" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.factory.product.create_product_variant_factory" previously pointing to "dh.factory.product_variant_option_value_price_factory" to "dh.factory.product_variant_option_value_price".
  • Changed reference of service "dh.factory.product.create_product_variant_factory" previously pointing to "dh.factory.product_variant_option_attribute_value_price_factory" to "dh.factory.product_variant_option_attribute_value_price".
  • Changed reference of service "dh.factory.product.create_product_variant_factory" previously pointing to "dh.factory.product_variant_option_sub_attribute_value_price_factory" to "dh.factory.product_variant_option_sub_attribute_value_price".
  • Changed reference of service "dh.factory.product.product_variant_option_atributes_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.factory.product.product_variant_option_atributes_view_factory" previously pointing to "dh.factory.product_review_view_factory" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Changed reference of service "dh.factory.product.base_product_variant_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.factory.product.base_product_variant_view_factory" previously pointing to "dh.factory.product_review_view_factory" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Changed reference of service "dh.factory.product.product_image_view_factory" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.factory.product.variant_option_attribute_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_option_attribute_value_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_option_sub_attribute_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_specification_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_option_sub_attribute_value_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_specification_item_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_specification_item_value_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product.variant_recommendations" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.factory.product.variant_recommendations" previously pointing to "dh.factory.product_review_view_factory" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Changed reference of service "dh.factory.customer.customer_order_history_factory" previously pointing to "dh.factory.placed_order_factory" to "sylius.shop_api_plugin.factory.placed_order_view_factory".
  • Changed reference of service "dh.factory.taxon_image_view_factory" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.shop_api_plugin.factory.list_product_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.list_product_view_factory" previously pointing to "dh.factory.product_view_factory" to "sylius.shop_api_plugin.factory.product_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.list_product_view_factory" previously pointing to "dh.factory.product_variant_view_factory" to "sylius.shop_api_plugin.factory.product_variant_view_factory".
  • Changed reference of service "dh.factory.product_variant_filter_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product_variant_filter_value_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.order" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "dh.factory.customer.customer_order_invoice_factory" previously pointing to "dh.factory.cart_item_view_factory" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Changed reference of service "dh.factory.customer.offer_list_view_factory" previously pointing to "dh.factory.cart_item_view_factory" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Changed reference of service "dh.factory.customer.offer_list_view_factory" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.factory.customer.offer_list_view_factory" previously pointing to "dh.factory.total_view_factory" to "sylius.shop_api_plugin.factory.total_view_factory".
  • Changed reference of service "dh.factory.faq_section.faq_section_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.customer.payment_view_factory" previously pointing to "dh.factory.cart_item_view_factory" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Changed reference of service "dh.factory.product.product_bundle_item" previously pointing to "dh.factory.product_variant_view_factory" to "sylius.shop_api_plugin.factory.product_variant_view_factory".
  • Changed reference of service "dh.form.extension.type.product_option_value" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.form.type.shipping_table_rate" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.event_listener.user_registration_listener" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.listener.update_data_on_pickup_cart" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "dh.listener.update_data_on_pickup_cart" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.listener.update_data_on_order" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.event_subscriber.dh_resource_delete" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.shop_api_plugin.handler.register_customer" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.shop_api_plugin.handler.register_customer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.handler.add_product_to_favorite" previously pointing to "dh.custom_factory.favorite" to "dh.factory.favorite".
  • Changed reference of service "dh.handler.add_product_to_favorite" previously pointing to "dh.custom_factory.favorite_item" to "dh.factory.favorite_item".
  • Changed reference of service "dh.handler.create_product_variant" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.handler.create_product_variant" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "dh.handler.accept_customer_order_offer_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.handler.accept_order_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.handler.cancel_order_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.handler.instant_order_complete_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.handler.instant_order_complete_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "dh.handler.add_product_variant_review_by_code_handler" previously pointing to "dh.factory.product_review" to "sylius.factory.product_review".
  • Changed reference of service "dh.handler.synchronize_with_customer_cart_handler" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.admin.menu_builder.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.admin.menu_builder.product_variant_specification_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.order_processing.order_option_attributes_processor" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.order_processing.order_option_sub_attributes_processor" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.order_processing.order_option_processor" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "dh.utils.order_email_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.utils.shipment_email_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.utils.project_email_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.utils.order_taxes_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "dh.utils.order_promotion_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "dh.utils.order_pdf_file_generator" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "dh.utils.address.address_mapper" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "dh.utils.promotion_action_unit_percentage_discount_excluding_service" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "dh.importer.shipping_table_province" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.importer.shipping_table_province" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.importer.shipping_table_district" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.importer.shipping_table_district" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.importer.shipping_table_district_information" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.importer.shipping_table_district_information" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.shop_api_plugin.handler.totals_for_shipping_by_code_resolver" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "dh.shop_api_plugin.handler.totals_for_shipping_by_code_resolver" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "dh.shop_api_plugin.handler.totals_for_shipping_by_code_resolver" previously pointing to "dh.factory.total_view_factory" to "sylius.shop_api_plugin.factory.total_view_factory".
  • Changed reference of service "dh.command_provider.create_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.add_product_variant_review_by_code" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.synchronize_with_customer_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.subscribe_to_newsletter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.unsubscribe_from_newsletter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.send_catalog_order_email" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.update_newsletter_status" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.admin_api.order.add_product_variant" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.admin_api.order.add_product_variant" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.admin_api.order.add_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.admin_api.order.add_product_variant" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.admin_api.order.edit_product_variant" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.admin_api.order.edit_product_variant" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.controller.admin_api.order.edit_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.controller.admin_api.order.edit_product_variant" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.admin_api.product_variant.show_by_order_item" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.admin_api.product_variant.show_by_order_item" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.controller.admin_api.order.change_item_quantity_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.controller.admin_api.order.change_item_quantity_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "dh.command_provider.admin_api.create_order_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.admin_api.edit_order_product_variant" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.command_provider.admin_api.order_change_item_quantity" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.handler.admin_api.create_order_product_variant" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.handler.admin_api.create_order_product_variant" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "dh.handler.admin_api.edit_order_product_variant" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "dh.handler.admin_api.edit_order_product_variant" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.register_customer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh.form.type.product_option_attribute_value" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.form.type.product_option_sub_attribute_value" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.admin.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "sylius.context.cart.new_shop_based" to "sylius.context.cart.new".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "assets.path_package" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "assets.url_package" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "assets._default_package" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "assets._package_custom" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "assets._package_shop" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "assets._package_admin" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine.setono_job_status__job" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.sylius_shop_api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.json.sylius_shop_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.json_special_user" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.json.json_special_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.new_api_admin_user" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.json.new_api_admin_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.shop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.shop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.shop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.controller.order_item" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.controller.adjustment" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.order_modifier" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.expired_carts_remover" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.listener.request_locale_setter" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.templating.helper.locale" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.controller.product" previously pointing to "bitbag_sylius_product_bundle.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
  • Changed reference of service "sylius.controller.product_variant" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "sylius.custom_factory.product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "sylius.generator.product_variant" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "sylius.controller.channel" previously pointing to "sylius.custom_factory.channel" to "Sylius\Component\Channel\Factory\ChannelFactoryInterface".
  • Changed reference of service "sylius.context.channel.request_based" previously pointing to "sylius.context.channel.request_based.resolver.composite" to "Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface".
  • Changed reference of service "sylius.channel_collector" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.context.channel.fake_channel.persister" previously pointing to "sylius.context.channel.fake_channel.code_provider" to "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface".
  • Changed reference of service "sylius.context.channel.fake_channel.context" previously pointing to "sylius.context.channel.fake_channel.code_provider" to "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface".
  • Changed reference of service "sylius.controller.payment" previously pointing to "sylius.custom_factory.payment" to "Sylius\Component\Payment\Factory\PaymentFactoryInterface".
  • Changed reference of service "sylius.controller.payment_method" previously pointing to "sylius.custom_factory.payment_method" to "Sylius\Component\Core\Factory\PaymentMethodFactoryInterface".
  • Changed reference of service "sylius.email_renderer.adapter.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.email_renderer.adapter.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.email_sender.adapter.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.email_sender.adapter.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.email_renderer.adapter.twig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.email_renderer.adapter.twig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.registry_promotion_rule_checker" previously pointing to "sylius.channel_aware_promotion_rule_checker.item_total" to "sylius.promotion_rule_checker.item_total".
  • Changed reference of service "sylius.registry_promotion_action" previously pointing to "dh.promotion_action.unit_fixed_discount" to "sylius.promotion_action.unit_fixed_discount".
  • Changed reference of service "sylius.registry_promotion_action" previously pointing to "dh.promotion_action.unit_percentage_discount" to "sylius.promotion_action.unit_percentage_discount".
  • Changed reference of service "sylius.promotion_coupon_generator" previously pointing to "sylius.custom_factory.promotion_coupon" to "Sylius\Component\Promotion\Factory\PromotionCouponFactoryInterface".
  • Changed reference of service "sylius.controller.promotion_coupon" previously pointing to "sylius.custom_factory.promotion_coupon" to "Sylius\Component\Promotion\Factory\PromotionCouponFactoryInterface".
  • Changed reference of service "sylius.controller.promotion_rule" previously pointing to "sylius.custom_factory.promotion_rule" to "Sylius\Component\Core\Factory\PromotionRuleFactoryInterface".
  • Changed reference of service "sylius.controller.promotion_action" previously pointing to "sylius.custom_factory.promotion_action" to "Sylius\Component\Core\Factory\PromotionActionFactoryInterface".
  • Changed reference of service "sylius.controller.address" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.controller.zone" previously pointing to "sylius.custom_factory.zone" to "Sylius\Component\Addressing\Factory\ZoneFactoryInterface".
  • Changed reference of service "sylius.controller.taxon" previously pointing to "sylius.custom_factory.taxon" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Changed reference of service "sylius.controller.taxon_slug" previously pointing to "sylius.custom_factory.taxon" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Changed reference of service "sylius.security.user_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.listener.user_mailer_listener" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.listener.user_mailer_listener" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.controller.security" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.security" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.controller.product_review" previously pointing to "dh.factory.product_review" to "sylius.factory.product_review".
  • Changed reference of service "sylius.theme.context.channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.context.shopper" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.context.shopper" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.context.cart.customer_and_channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.context.currency.storage_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.context.currency.channel_aware" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.locale_provider.channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.fixture.geographical" previously pointing to "sylius.custom_factory.zone" to "Sylius\Component\Addressing\Factory\ZoneFactoryInterface".
  • Changed reference of service "sylius.fixture.order" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.fixture.order" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.fixture.example_factory.payment_method" previously pointing to "sylius.custom_factory.payment_method" to "Sylius\Component\Core\Factory\PaymentMethodFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.channel" previously pointing to "sylius.custom_factory.channel" to "Sylius\Component\Channel\Factory\ChannelFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.promotion_action" previously pointing to "sylius.custom_factory.promotion_action" to "Sylius\Component\Core\Factory\PromotionActionFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.promotion_rule" previously pointing to "sylius.custom_factory.promotion_rule" to "Sylius\Component\Core\Factory\PromotionRuleFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.product_review" previously pointing to "dh.factory.product_review" to "sylius.factory.product_review".
  • Changed reference of service "sylius.fixture.example_factory.taxon" previously pointing to "sylius.custom_factory.taxon" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.product" previously pointing to "bitbag_sylius_product_bundle.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "sylius.fixture.example_factory.address" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.fixture.example_factory.order" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.fixture.example_factory.order" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.setup.channel" previously pointing to "sylius.custom_factory.channel" to "Sylius\Component\Channel\Factory\ChannelFactoryInterface".
  • Changed reference of service ".3_FilesystemRequirements~Q0ZT3Wj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".2_ExtensionsRequirements~Q0ZT3Wj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".1_SettingsRequirements~Q0ZT3Wj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sylius.listener.cart_blamer" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.listener.order_recalculation" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.listener.user_cart_recalculation" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
  • Changed reference of service "sylius.listener.user_cart_recalculation" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.translator.listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sylius.order_processing.shipping_charges_processor" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.promotion_action.shipping_percentage_discount" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.promotion.units_promotion_adjustments_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.taxation.order_shipment_taxes_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.taxation.order_items_taxes_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.taxation.order_item_units_taxes_applicator" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.order_payment_provider" previously pointing to "sylius.custom_factory.payment" to "Sylius\Component\Payment\Factory\PaymentFactoryInterface".
  • Changed reference of service "sylius.resource_controller.redirect_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.resource_controller.flash_helper" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sylius.resource_controller.event_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.resource_controller.view_handler" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.translatable_entity_locale_assigner" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius_refund.controller.refund_request_message_file" previously pointing to "sylius_refund.custom_factory.refund_request_message_file" to "sylius_refund.factory.refund_request_message_file".
  • Changed reference of service "dh.controller.favorite" previously pointing to "dh.custom_factory.favorite" to "dh.factory.favorite".
  • Changed reference of service "dh.controller.favorite_item" previously pointing to "dh.custom_factory.favorite_item" to "dh.factory.favorite_item".
  • Changed reference of service "dh.controller.product_variant_option_value_price" previously pointing to "dh.factory.product_variant_option_value_price_factory" to "dh.factory.product_variant_option_value_price".
  • Changed reference of service "dh.controller.product_variant_option_attribute_value_price" previously pointing to "dh.factory.product_variant_option_attribute_value_price_factory" to "dh.factory.product_variant_option_attribute_value_price".
  • Changed reference of service "dh.controller.product_variant_option_sub_attribute_value_price" previously pointing to "dh.factory.product_variant_option_sub_attribute_value_price_factory" to "dh.factory.product_variant_option_sub_attribute_value_price".
  • Changed reference of service "setono_job_status.event_listener.doctrine.validate_job" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "setono_job_status.event_listener.doctrine.convert_mapped_superclass" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "setono_sylius_catalog_promotion.fixture.example_factory.promotion_rule" previously pointing to "setono_sylius_catalog_promotion.custom_factory.promotion_rule" to "setono_sylius_catalog_promotion.factory.promotion_rule".
  • Changed reference of service "setono_sylius_catalog_promotion.controller.promotion_rule" previously pointing to "setono_sylius_catalog_promotion.custom_factory.promotion_rule" to "setono_sylius_catalog_promotion.factory.promotion_rule".
  • Changed reference of service "sylius.grid.array_to_definition_converter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sm.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hateoas.generator.symfony" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_rest.exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_rest.exception.controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "payum.token_factory_builder" previously pointing to "router.default" to "router".
  • Changed reference of service "pagerfanta.view.default_translated" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "pagerfanta.view.twitter_bootstrap4_translated" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "pagerfanta.view.twitter_bootstrap3_translated" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "pagerfanta.view.twitter_bootstrap_translated" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "pagerfanta.view.semantic_ui_translated" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.pagerfanta" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius_fixtures.suite_registry" previously pointing to "sylius_fixtures.suite_factory" to "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface".
  • Changed reference of service "sylius.controller.payum" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.payment_description_provider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sylius.theme.context.settable" previously pointing to "sylius.theme.hierarchy_provider" to "Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface".
  • Changed reference of service "sylius.repository.theme" previously pointing to "sylius.theme.loader" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
  • Changed reference of service "sylius.collector.theme" previously pointing to "sylius.theme.hierarchy_provider" to "Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface".
  • Changed reference of service "sylius.theme.configuration.provider" previously pointing to "sylius.theme.finder_factory" to "Sylius\Bundle\ThemeBundle\Factory\FinderFactoryInterface".
  • Changed reference of service "sylius.theme.configuration.provider" previously pointing to "sylius.theme.filesystem" to "Sylius\Bundle\ThemeBundle\Filesystem\FilesystemInterface".
  • Changed reference of service "sylius.theme.configuration.provider" previously pointing to "sylius.theme.configuration.processor" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface".
  • Changed reference of service "sylius.theme.templating.file_locator" previously pointing to "sylius.theme.hierarchy_provider" to "Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface".
  • Changed reference of service "sylius.theme.templating.file_locator" previously pointing to "sylius.theme.templating.locator.cached" to "Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateLocatorInterface".
  • Changed reference of service "sylius.theme.templating.cache.warmer" previously pointing to "sylius.theme.templating.locator.cached" to "Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateLocatorInterface".
  • Changed reference of service "sylius.theme.translation.resource_provider.theme_aware" previously pointing to "sylius.theme.translation.ordering_files_finder" to "Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface".
  • Changed reference of service "sylius.theme.translation.resource_provider.theme_aware" previously pointing to "sylius.theme.hierarchy_provider" to "Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface".
  • Changed reference of service "sylius.controller.impersonate_user" previously pointing to "sylius.security.shop_user_impersonator" to "Sylius\Bundle\CoreBundle\Security\UserImpersonatorInterface".
  • Changed reference of service "sylius.controller.impersonate_user" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\Bundle\AdminBundle\Action\RemoveAvatarAction" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.controller.admin.dashboard" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.admin.dashboard" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.controller.customer_statistics" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.event_subscriber.resource_delete" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.admin.menu_builder.customer.show" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.admin.menu_builder.promotion.update" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.admin.menu_builder.order.show" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.admin.menu_builder.product_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.admin.menu_builder.product.update" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.admin.menu_builder.product_variant_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.controller.shop.contact" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.controller.shop.contact" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.shop.contact" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.controller.shop.contact" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.controller.shop.homepage" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.shop.currency_switch" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.shop.currency_switch" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.controller.shop.locale_switch" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.controller.shop.locale_switch" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.controller.shop.security_widget" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.listener.email_updater" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.listener.email_updater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.listener.user_registration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.listener.user_registration" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.listener.order_integrity_checker" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.listener.order_integrity_checker" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.order_locale_assigner" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.listener.session_cart" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
  • Changed reference of service "sylius.listener.user_impersonated" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop.menu_builder.account" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.handler.shop_user_logout" previously pointing to "sylius.context.channel.composite" to "Sylius\Component\Channel\Context\ChannelContextInterface".
  • Changed reference of service "sylius.context.cart.session_and_channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop.locale_switcher" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.listener.non_channel_request_locale" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.resolver.checkout" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
  • Changed reference of service "sylius.router.checkout_state" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.set_default_address" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.add_coupon" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.assign_customer_to_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.change_item_quantity" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.drop_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.pickup_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.pickup_cart" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.put_item_to_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.remove_coupon" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.remove_item_from_cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.address_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.choose_payment_method" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.choose_shipping_method" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.complete_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.generate_reset_password_token" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.resend_verification_token" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.send_reset_password_token" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.update_customer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.verify_account" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.add_product_review_by_code" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.command_provider.add_product_review_by_slug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.controller.address_book.set_default_address_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.address_book.set_default_address_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.summarize_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.drop_cart_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.drop_cart_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.estimate_shipping_cost_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.estimate_shipping_cost_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.pickup_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.pickup_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.pickup_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.change_item_quantity_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.change_item_quantity_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.remove_item_from_cart_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.remove_item_from_cart_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.add_coupon_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.add_coupon_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.remove_coupon_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.remove_coupon_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.put_item_to_cart_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.put_item_to_cart_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.put_items_to_cart_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.put_items_to_cart_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.cart.put_items_to_cart_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.address_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.address_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.show_available_shipping_methods_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.choose_shipping_method_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.choose_shipping_method_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.show_available_payment_methods_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.choose_payment_method_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.choose_payment_method_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.complete_order_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.checkout.complete_order_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.resend_verification_token_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.resend_verification_token_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.resend_verification_token_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.verify_account_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.verify_account_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.request_password_resetting_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.request_password_resetting_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.request_password_resetting_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.logged_in_customer_details_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.logged_in_customer_details_action" previously pointing to "dh.factory.customer_view_factory" to "sylius.shop_api_plugin.factory.customer_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.update_customer_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.update_customer_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.customer.update_customer_action" previously pointing to "dh.factory.customer_view_factory" to "sylius.shop_api_plugin.factory.customer_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.controller.order.show_orders_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.order.show_order_details_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.order.update_payment_method_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.order.update_payment_method_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.order.update_payment_method_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_details_by_slug_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_details_by_slug_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_details_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_details_by_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_catalog_by_taxon_slug_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_catalog_by_taxon_slug_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_catalog_by_taxon_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_catalog_by_taxon_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_reviews_by_slug_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_reviews_by_slug_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_reviews_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_product_reviews_by_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_slug_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_slug_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_slug_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_code_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_code_action" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.add_review_by_code_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_latest_product_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.product.show_latest_product_action" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.controller.taxon.show_taxon_tree_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.controller.taxon.show_taxon_tree_action" previously pointing to "dh.factory.taxon_view_factory" to "sylius.shop_api_plugin.factory.taxon_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.controller.taxon.show_taxon_details_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.shop_api_plugin.factory.adjustment_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.estimated_shipping_cost_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.payment_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.page_view_factory" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.shop_api_plugin.factory.taxon_details_view_factory" previously pointing to "dh.factory.taxon_view_factory" to "sylius.shop_api_plugin.factory.taxon_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.handler.change_item_quantity_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.remove_item_from_cart_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.add_coupon_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.remove_coupon_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.assign_customer_to_cart_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.add_product_review_by_slug_handler" previously pointing to "dh.factory.product_review" to "sylius.factory.product_review".
  • Changed reference of service "sylius.shop_api_plugin.handler.add_product_review_by_code_handler" previously pointing to "dh.factory.product_review" to "sylius.factory.product_review".
  • Changed reference of service "sylius.shop_api_plugin.http.request_based_locale_provider" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.shop_api_plugin.mapper.address_mapper" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.shop_api_plugin.view_repository.cart_view_repository" previously pointing to "dh.factory.cart_factory" to "sylius.shop_api_plugin.factory.cart_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.view_repository.placed_order_view_repository" previously pointing to "dh.factory.placed_order_factory" to "sylius.shop_api_plugin.factory.placed_order_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.view_repository.product_reviews_view_repository" previously pointing to "dh.factory.product_review_view_factory" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.handler.estimate_shipping_cost_estimator" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
  • Changed reference of service "sylius.shop_api_plugin.event_listener.messenger.cart_picked_up_listener" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.event_listener.messenger.order_completed_listener" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.modifier.order_modifier" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.shop_api_plugin.modifier.order_modifier" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.normalizer.request_cart_token_normalizer" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service "sylius.shop_api_plugin.normalizer.request_cart_token_normalizer" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sylius.controller.show_available_payment_methods" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.controller.show_available_shipping_methods" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius.listener.api.add_to_cart" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
  • Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
  • Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
  • Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "nelmio_cors.cors_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Sylius\InvoicingPlugin\Ui\Action\Admin\ResendInvoiceAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\InvoicingPlugin\Generator\InvoicePdfFileGenerator" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.sitemap_renderer.twig_adapter" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.sitemap_index_renderer.twig_adapter" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.sitemap_index_provider.index" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.sitemap_provider.product" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.sitemap_provider.product" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.sitemap_provider.product" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius.sitemap_provider.taxon" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.sitemap_provider.taxon" previously pointing to "sylius.context.locale.composite" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Changed reference of service "sylius.sitemap_provider.static" previously pointing to "router.default" to "router".
  • Changed reference of service "sylius.sitemap_provider.static" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "Sylius\RefundPlugin\Action\Admin\OrderRefundsListAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\RefundPlugin\Action\Admin\RefundUnitsAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\RefundPlugin\Action\CompleteRefundPaymentAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\RefundPlugin\Action\Admin\SendCreditMemoAction" previously pointing to "router.default" to "router".
  • Changed reference of service "Sylius\RefundPlugin\CommandHandler\Api\CreateCustomerRefundRequestHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Sylius\RefundPlugin\CommandHandler\Api\CreateCustomerRefundRequestHandler" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "Sylius\RefundPlugin\CommandHandler\Api\CreateCustomerRefundRequestHandler" previously pointing to "sylius_refund.custom_factory.refund_request_message_file" to "sylius_refund.factory.refund_request_message_file".
  • Changed reference of service "Sylius\RefundPlugin\CommandHandler\Api\AddRefundRequestMessageHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Sylius\RefundPlugin\CommandHandler\Api\AddRefundRequestMessageHandler" previously pointing to "sylius_refund.custom_factory.refund_request_message_file" to "sylius_refund.factory.refund_request_message_file".
  • Changed reference of service "Sylius\RefundPlugin\Generator\CreditMemoPdfFileGenerator" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius_refund_plugin.controller.api.create_customer_refund_request_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.create_customer_refund_request_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_application_reason_by_type" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_application_reason_by_type" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_list" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_by_id" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_by_id" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_message_list" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.show_shop_user_refund_request_message_list" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund_plugin.controller.api.add_refund_request_message_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "sylius_refund_plugin.controller.api.add_refund_request_message_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sylius_refund.creator.refund_product" previously pointing to "bitbag_sylius_product_bundle.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
  • Changed reference of service "sylius_refund.creator.refund_product" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "sylius_refund.creator.refund_product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "sylius_refund.assigner.refund" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.sylius_payum_shop_api_plugin.order" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.sylius_payum_shop_api_plugin.payment" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.sylius_payum_shop_api_plugin.afterpay" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.crew_manager_plugin.api.send_recipient_signature_controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.crew_manager_plugin.api.show_availability_calendar_controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.sylius_crew_manager_plugin.controller.refund_request_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.sylius_crew_manager_plugin.controller.refund_request_controller" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "dh.sylius_crew_manager_plugin.controller.refund_request_controller" previously pointing to "sylius_refund.custom_factory.refund_request_message_file" to "sylius_refund.factory.refund_request_message_file".
  • Changed reference of service "dh.crew_manager_plugin.tasks_list_pdf_generator" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "dh.crew_manager_plugin.api.show_customer_by_id_autocomplete_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.crew_manager_plugin.api.show_customer_by_phrase_autocomplete_list_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh_sylius_crew_manager_plugin.api.get_task_product_component_list_by_task_id_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh_sylius_crew_manager_plugin.api.set_checked_task_product_component_list_by_task_id_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh.crew_manager_plugin.api.send_task_protocol_note_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "crew_manager_plugin.creator.disposable_product" previously pointing to "bitbag_sylius_product_bundle.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
  • Changed reference of service "crew_manager_plugin.creator.disposable_product" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "crew_manager_plugin.creator.disposable_product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "crew_manager_plugin.assigner.disposable_product" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.processor.payment_methods" previously pointing to "sylius.custom_factory.payment_method" to "Sylius\Component\Core\Factory\PaymentMethodFactoryInterface".
  • Changed reference of service "sylius.processor.products" previously pointing to "sylius.custom_factory.taxon" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Changed reference of service "sylius.processor.products" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "odiseo_sylius_banner_plugin.fixture.banner" previously pointing to "sylius.custom_factory.taxon" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service "loevgaard_sylius_barcode.barcode_checker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "loevgaard_sylius_barcode.fixture.example_factory.product" previously pointing to "bitbag_sylius_product_bundle.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
  • Changed reference of service "loevgaard_sylius_barcode.fixture.example_factory.product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Changed reference of service "bitbag_sylius_mailchimp_plugin.validator.email_validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh_sylius_google_calendar_plugin.controller.calendar.add_event_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh_sylius_google_calendar_plugin.controller.calendar.add_event_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "dh_sylius_google_calendar_plugin.controller.calendar.show_events_by_summary_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh_sylius_notification_plugin.controller.notification.remove_notification_action" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "dh_sylius_notification_plugin.controller.notification.remove_notification_action" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "dh_artis_product_units_plugin.handler.change_item_quantity_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "gesdinet.jwtrefreshtoken.send_token" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator._swLHPQ" previously pointing to "dh.validator.valid_province_address" to "sylius.validator.valid_province_address".
  • Changed reference of service ".service_locator._swLHPQ" previously pointing to "dh.validator.valid_province_address" to "sylius.validator.valid_province_address".
  • Changed reference of service ".service_locator._swLHPQ" previously pointing to "dh.validator.valid_province_address" to "sylius.validator.valid_province_address".
  • Changed reference of service ".service_locator.C6Py264" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service ".messenger.handler_descriptor.pQuPKDq" previously pointing to "dh.handler.update_customer_handler" to "sylius.shop_api_plugin.handler.update_customer".
  • Changed reference of service ".messenger.handler_descriptor.wGyZMJj" previously pointing to "dh.handler.send_verification_token_handler" to "sylius.shop_api_plugin.handler.send_verification_token_handler".
  • Changed reference of service ".messenger.handler_descriptor.U1yZSJ4" previously pointing to "dh.handler.send_reset_password_token_handler" to "sylius.shop_api_plugin.handler.send_reset_password_token_handler".
  • Changed reference of service ".messenger.handler_descriptor.gYQgg0Y" previously pointing to "dh.handler.send_reset_password_token_handler" to "sylius.shop_api_plugin.handler.send_reset_password_token_handler".
  • Changed reference of service ".messenger.handler_descriptor.CwCQsQs" previously pointing to "dh.handler.send_order_confirmation_handler" to "sylius.shop_api_plugin.handler.send_order_confirmation_handler".
  • Changed reference of service ".messenger.handler_descriptor.J3WgQnN" previously pointing to "dh.handler.send_order_confirmation_handler" to "sylius.shop_api_plugin.handler.send_order_confirmation_handler".
  • Changed reference of service ".messenger.handler_descriptor.UdYTW4_" previously pointing to "dh.handler.put_simple_item_to_cart_handler" to "sylius.shop_api_plugin.handler.put_simple_item_to_cart_handler".
  • Changed reference of service ".messenger.handler_descriptor.YqSp1ju" previously pointing to "dh.handler.put_simple_item_to_cart_handler" to "sylius.shop_api_plugin.handler.put_simple_item_to_cart_handler".
  • Changed reference of service ".messenger.handler_descriptor.AFtSQSZ" previously pointing to "dh.handler.update_customer_handler" to "sylius.shop_api_plugin.handler.update_customer".
  • Changed reference of service ".messenger.handler_descriptor.qij__X6" previously pointing to "dh.handler.send_verification_token_handler" to "sylius.shop_api_plugin.handler.send_verification_token_handler".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "router.default" to "router".
  • Changed reference of service ".service_locator.iNzucjA" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service ".service_locator.iNzucjA" previously pointing to "debug.traced.sylius_shop_api_plugin.command_bus" to "message_bus".
  • Changed reference of service ".service_locator.iNzucjA" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.iNzucjA" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "sylius.theme.asset.assets_installer.output_aware.inner" previously pointing to "sylius.theme.hierarchy_provider" to "Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface".
  • Changed reference of service "sylius.theme.asset.assets_installer.output_aware.inner" previously pointing to "sylius.theme.asset.path_resolver" to "Sylius\Bundle\ThemeBundle\Asset\PathResolverInterface".
  • Changed reference of service "sylius.theme.templating.locator.cached.inner" previously pointing to "sylius.theme.locator.resource" to "Sylius\Bundle\ThemeBundle\Locator\ResourceLocatorInterface".
  • Changed reference of service "sylius.theme.translation.theme_aware_translator.inner" previously pointing to "sylius.theme.translation.loader_provider" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProviderInterface".
  • Changed reference of service "sylius.theme.translation.theme_aware_translator.inner" previously pointing to "sylius.theme.translation.resource_provider" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface".
  • Changed reference of service "sylius.theme.translation.ordering_files_finder.inner" previously pointing to "sylius.theme.finder_factory" to "Sylius\Bundle\ThemeBundle\Factory\FinderFactoryInterface".
  • Changed reference of service "dh.factory.product_variant_view_factory.inner" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.factory.cart_item_view_factory.inner" previously pointing to "dh.factory.product_view_factory" to "sylius.shop_api_plugin.factory.product_view_factory".
  • Changed reference of service "dh.factory.cart_item_view_factory.inner" previously pointing to "dh.factory.product_variant_view_factory" to "sylius.shop_api_plugin.factory.product_variant_view_factory".
  • Changed reference of service "dh.factory.cart_factory.inner" previously pointing to "dh.factory.cart_item_view_factory" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Changed reference of service "dh.factory.cart_factory.inner" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.factory.cart_factory.inner" previously pointing to "dh.factory.total_view_factory" to "sylius.shop_api_plugin.factory.total_view_factory".
  • Changed reference of service "dh.factory.placed_order_factory.inner" previously pointing to "dh.factory.cart_item_view_factory" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Changed reference of service "dh.factory.placed_order_factory.inner" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "dh.factory.placed_order_factory.inner" previously pointing to "dh.factory.total_view_factory" to "sylius.shop_api_plugin.factory.total_view_factory".
  • Changed reference of service "dh.factory.order.shipping_method_factory.inner" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "dh.factory.taxon_view_factory.inner" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.factory.product_view_factory.inner" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "dh.listener.order.admin_order_creation.inner" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "dh.utils.swift_mailer_adapter.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.utils.swift_mailer_adapter.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dh.promotion_action.unit_percentage_discount.inner" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "dh.promotion_action.unit_fixed_discount.inner" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.kgMWZdv" previously pointing to "fos_rest.serializer.form_error_handler" to "jms_serializer.form_error_handler".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface" previously pointing to "sylius_fixtures.listener_registry" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
  • Changed reference of service "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface" previously pointing to "sylius.factory.theme" to "Sylius\Bundle\ThemeBundle\Factory\ThemeFactoryInterface".
  • Changed reference of service "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface" previously pointing to "sylius.factory.theme_author" to "Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactoryInterface".
  • Changed reference of service "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface" previously pointing to "sylius.factory.theme_screenshot" to "Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface".
  • Changed reference of service "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface" previously pointing to "sylius.theme.circular_dependency_checker" to "Sylius\Bundle\ThemeBundle\Loader\CircularDependencyCheckerInterface".
  • Changed reference of service "Sylius\Bundle\CoreBundle\Security\UserImpersonatorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
  • Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "sylius.context.cart" previously pointing to "sylius.context.cart.new_shop_based" to "sylius.context.cart.new".
  • Changed reference of service "sylius.context.channel" previously pointing to "sylius.context.channel.composite" to "Sylius\Component\Channel\Context\ChannelContextInterface".
  • Changed reference of service "sylius.shop_api_plugin.factory.customer_view_factory" previously pointing to "dh.factory.address_view_factory" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.product_variant_view_factory" previously pointing to "dh.factory.price_view_factory" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.product_review_view_factory" previously pointing to "dh.factory.image_view_factory" to "sylius.shop_api_plugin.factory.image_view_factory".
  • Changed reference of service "sylius.shop_api_plugin.factory.taxon_view_factory" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
  • Changed reference of service "Sylius\AdminOrderCreationPlugin\EventListener\OrderCreationListener" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.shop_api_plugin.handler.put_simple_item_to_cart_handler" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.cart_item".
  • Changed reference of service "sylius.shop_api_plugin.handler.put_simple_item_to_cart_handler" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
  • Changed reference of service "sylius.promotion_action.unit_percentage_discount" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "sylius.promotion_action.unit_fixed_discount" previously pointing to "sylius.custom_factory.adjustment" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Changed reference of service "event_dispatcher" previously pointing to "dh.listener.order.admin_order_creation" to "Sylius\AdminOrderCreationPlugin\EventListener\OrderCreationListener".
  • Changed reference of service "event_dispatcher" previously pointing to "dh.listener.order.admin_order_creation" to "Sylius\AdminOrderCreationPlugin\EventListener\OrderCreationListener".
851
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 "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "workflow.abstract"; reason: abstract.
  • Removed service "state_machine.abstract"; reason: abstract.
  • Removed service "workflow.marking_store.multiple_state"; reason: abstract.
  • Removed service "workflow.marking_store.single_state"; reason: abstract.
  • Removed service "workflow.marking_store.method"; reason: abstract.
  • Removed service "lock.store.memcached.abstract"; reason: abstract.
  • Removed service "lock.store.redis.abstract"; reason: abstract.
  • Removed service "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; 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 "sylius.email_renderer.adapter.abstract"; reason: abstract.
  • Removed service "sylius.email_sender.adapter.abstract"; reason: abstract.
  • Removed service "sylius.admin_user_provider"; reason: abstract.
  • Removed service "sylius.shop_user_provider"; reason: abstract.
  • Removed service "sylius.oauth_user_provider"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "knp_gaufrette.filesystem"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.local"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.amazon_s3"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.acl_aware_amazon_s3"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.mogilefs"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.sftp"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.phpseclib_sftp"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.apc"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.cache"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.dropbox"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
  • Removed service "payum.extension.storage.prototype"; reason: abstract.
  • Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
  • Removed service "payum.storage.doctrine.orm"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
  • Removed service "sylius.message_queue_writer"; reason: abstract.
  • Removed service "sylius.message_queue_reader"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extra\Intl\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extra\Intl\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Customer\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Customer\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Order\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Order\OrderInvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Order\OrderInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\ProductVariantController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Product\ProductVariantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Product\Project\ProjectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Product\Project\ProjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Shop\HomepageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Shop\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Promotion\Filter\ProductVariantFilterConfigurationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Promotion\Filter\ProductVariantFilterConfigurationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Util\Command\ConvertProductVariantsAliasCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Util\Command\ConvertProductVariantsAliasCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\CartTokenExistsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\CartTokenExistsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\OptionInUseValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\OptionInUseValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PromotionRuleTypeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\PromotionRuleTypeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProvinceAddressConstraintValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ProvinceAddressConstraintValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SingleMainImageValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SingleMainImageValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.dh.command.convert_product_variant_alias"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.command.convert_product_variant_alias"; 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\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_attribute"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_attribute_value"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_sub_attribute"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_sub_attribute_value"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_option_attribute"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_option_sub_attribute"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_attribute_value"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_option_attribute_value"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_option_sub_attribute_value"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_option_sub_attribute_value"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_value_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_value_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_attribute_value_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_sub_attribute_value_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_review_attachment"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_review_attachment"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_attribute_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_attribute_value_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_attribute_value_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_sub_attribute_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_option_sub_attribute_value_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_option_sub_attribute_value_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.dictionary"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.dictionary_item"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.dictionary_item_value"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.dictionary_item_value"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.dictionary"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.dictionary_item"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.dictionary_item"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_specification"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_specification_item"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_variant_specification"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.translation.product_variant_specification_item"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.translation.product_variant_specification_item"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_specification_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_specification_variant_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.extension.type.product_specification_variant_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.extension.type.product_variant_specification_item_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.extension.type.product_variant_specification_item_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_specification_item_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.product_variant_specification_item_values_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.product_variant_specification_item_values_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_tax_rate_choice"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.order_tax_rate_choice"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.order_partial_payment"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.order_partial_payment"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.signle_main_image"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.signle_main_image"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.option_in_use"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.option_in_use"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.attribute_value_price_amount"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.twig.extension.attribute_value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.sub_attribute_value_price_amount"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.twig.extension.sub_attribute_value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.dh.twig.extension.value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.dh.twig.extension.value_price_amount"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.twig.extension.value_price_amount"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.product_review_issued_for_cariant_and_customer"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.product_review_issued_for_cariant_and_customer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.promotion_rule_type"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.promotion_rule_type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.dh.form.type.promotion_action.filter.product_variant"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.form.type.promotion_action.filter.product_variant"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.cart_token_exists_validator"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.cart_token_exists_validator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.dh.validator.valid_province_address"; reason: abstract.
  • Removed service ".abstract.instanceof.dh.validator.valid_province_address"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Sylius\InvoicingPlugin\Form\Type\ChannelFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.Sylius\InvoicingPlugin\Form\Type\ChannelFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.Sylius\InvoicingPlugin\Security\Voter\InvoiceVoter"; reason: abstract.
  • Removed service ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.sylius_invoicing_plugin.fixture.shop_billing_data_fixture"; reason: abstract.
  • Removed service ".abstract.instanceof.sylius_invoicing_plugin.fixture.shop_billing_data_fixture"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Sylius\InvoicingPlugin\Cli\GenerateInvoicesCommand"; reason: abstract.
293
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "bitbag_sylius_cms_plugin.resolver.media_type"; reason: unused.
  • Removed service "App\Command\AddressBook\CreateAddress"; reason: unused.
  • Removed service "App\Command\AddressBook\UpdateAddress"; reason: unused.
  • Removed service "App\Command\AdminApi\Order\ChangeItemQuantity"; reason: unused.
  • Removed service "App\Command\AdminApi\Order\CreateOrderProductVariant"; reason: unused.
  • Removed service "App\Command\AdminApi\Order\EditOrderProductVariant"; reason: unused.
  • Removed service "App\Command\Checkout\InstantCompleteOrder"; reason: unused.
  • Removed service "App\Command\Customer\RegisterCustomer"; reason: unused.
  • Removed service "App\Command\Customer\ResetPassword"; reason: unused.
  • Removed service "App\Command\Customer\SendVerificationToken"; reason: unused.
  • Removed service "App\Command\Customer\UpdateCustomer"; reason: unused.
  • Removed service "App\Command\Customer\UpdateNewsletterStatus"; reason: unused.
  • Removed service "App\Command\Favorite\AddProductToFavorite"; reason: unused.
  • Removed service "App\Command\Favorite\DeleteFavoriteItem"; reason: unused.
  • Removed service "App\Command\Newsletter\SubscribeToNewsletter"; reason: unused.
  • Removed service "App\Command\Newsletter\UnsubscribeFromNewsletter"; reason: unused.
  • Removed service "App\Command\Order\AcceptOrder"; reason: unused.
  • Removed service "App\Command\Order\AcceptOrderOffer"; reason: unused.
  • Removed service "App\Command\Order\CancelOrder"; reason: unused.
  • Removed service "App\Command\Order\Catalog\SendCatalogOrderEmail"; reason: unused.
  • Removed service "App\Command\Order\EditOfferAddressData"; reason: unused.
  • Removed service "App\Command\Order\GetCustomerCart"; reason: unused.
  • Removed service "App\Command\Order\SynchronizeWithCustomerCart"; reason: unused.
  • Removed service "App\Command\Product\Project\AddProjectToReview"; reason: unused.
  • Removed service "App\Command\ProductVariant\AddProductVariantReviewByCode"; reason: unused.
  • Removed service "App\Command\ProductVariant\CreateProductVariant"; reason: unused.
  • Removed service "App\Event\CustomerLogEvent"; reason: unused.
  • Removed service "App\Event\CustomerRegistered"; reason: unused.
  • Removed service "App\Event\OrderLogEvent"; reason: unused.
  • Removed service "App\Event\ProductVariantSpecificationMenuBuilderEvent"; reason: unused.
  • Removed service "App\Event\ReloadOrder"; reason: unused.
  • Removed service "App\Event\ReloadOrderItemsEvent"; reason: unused.
  • Removed service "App\Event\ReloadOrderOnCart"; reason: unused.
  • Removed service "App\Factory\Address\AddressCoordinatesViewFactory"; reason: unused.
  • Removed service "App\Factory\Address\DHAddressViewFactory"; reason: unused.
  • Removed service "App\Factory\Address\GUSAddressViewFactory"; reason: unused.
  • Removed service "App\Factory\Banner\BannerViewFactory"; reason: unused.
  • Removed service "App\Factory\Cart\DHCartSummaryViewFactory"; reason: unused.
  • Removed service "App\Factory\Cart\DHItemViewFactory"; reason: unused.
  • Removed service "App\Factory\Cart\DHTotalViewFactory"; reason: unused.
  • Removed service "App\Factory\Configurator\CreateProductVariantFactory"; reason: unused.
  • Removed service "App\Factory\Customer\CustomerOrderHistoryHistoryViewFactory"; reason: unused.
  • Removed service "App\Factory\Customer\CustomerOrderInvoiceViewFactory"; reason: unused.
  • Removed service "App\Factory\Customer\CustomerOrderOfferViewFactory"; reason: unused.
  • Removed service "App\Factory\Customer\CustomerPaymentViewFactory"; reason: unused.
  • Removed service "App\Factory\Customer\DHCustomerViewFactory"; reason: unused.
  • Removed service "App\Factory\DHPriceViewFactory"; reason: unused.
  • Removed service "App\Factory\FAQ\FAQViewFactory"; reason: unused.
  • Removed service "App\Factory\FAQSection\FAQSectionViewFactory"; reason: unused.
  • Removed service "App\Factory\Favorite\FavoriteViewFactory"; reason: unused.
  • Removed service "App\Factory\FavoriteFactory"; reason: unused.
  • Removed service "App\Factory\FavoriteItemFactory"; reason: unused.
  • Removed service "App\Factory\InfoArticle\InfoArticleViewFactory"; reason: unused.
  • Removed service "App\Factory\MapPoint\MapPointViewFactory"; reason: unused.
  • Removed service "App\Factory\Media\MediaViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\DHPlacedOrderViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\DHShippingMethodViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\OrderFactory"; reason: unused.
  • Removed service "App\Factory\Order\OrderInvoiceViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\OrderOfferViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\OrderPaymentMethodViewFactory"; reason: unused.
  • Removed service "App\Factory\Order\OrderShippingMethodViewFactory"; reason: unused.
  • Removed service "App\Factory\Page\PageImageViewFactory"; reason: unused.
  • Removed service "App\Factory\Page\PageViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\BaseProductVariantViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\BaseVariantInfoViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoAttrViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoOfferViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantCeneoViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantGMCViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ComparisonEngine\ProductVariantImagesCeneoViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHImageViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHProductReviewViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHProductVariantViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHProductViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionAttributeValueViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionAttributeViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionSubAttributeViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionValueViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantOptionsSubAttributeValueViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantRecommendationsViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantSpecificationItemValueViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantSpecificationItemViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\DHVariantSpecificationViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ListProductViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionAttributeValuePriceFactory"; reason: unused.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionSubAttributeValuePriceFactory"; reason: unused.
  • Removed service "App\Factory\Product\Price\ProductVariantOptionValuePriceFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductBundleItemViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductImageViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantArMarkerViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantAssociationFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantAssociationViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantAttachmentViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantAutocompleteViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantFilterValueViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantFilterValuesViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantFilterViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantModel3DViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantMontageInformationViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantOptionAttributesViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantShopSlugViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\ProductVariantTagViewFactory"; reason: unused.
  • Removed service "App\Factory\Product\Project\ProjectViewFactory"; reason: unused.
  • Removed service "App\Factory\Promotion\SpecialOfferViewFactory"; reason: unused.
  • Removed service "App\Factory\Review\ReviewFactory"; reason: unused.
  • Removed service "App\Factory\Section\SectionViewFactory"; reason: unused.
  • Removed service "App\Factory\Shop\ShopInfoViewFactory"; reason: unused.
  • Removed service "App\Factory\Sitemap\SitemapResourceCodeViewFactory"; reason: unused.
  • Removed service "App\Factory\Taxon\DHTaxonViewFactory"; reason: unused.
  • Removed service "App\Factory\Taxon\TaxonImageViewFactory"; reason: unused.
  • Removed service "App\Grid\Filter\OrderCustomerGroupFilter"; reason: unused.
  • Removed service "App\Handler\AddressBook\CreateAddressHandler"; reason: unused.
  • Removed service "App\Handler\AddressBook\UpdateAddressHandler"; reason: unused.
  • Removed service "App\Handler\AdminApi\Order\AddProductVariantToOrderHandler"; reason: unused.
  • Removed service "App\Handler\AdminApi\Order\ChangeItemQuantityHandler"; reason: unused.
  • Removed service "App\Handler\AdminApi\Order\EditOrderProductVariantHandler"; reason: unused.
  • Removed service "App\Handler\Cart\DHPutSimpleItemToCartHandler"; reason: unused.
  • Removed service "App\Handler\Checkout\InstantCompleteOrderHandler"; reason: unused.
  • Removed service "App\Handler\Customer\DHSendOrderConfirmationHandler"; reason: unused.
  • Removed service "App\Handler\Customer\DHSendResetPasswordTokenHandler"; reason: unused.
  • Removed service "App\Handler\Customer\DHSendVerificationTokenHandler"; reason: unused.
  • Removed service "App\Handler\Customer\DHUpdateCustomerHandler"; reason: unused.
  • Removed service "App\Handler\Customer\RegisterCustomerHandler"; reason: unused.
  • Removed service "App\Handler\Customer\ResetPasswordHandler"; reason: unused.
  • Removed service "App\Handler\Customer\UpdateNewsletterStatusHandler"; reason: unused.
  • Removed service "App\Handler\Favorite\AddProductToFavoriteHandler"; reason: unused.
  • Removed service "App\Handler\Favorite\DeleteFavoriteItemHandler"; reason: unused.
  • Removed service "App\Handler\Newsletter\SubscibeToNewsletterHandler"; reason: unused.
  • Removed service "App\Handler\Newsletter\UnsubscribeFromNewsletterHandler"; reason: unused.
  • Removed service "App\Handler\Order\AcceptOrderHandler"; reason: unused.
  • Removed service "App\Handler\Order\AcceptOrderOfferHandler"; reason: unused.
  • Removed service "App\Handler\Order\CancelOrderHandler"; reason: unused.
  • Removed service "App\Handler\Order\Catalog\SendCatalogOrderEmailHandler"; reason: unused.
  • Removed service "App\Handler\Order\EditOfferAddressDataHandler"; reason: unused.
  • Removed service "App\Handler\Order\GetCustomerCartHandler"; reason: unused.
  • Removed service "App\Handler\Order\SynchronizeWithCustomerCartHandler"; reason: unused.
  • Removed service "App\Handler\Product\Project\AddProjectToReviewHandler"; reason: unused.
  • Removed service "App\Handler\ProductVariant\AddProductVariantReviewByCodeHandler"; reason: unused.
  • Removed service "App\Handler\ProductVariant\CreateProductVariantHandler"; reason: unused.
  • Removed service "App\Menu\AdminMenuBuilder"; reason: unused.
  • Removed service "App\Menu\AdminOderShowMenuBuilder"; reason: unused.
  • Removed service "App\Menu\AdminProductVariantFormMenuBuilder"; reason: unused.
  • Removed service "App\Menu\AdminProductVariantSpecificationFormMenuBuilder"; reason: unused.
  • Removed service "App\Menu\BuildProductFormMenuBuilder"; reason: unused.
  • Removed service "App\Menu\ContentManagementMenuBuilder"; reason: unused.
  • Removed service "App\Menu\DictionaryMenuBuilder"; reason: unused.
  • Removed service "App\Menu\ProjectMenuBuilder"; reason: unused.
  • Removed service "App\Menu\ShippingTableMenuBuilder"; reason: unused.
  • Removed service "App\Menu\SpecificationMenuBuilder"; reason: unused.
  • Removed service "App\Promotion\Action\UnitFixedDiscountPromotionActionCommand"; reason: unused.
  • Removed service "App\Promotion\Action\UnitPercentageDiscountPromotionActionCommand"; reason: unused.
  • Removed service "App\Promotion\Filter\ProductVariantFilterConfigurationType"; reason: unused.
  • Removed service "App\Promotion\Filter\VariantFilter"; reason: unused.
  • Removed service "App\Repository\Banner\BannerRepository"; reason: unused.
  • Removed service "App\Repository\Channel\ChannelPricingRepository"; reason: unused.
  • Removed service "App\Repository\Country\CountryRepository"; reason: unused.
  • Removed service "App\Repository\Customer\CustomerRepository"; reason: unused.
  • Removed service "App\Repository\FAQ\FrequentlyAskedQuestionRepository"; reason: unused.
  • Removed service "App\Repository\Favorite\FavoriteItemRepository"; reason: unused.
  • Removed service "App\Repository\FavoriteRepository"; reason: unused.
  • Removed service "App\Repository\Media\MediaRepository"; reason: unused.
  • Removed service "App\Repository\Order\OrderInvoiceRepository"; reason: unused.
  • Removed service "App\Repository\Order\OrderRepository"; reason: unused.
  • Removed service "App\Repository\Page\PageRepository"; reason: unused.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionAttributeValuePriceRepository"; reason: unused.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionSubAttributeValuePriceRepository"; reason: unused.
  • Removed service "App\Repository\Product\Price\ProductVariantOptionValuePriceRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductOptionAttributeValueRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductOptionSubAttributeValueRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductOptionValueRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductReviewRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductVariantImageRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductVariantRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemConfigurationRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValueRepository"; reason: unused.
  • Removed service "App\Repository\Product\ProductVariantSpecificationItemValuesRepository"; reason: unused.
  • Removed service "App\Repository\Product\Taxon\ProductVariantTaxonRepository"; reason: unused.
  • Removed service "App\Repository\Promotion\PromotionRepository"; reason: unused.
  • Removed service "App\Repository\ShippingTable\ShippingTableDistrictRepository"; reason: unused.
  • Removed service "App\Repository\ShippingTable\ShippingTableRateRepository"; reason: unused.
  • Removed service "App\Repository\User\AdminUserRepository"; reason: unused.
  • Removed service "App\Request\Checkout\CheckPostCodeRequest"; reason: unused.
  • Removed service "App\Request\Checkout\InstantCompleteOrderRequest"; reason: unused.
  • Removed service "App\Request\Checkout\TotalsForShippingByCodeRequest"; reason: unused.
  • Removed service "App\Request\Customer\RegisterCustomerRequest"; reason: unused.
  • Removed service "App\Request\Customer\ResetPasswordRequest"; reason: unused.
  • Removed service "App\Request\Customer\UpdateCustomerRequest"; reason: unused.
  • Removed service "App\Request\Customer\UpdateNewsletterStatusRequest"; reason: unused.
  • Removed service "App\Request\Favorite\AddProductToFavoriteRequest"; reason: unused.
  • Removed service "App\Request\Favorite\DeleteFavoriteItemRequest"; reason: unused.
  • Removed service "App\Request\Newsletter\SubscribeToNewsletterRequest"; reason: unused.
  • Removed service "App\Request\Newsletter\UnsubscribeFromNewsletterRequest"; reason: unused.
  • Removed service "App\Request\Order\AcceptOrderOfferRequest"; reason: unused.
  • Removed service "App\Request\Order\AcceptOrderRequest"; reason: unused.
  • Removed service "App\Request\Order\CancelOrderRequest"; reason: unused.
  • Removed service "App\Request\Order\EditOfferAddressDataRequest"; reason: unused.
  • Removed service "App\Request\Order\GetCustomerCartRequest"; reason: unused.
  • Removed service "App\Request\Order\SynchronizeWithCustomerCartRequest"; reason: unused.
  • Removed service "App\Request\Product\Project\AddProjectToReviewRequest"; reason: unused.
  • Removed service "App\Service\AdminRefreshToken"; reason: unused.
  • Removed service "App\Util\Address\AddressMapper"; reason: unused.
  • Removed service "App\Util\Assigner\Project\ProductProjectNumberAssigner"; reason: unused.
  • Removed service "App\Util\Checker\PostCodeExistenceChecker"; reason: unused.
  • Removed service "App\Util\Email\DHOrderEmailManager"; reason: unused.
  • Removed service "App\Util\Email\DHShipmentEmailManager"; reason: unused.
  • Removed service "App\Util\Email\ProductProjectEmailManager"; reason: unused.
  • Removed service "App\Util\Estimator\TotalsForShippingResolver"; reason: unused.
  • Removed service "App\Util\Generator\OrderPdfFileGenerator"; reason: unused.
  • Removed service "App\Util\Generator\Project\SequentialProductProjectNumberGenerator"; reason: unused.
  • Removed service "App\Util\Importer\ShippingTableDistrictImporter"; reason: unused.
  • Removed service "App\Util\Importer\ShippingTableDistrictInformationImporter"; reason: unused.
  • Removed service "App\Util\Importer\ShippingTableProvinceImporter"; reason: unused.
  • Removed service "App\Util\Manager\OrderManager"; reason: unused.
  • Removed service "App\Util\Order\DHOrderPromotionApplicator"; reason: unused.
  • Removed service "App\Util\Order\DHOrderTaxesApplicator"; reason: unused.
  • Removed service "App\Util\Order\OrderOfferNumberAssigner"; reason: unused.
  • Removed service "App\Util\Order\OrderStateManager"; reason: unused.
  • Removed service "App\Util\Order\SequentialOrderOfferNumberGenerator"; reason: unused.
  • Removed service "App\Util\Paginator\DHPaginator"; reason: unused.
  • Removed service "App\Util\Promotion\Action\UnitPercentageDiscountExcludingServicePromotionActionCommand"; reason: unused.
  • Removed service "App\Util\Promotion\Checker\Rule\ContainsProductVariantRuleChecker"; reason: unused.
  • Removed service "App\Util\Promotion\Checker\Rule\HasProductVariantTaxonRuleChecker"; reason: unused.
  • Removed service "App\Util\Promotion\Checker\Rule\TotalOfItemsFromProductVariantTaxonRuleChecker"; reason: unused.
  • Removed service "App\Util\Redirect\Redirect"; reason: unused.
  • Removed service "App\Util\Resolver\TableRateResolver"; reason: unused.
  • Removed service "App\Util\Sender\Adapter\DHSwiftMailerAdapter"; reason: unused.
  • Removed service "App\Util\Sender\DHOrderPaymentLinkSender"; reason: unused.
  • Removed service "App\Util\Updater\AverageRatingUpdater"; reason: unused.
  • Removed service "App\Util\Uploader\InvoiceUploader"; reason: unused.
  • Removed service "App\Util\Uploader\ProductVariantArMarkerUploader"; reason: unused.
  • Removed service "App\Util\Uploader\ProductVariantAttachmentUploader"; reason: unused.
  • Removed service "App\Validator\Constraints\CartTokenExists"; reason: unused.
  • Removed service "App\Validator\Constraints\CartTokenExistsValidator"; reason: unused.
  • Removed service "App\Validator\Constraints\OptionInUse"; reason: unused.
  • Removed service "App\Validator\Constraints\OptionInUseValidator"; reason: unused.
  • Removed service "App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomer"; reason: unused.
  • Removed service "App\Validator\Constraints\ProductReviewIsIssuedForVariantAndCustomerValidator"; reason: unused.
  • Removed service "App\Validator\Constraints\PromotionRuleType"; reason: unused.
  • Removed service "App\Validator\Constraints\PromotionRuleTypeValidator"; reason: unused.
  • Removed service "App\Validator\Constraints\ProvinceAddressConstraintValidator"; reason: unused.
  • Removed service "App\Validator\Constraints\SingleMainImage"; reason: unused.
  • Removed service "App\Validator\Constraints\SingleMainImageValidator"; reason: unused.
  • Removed service "App\View\Address\AddressCoordinatesView"; reason: unused.
  • Removed service "App\View\Address\DHAddressView"; reason: unused.
  • Removed service "App\View\Address\GUSAddressView"; reason: unused.
  • Removed service "App\View\Banner\BannerView"; reason: unused.
  • Removed service "App\View\Cart\DHCartSummaryView"; reason: unused.
  • Removed service "App\View\Cart\DHItemView"; reason: unused.
  • Removed service "App\View\Cart\DHTotalsView"; reason: unused.
  • Removed service "App\View\Customer\CustomerOrderHistoryView"; reason: unused.
  • Removed service "App\View\Customer\CustomerOrderInvoiceView"; reason: unused.
  • Removed service "App\View\Customer\CustomerOrderOfferView"; reason: unused.
  • Removed service "App\View\Customer\CustomerPaymentView"; reason: unused.
  • Removed service "App\View\Customer\DHCustomerView"; reason: unused.
  • Removed service "App\View\DHPriceView"; reason: unused.
  • Removed service "App\View\FAQ\FAQView"; reason: unused.
  • Removed service "App\View\FAQSection\FAQSectionListView"; reason: unused.
  • Removed service "App\View\FAQSection\FAQSectionView"; reason: unused.
  • Removed service "App\View\Favorite\FavoriteItemView"; reason: unused.
  • Removed service "App\View\Favorite\FavoriteView"; reason: unused.
  • Removed service "App\View\Image\DHImageView"; reason: unused.
  • Removed service "App\View\InfoArticle\InfoArticleView"; reason: unused.
  • Removed service "App\View\MapPoint\MapPointView"; reason: unused.
  • Removed service "App\View\Media\MediaView"; reason: unused.
  • Removed service "App\View\Order\DHOrderPaymentMethodView"; reason: unused.
  • Removed service "App\View\Order\DHOrderShippingMethodView"; reason: unused.
  • Removed service "App\View\Order\DHPlacedOrderView"; reason: unused.
  • Removed service "App\View\Order\OrderInvoiceView"; reason: unused.
  • Removed service "App\View\Order\OrderOfferView"; reason: unused.
  • Removed service "App\View\Page\PageImageView"; reason: unused.
  • Removed service "App\View\Page\PageListView"; reason: unused.
  • Removed service "App\View\Page\PageView"; reason: unused.
  • Removed service "App\View\Product\BaseProductVariantView"; reason: unused.
  • Removed service "App\View\Product\BaseVariantInfoView"; reason: unused.
  • Removed service "App\View\Product\ComparisonEngine\ProductVariantCeneoAttrView"; reason: unused.
  • Removed service "App\View\Product\ComparisonEngine\ProductVariantCeneoOfferView"; reason: unused.
  • Removed service "App\View\Product\ComparisonEngine\ProductVariantCeneoView"; reason: unused.
  • Removed service "App\View\Product\ComparisonEngine\ProductVariantGMCView"; reason: unused.
  • Removed service "App\View\Product\ComparisonEngine\ProductVariantImagesCeneoView"; reason: unused.
  • Removed service "App\View\Product\DHProductReviewView"; reason: unused.
  • Removed service "App\View\Product\DHProductVariantView"; reason: unused.
  • Removed service "App\View\Product\DHProductView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionAttributeValueView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionAttributeView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionSubAttributeValueView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionSubAttributeView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionValueView"; reason: unused.
  • Removed service "App\View\Product\DHVariantOptionView"; reason: unused.
  • Removed service "App\View\Product\DHVariantRecommendationsView"; reason: unused.
  • Removed service "App\View\Product\DHVariantSpecificationItemValueView"; reason: unused.
  • Removed service "App\View\Product\DHVariantSpecificationItemView"; reason: unused.
  • Removed service "App\View\Product\DHVariantSpecificationView"; reason: unused.
  • Removed service "App\View\Product\ProductBundleItemView"; reason: unused.
  • Removed service "App\View\Product\ProductImageView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantArMarkerView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantAssociationView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantAttachmentView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantAutocompleteView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantFilterValueView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantFilterValuesView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantFilterView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantModel3DView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantMontageInformationView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantOptionAttributesView"; reason: unused.
  • Removed service "App\View\Product\ProductVariantTagView"; reason: unused.
  • Removed service "App\View\Product\Project\ProjectView"; reason: unused.
  • Removed service "App\View\Promotion\SpecialOfferView"; reason: unused.
  • Removed service "App\View\Section\SectionListView"; reason: unused.
  • Removed service "App\View\Section\SectionView"; reason: unused.
  • Removed service "App\View\Shop\ShopInfoView"; reason: unused.
  • Removed service "App\View\Sitemap\SitemapResourceCodeView"; reason: unused.
  • Removed service "App\View\Taxon\DHTaxonView"; reason: unused.
  • Removed service "App\ViewRepository\Product\ProductVariantCatalogViewRepository"; reason: unused.
  • Removed service "sylius.shop_api_plugin.command_provider.register_customer"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~O_w4jVI"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "messenger.transport.native_php_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.transport_factory"; reason: unused.
  • Removed service "messenger.transport.sync.factory"; reason: unused.
  • Removed service "messenger.transport.in_memory.factory"; reason: unused.
  • Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
  • Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "workflow.security.expression_language"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~7WPT3rJ"; reason: unused.
  • Removed service ".1_DoctrineProvider~7WPT3rJ"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "lock.store.flock"; reason: unused.
  • Removed service "lock.store.semaphore"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service ".lock.default.store.m9uSjd7"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "lock.default"; 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 "security.helper"; 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~3N.0G0p"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~3N.0G0p"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~3N.0G0p"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~3N.0G0p"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "messenger.transport.doctrine.factory"; reason: unused.
  • Removed service ".1_ServiceLocator~4vPWzCc"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "sylius.admin_user_provider.email_based"; reason: unused.
  • Removed service "sylius.admin_user_provider.name_based"; reason: unused.
  • Removed service "sylius.shop_user_provider.email_based"; reason: unused.
  • Removed service "sylius.shop_user_provider.name_based"; reason: unused.
  • Removed service "sylius.oauth_user_provider.email_based"; reason: unused.
  • Removed service "sylius.oauth_user_provider.name_based"; reason: unused.
  • Removed service "sylius.oauth_user_provider.email_or_name_based"; reason: unused.
  • Removed service "sonata.block.cache.handler.noop"; reason: unused.
  • Removed service "hateoas.configuration.provider.resolver.method"; reason: unused.
  • Removed service "hateoas.configuration.provider.resolver.static_method"; reason: unused.
  • Removed service "hateoas.configuration.provider.resolver.symfony_container"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "sylius.theme.context.settable"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.provider"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.listener"; reason: unused.
  • Removed service ".4_CliContextProvider~hT85KqF"; reason: unused.
  • Removed service ".3_RequestContextProvider~hT85KqF"; reason: unused.
  • Removed service ".2_SourceContextProvider~hT85KqF"; reason: unused.
  • Removed service "var_dumper.server_connection"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.persistence.purger_mode"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "sylius.parameter_bag"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.storage.file_system"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
  • Removed service "setono_doctrine_orm_batcher.query.rebuilder"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.lock"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service ".service_locator.V.o0zE7"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
  • Removed service "sylius.context.locale.composite.inner"; reason: unused.
  • Removed service "sylius.locale_provider.channel_based.inner"; reason: unused.
  • Removed service "sylius.form.type_extension.form.request_handler.inner"; reason: unused.
  • Removed service "sylius.custom_bulk_action_grid_renderer.twig.inner"; reason: unused.
  • Removed service "sylius.theme.translation.translator.inner"; reason: unused.
  • Removed service "dh.factory.image_view_factory.inner"; reason: unused.
  • Removed service "dh.listener.order.admin_order_creation.inner"; reason: unused.
  • Removed service "dh.handler.update_customer_handler.inner"; reason: unused.
  • Removed service "dh.handler.send_verification_token_handler.inner"; reason: unused.
  • Removed service "dh.handler.send_reset_password_token_handler.inner"; reason: unused.
  • Removed service "dh.handler.send_order_confirmation_handler.inner"; reason: unused.
  • Removed service "dh.handler.put_simple_item_to_cart_handler.inner"; reason: unused.
  • Removed service "dh.utils.shipment_email_manager.inner"; reason: unused.
  • Removed service "dh.utils.swift_mailer_adapter.inner"; reason: unused.
  • Removed service "dh.utils.product_review.average_rating_updater.inner"; reason: unused.
  • Removed service "dh.utils.sender.order_payment_link.inner"; reason: unused.
  • Removed service "dh.promotion_action.unit_percentage_discount.inner"; reason: unused.
  • Removed service "dh.promotion_action.unit_fixed_discount.inner"; reason: unused.
  • Removed service "dh.validator.valid_province_address.inner"; reason: unused.
495
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "bitbag_sylius_cms_plugin.twig.parser.content" to "bitbag_sylius_cms_plugin.twig.extension.render_content".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.factory.block" to "bitbag_sylius_cms_plugin.fixture.block".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.factory.page" to "bitbag_sylius_cms_plugin.fixture.page".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.factory.frequently_asked_question" to "bitbag_sylius_cms_plugin.fixture.frequently_asked_question".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.factory.section" to "bitbag_sylius_cms_plugin.fixture.section".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.factory.media" to "bitbag_sylius_cms_plugin.fixture.media".
  • Inlined service "bitbag_sylius_cms_plugin.assigner.taxons" to "bitbag_sylius_cms_plugin.fixture.factory.block".
  • Inlined service "bitbag_sylius_cms_plugin.importer.page" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "bitbag_sylius_cms_plugin.importer.block" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "bitbag_sylius_cms_plugin.importer.media" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "dh.importer.shipping_table_province" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "dh.importer.shipping_table_district" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "dh.importer.shipping_table_district_information" to "bitbag_sylius_cms_plugin.importer.chain".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.resource.page" to "bitbag_sylius_cms_plugin.importer.page".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.resource.section" to "bitbag_sylius_cms_plugin.importer.page".
  • Inlined service "bitbag_sylius_cms_plugin.downloader.image" to "bitbag_sylius_cms_plugin.importer.page".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.resource.block" to "bitbag_sylius_cms_plugin.importer.block".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.resource.media" to "bitbag_sylius_cms_plugin.importer.media".
  • Inlined service "bitbag_sylius_cms_plugin.registry.media_provider" to "bitbag_sylius_cms_plugin.resolver.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.importer.chain" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.reader.csv" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.media_provider.image" to "bitbag_sylius_cms_plugin.registry.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.media_provider.video" to "bitbag_sylius_cms_plugin.registry.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.media_provider.file" to "bitbag_sylius_cms_plugin.registry.media_provider".
  • Inlined service "Sylius\AdminOrderCreationPlugin\ReorderProcessing\CompositeReorderProcessor" to "Sylius\AdminOrderCreationPlugin\Factory\OrderFactory".
  • Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
  • Inlined service "dh.factory.favorite.favorite_view_factory" to "dh.controller.favorite.show_favorite".
  • Inlined service "dh.view_repository.product_variant.product_variant_catalog_view_repository" to "dh.controller.product_variant.show_list".
  • Inlined service "dh.factory.product.product_variant_autocomplete_view_factory" to "dh.controller.product_variant.show_autocomplete_list".
  • Inlined service "dh.command_provider.create_product_variant" to "dh.controller.product_variant.create_product_variant".
  • Inlined service "sylius_invoicing_plugin.custom_repository.invoice" to "dh.controller.invoice.show_all".
  • Inlined service "dh.factory.shop.shop_info_factory" to "dh.controller.shop.show_shop_info".
  • Inlined service "dh.factory.banner.banner_factory" to "dh.controller.banner.show_list".
  • Inlined service "dh.command_provider.add_product_variant_review_by_code" to "dh.controller.product_variant.add_review_by_code_action".
  • Inlined service "dh.command_provider.synchronize_with_customer_cart" to "dh.controller.order.synchronize_with_customer_cart".
  • Inlined service "dh.factory.promotion.special_offer_view_factory" to "dh.controller.promotion.show_special_offers_action".
  • Inlined service "dh.factory.customer.customer_order_invoice_factory" to "dh.controller.customer.show_customer_order_invoice".
  • Inlined service "dh.factory.product_variant.gmc_view_factory" to "dh.controller.product_variant.show_variant_gmc_action".
  • Inlined service "dh.factory.product_variant.ceneo_view_factory" to "dh.controller.product_variant.show_variant_ceneo_action".
  • Inlined service "dh.factory.faq_section.faq_section_view_factory" to "dh.controller.faq_section.show_faq_section_list_action".
  • Inlined service "dh.factory.customer.payment_view_factory" to "dh.controller.customer.show_payment_list".
  • Inlined service "dh.service.gusclient" to "dh.controller.address.show_gus_address_action".
  • Inlined service "dh.factory.address.gus_address_view_factory" to "dh.controller.address.show_gus_address_action".
  • Inlined service "dh.factory.info_article.info_article_view_factory" to "dh.controller.info_article.show_all".
  • Inlined service "dh.command_provider.subscribe_to_newsletter" to "dh.controller.newsletter.subscribe_to_newsletter_action".
  • Inlined service "dh.command_provider.unsubscribe_from_newsletter" to "dh.controller.newsletter.unsubscribe_from_newsletter_action".
  • Inlined service "dh.factory.product_project_view_factory" to "dh.controller.product.project.show_by_id".
  • Inlined service "dh.command_provider.send_catalog_order_email" to "dh.controller.catalog.send_catalog_order_email".
  • Inlined service "dh.shop_api_plugin.handler.totals_for_shipping_by_code_resolver" to "dh.controller.checkout.totals_for_shipping_by_code_action".
  • Inlined service "dh.command_provider.update_newsletter_status" to "dh.controller.customer.update_newsletter_status".
  • Inlined service "dh.factory.product_variant.ar_marker" to "dh.factory.product.product_variant_option_atributes_view_factory".
  • Inlined service "dh.factory.product.product_bundle_item" to "dh.factory.product.product_variant_option_atributes_view_factory".
  • Inlined service "dh.factory.product_variant.model_3d" to "dh.factory.product.product_variant_option_atributes_view_factory".
  • Inlined service "dh.factory.product_variant.base_info_view_factory" to "dh.factory.map_point.map_point_view_factory".
  • Inlined service "dh.factory.order.shipping_method_factory.inner" to "dh.factory.order.shipping_method_factory".
  • Inlined service "dh.factory.customer.offer_list_view_factory" to "dh.factory.customer.order_offer_view_factory".
  • Inlined service "dh.factory.product_variant_filter_value_view_factory" to "dh.factory.product_variant_filter_view_factory".
  • Inlined service "dh.factory.product_variant_filter_values_view_factory" to "dh.factory.product_variant_filter_view_factory".
  • Inlined service "dh.factory.order.inner" to "dh.factory.order".
  • Inlined service "dh.factory.product_variant.ceneo_offer_view_factory" to "dh.factory.product_variant.ceneo_view_factory".
  • Inlined service "dh.factory.product_variant_image.ceneo_view_factory" to "dh.factory.product_variant.ceneo_offer_view_factory".
  • Inlined service "dh.factory.product_variant_attr.ceneo_view_factory" to "dh.factory.product_variant.ceneo_offer_view_factory".
  • Inlined service "dh.form.type.data_transformer.product_variant_to_product_variant_associations" to "dh.form.type.product_variant_associations".
  • Inlined service "dh.resolver.table_rate" to "dh.shipping_calculator.table_rate".
  • Inlined service "dh.utils.order_email_manager.inner" to "dh.utils.order_email_manager".
  • Inlined service "dh.sequential_order_offer_number_generator" to "dh.number_assigner.order_offer".
  • Inlined service "dh.sequential_product_project_number_generator" to "dh.number_assigner.product_project".
  • Inlined service "dh.command_provider.admin_api.create_order_product_variant" to "dh.controller.admin_api.order.add_product_variant".
  • Inlined service "dh.command_provider.admin_api.edit_order_product_variant" to "dh.controller.admin_api.order.edit_product_variant".
  • Inlined service "dh.command_provider.admin_api.order_change_item_quantity" to "dh.controller.admin_api.order.change_item_quantity_action".
  • Inlined service "dh.form.type.data_transformer.product_variants_to_codes" to "dh.form.type.promotion_action.filter.product_variant".
  • Inlined service "twig.loader.filesystem" to "sylius.theme.twig.loader".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~FKOdZ5q" to "error_handler.error_renderer.html".
  • Inlined service ".2_~FKOdZ5q" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
  • 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 "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • 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~WtRTlTc" 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.6OZP4bw" 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 "sylius.form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "form.server_params" to "form.type_extension.csrf".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._package_custom" to "assets.packages".
  • Inlined service "assets._package_shop" to "assets.packages".
  • Inlined service "assets._package_admin" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets._version_custom" to "assets._package_custom".
  • Inlined service "assets._version_shop" to "assets._package_shop".
  • Inlined service "assets._version_admin" to "assets._package_admin".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.C6Py264" to "messenger.routable_message_bus".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • 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._swLHPQ" to "validator.validator_factory".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.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 "data_collector.messenger" to "profiler".
  • Inlined service "sylius.channel_collector" to "profiler".
  • Inlined service "Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector" to "profiler".
  • Inlined service "sonata.block.data_collector" to "profiler".
  • Inlined service "sylius.collector.theme" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "sylius.collector.core" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "state_machine.setono_job_status__job.definition" to "state_machine.setono_job_status__job".
  • Inlined service "state_machine.setono_job_status__job.transition.0" to "state_machine.setono_job_status__job.definition".
  • Inlined service "state_machine.setono_job_status__job.transition.1" to "state_machine.setono_job_status__job.definition".
  • Inlined service "state_machine.setono_job_status__job.transition.2" to "state_machine.setono_job_status__job.definition".
  • Inlined service "state_machine.setono_job_status__job.transition.3" to "state_machine.setono_job_status__job.definition".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~xhQDt7m".
  • 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 "sylius.routing.loader.resource" to "routing.resolver".
  • Inlined service "sylius.sitemap.routing_loader" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~xhQDt7m" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.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_~Vhgo14P" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~Vhgo14P" to "error_handler.error_renderer.serializer".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.0blVfGJ" 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.jLoe.hc" to "security.access_map".
  • Inlined service ".security.request_matcher.OW15OYY" to "security.access_map".
  • Inlined service ".security.request_matcher.u9Ey_7H" to "security.access_map".
  • Inlined service ".security.request_matcher.vNvO5QB" to "security.access_map".
  • Inlined service ".security.request_matcher.GKkEs.J" to "security.access_map".
  • Inlined service ".security.request_matcher.WNHlngH" to "security.access_map".
  • Inlined service ".security.request_matcher.MVziyWS" to "security.access_map".
  • Inlined service ".security.request_matcher.nC9Hg6E" to "security.access_map".
  • Inlined service ".security.request_matcher.9czg417" to "security.access_map".
  • Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
  • Inlined service ".security.request_matcher.zzqgU8o" to "security.access_map".
  • Inlined service ".security.request_matcher.UenuCEl" to "security.access_map".
  • Inlined service ".security.request_matcher.fOQEGFY" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.5VpYDWh" to "security.access_map".
  • Inlined service ".security.request_matcher.R2nIYlk" to "security.access_map".
  • Inlined service ".security.request_matcher.zkKfUKB" to "security.access_map".
  • Inlined service ".security.request_matcher.GXyDftA" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.logout.handler.session" 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.firewall.map.config.oauth_token" to "security.firewall.map.context.oauth_token".
  • Inlined service "fos_oauth_server.security.entry_point" to "security.exception_listener.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.exception_listener.sylius_shop_api_refresh" to "security.firewall.map.context.sylius_shop_api_refresh".
  • Inlined service "security.firewall.map.config.sylius_shop_api_refresh" to "security.firewall.map.context.sylius_shop_api_refresh".
  • Inlined service "security.authentication.success_handler.sylius_shop_api.json_login" to "security.authentication.listener.json.sylius_shop_api".
  • Inlined service "security.authentication.failure_handler.sylius_shop_api.json_login" to "security.authentication.listener.json.sylius_shop_api".
  • Inlined service "security.exception_listener.sylius_shop_api" to "security.firewall.map.context.sylius_shop_api".
  • Inlined service "security.firewall.map.config.sylius_shop_api" to "security.firewall.map.context.sylius_shop_api".
  • Inlined service "security.authentication.success_handler.json_special_user.json_login" to "security.authentication.listener.json.json_special_user".
  • Inlined service "security.authentication.failure_handler.json_special_user.json_login" to "security.authentication.listener.json.json_special_user".
  • Inlined service "security.exception_listener.json_special_user" to "security.firewall.map.context.json_special_user".
  • Inlined service "security.firewall.map.config.json_special_user" to "security.firewall.map.context.json_special_user".
  • Inlined service "security.exception_listener.new_api_admin_user_refresh" to "security.firewall.map.context.new_api_admin_user_refresh".
  • Inlined service "security.firewall.map.config.new_api_admin_user_refresh" to "security.firewall.map.context.new_api_admin_user_refresh".
  • Inlined service "security.authentication.success_handler.new_api_admin_user.json_login" to "security.authentication.listener.json.new_api_admin_user".
  • Inlined service "security.authentication.failure_handler.new_api_admin_user.json_login" to "security.authentication.listener.json.new_api_admin_user".
  • Inlined service "security.exception_listener.new_api_admin_user" to "security.firewall.map.context.new_api_admin_user".
  • Inlined service "security.firewall.map.config.new_api_admin_user" to "security.firewall.map.context.new_api_admin_user".
  • Inlined service "sylius.authentication.success_handler" to "security.authentication.success_handler.shop.form_login".
  • Inlined service "sylius.authentication.failure_handler" to "security.authentication.failure_handler.shop.form_login".
  • Inlined service "security.authentication.success_handler.shop.form_login" to "security.authentication.listener.form.shop".
  • Inlined service "security.authentication.failure_handler.shop.form_login" to "security.authentication.listener.form.shop".
  • Inlined service "security.authentication.form_entry_point.shop" to "security.exception_listener.shop".
  • Inlined service "security.exception_listener.shop" to "security.firewall.map.context.shop".
  • Inlined service "security.logout_listener.shop" to "security.firewall.map.context.shop".
  • Inlined service "security.firewall.map.config.shop" to "security.firewall.map.context.shop".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "sylius.theme.twig.loader" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "workflow.twig_extension" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "bitbag_sylius_cms_plugin.twig.extension.block" to "twig".
  • Inlined service "bitbag_sylius_cms_plugin.twig.extension.media" to "twig".
  • Inlined service "bitbag_sylius_cms_plugin.twig.extension.product_pages" to "twig".
  • Inlined service "bitbag_sylius_cms_plugin.twig.extension.render_content" to "twig".
  • Inlined service "bitbag_sylius_product_bundle.twig.extension.smash_promotion" to "twig".
  • Inlined service "Twig\Extra\Intl\IntlExtension" to "twig".
  • Inlined service "dh.twig.extension.product_variant_tax_rate" to "twig".
  • Inlined service "dh.twig.extension.attribute_value_price_amount" to "twig".
  • Inlined service "dh.twig.extension.sub_attribute_value_price_amount" to "twig".
  • Inlined service "dh.twig.extension.value_price_amount" to "twig".
  • Inlined service "sylius.twig.extension.convert_amount" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "sylius.twig.extension.aggregate_adjustments" to "twig".
  • Inlined service "sylius.twig.extension.money" to "twig".
  • Inlined service "sylius.twig.extension.currency" to "twig".
  • Inlined service "sylius.twig.extension.locale" to "twig".
  • Inlined service "sylius.twig.extension.inventory" to "twig".
  • Inlined service "sylius.twig.extension.percentage" to "twig".
  • Inlined service "sylius.twig.extension.sort_by" to "twig".
  • Inlined service "sylius.twig.extension.template_event" to "twig".
  • Inlined service "sylius.twig.extension.price" to "twig".
  • Inlined service "sylius.twig.extension.variant_resolver" to "twig".
  • Inlined service "sylius.twig.extension.product_variants_prices" to "twig".
  • Inlined service "sylius.twig.extension.checkout_steps" to "twig".
  • Inlined service "setono_job_status.twig.extension" to "twig".
  • Inlined service "sylius.twig.extension.grid" to "twig".
  • Inlined service "sylius.twig.extension.bulk_action_grid" to "twig".
  • Inlined service "sm.twig_extension" to "twig".
  • Inlined service "sonata.block.twig.extension" to "twig".
  • Inlined service "hateoas.twig.link" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.extension.pagerfanta" to "twig".
  • Inlined service "sylius.twig.extension.taxes" to "twig".
  • Inlined service "sylius.twig.extension.subtotal" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "odiseo_sylius_banner_plugin.twig_extension.banner" to "twig".
  • Inlined service "dh_sylius_notification_plugin.twig.extension.notifications" 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 "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.212Tz_h" to "twig.runtime_loader".
  • Inlined service ".1_bool~2U8vU5Y" to "twig.error_renderer.html".
  • 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.IUAq.ud" 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 "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.naming_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".1_PropertyPathMapper~MpYD3bP" to "sylius.form.data_mapper.order_item_quantity".
  • Inlined service "sylius.custom_factory.product.inner" to "sylius.custom_factory.product".
  • Inlined service "dh.shipping_calculator.table_rate" to "sylius.registry.shipping_calculator".
  • Inlined service "sylius.payment_methods_resolver.default" to "sylius.registry.payment_methods_resolver".
  • Inlined service "sylius.promotion_coupon_duration_eligibility_checker" to "sylius.promotion_coupon_eligibility_checker".
  • Inlined service "sylius.promotion_coupon_usage_limit_eligibility_checker" to "sylius.promotion_coupon_eligibility_checker".
  • Inlined service "sylius.promotion.eligibility_checker.promotion_coupon_per_customer_usage_limit" to "sylius.promotion_coupon_eligibility_checker".
  • Inlined service "sylius.promotion_duration_eligibility_checker" to "sylius.promotion_eligibility_checker".
  • Inlined service "sylius.promotion_usage_limit_eligibility_checker" to "sylius.promotion_eligibility_checker".
  • Inlined service "sylius.promotion_subject_coupon_eligibility_checker" to "sylius.promotion_eligibility_checker".
  • Inlined service "sylius.promotion_rules_eligibility_checker" to "sylius.promotion_eligibility_checker".
  • Inlined service "dh.utils.promotion_rule_checker.contains_product_variant" to "sylius.registry_promotion_rule_checker".
  • Inlined service "dh.utils.promotion_rule_checker.has_product_variant_taxon" to "sylius.registry_promotion_rule_checker".
  • Inlined service "dh.utils.promotion_rule_checker.total_of_items_from_product_variant_taxon" to "sylius.registry_promotion_rule_checker".
  • Inlined service "sylius.promotion_rule_checker.customer_group" to "sylius.registry_promotion_rule_checker".
  • Inlined service "dh.utils.promotion_action_unit_percentage_discount_excluding_service" to "sylius.registry_promotion_action".
  • Inlined service ".1_BuildAddressFormSubscriber~mMOsWMv" to "sylius.form.type.address".
  • Inlined service "sylius.admin_user.token_uniqueness_checker.password_reset" to "sylius.admin_user.token_generator.password_reset".
  • Inlined service "sylius.admin_user.pin_uniqueness_checker.password_reset" to "sylius.admin_user.pin_generator.password_reset".
  • Inlined service "sylius.admin_user.token_uniqueness_checker.email_verification" to "sylius.admin_user.token_generator.email_verification".
  • Inlined service "sylius.admin_user.reloader" to "sylius.listener.admin_user.reloader".
  • Inlined service "sylius.shop_user.token_uniqueness_checker.password_reset" to "sylius.shop_user.token_generator.password_reset".
  • Inlined service "sylius.shop_user.pin_uniqueness_checker.password_reset" to "sylius.shop_user.pin_generator.password_reset".
  • Inlined service "sylius.shop_user.token_uniqueness_checker.email_verification" to "sylius.shop_user.token_generator.email_verification".
  • Inlined service "sylius.shop_user.reloader" to "sylius.listener.shop_user.reloader".
  • Inlined service "sylius.oauth_user.token_uniqueness_checker.password_reset" to "sylius.oauth_user.token_generator.password_reset".
  • Inlined service "sylius.oauth_user.pin_uniqueness_checker.password_reset" to "sylius.oauth_user.pin_generator.password_reset".
  • Inlined service "sylius.oauth_user.token_uniqueness_checker.email_verification" to "sylius.oauth_user.token_generator.email_verification".
  • Inlined service "sylius.oauth_user.reloader" to "sylius.listener.oauth_user.reloader".
  • Inlined service "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" to "sylius.twig.extension.template_event".
  • Inlined service "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer.inner" to "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer".
  • Inlined service "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer.inner" to "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer".
  • Inlined service "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" to "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer".
  • Inlined service "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" to "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer".
  • Inlined service "sylius.class_metadata.product_image" to "sylius.repository.product_image".
  • Inlined service "sylius.context.currency.composite" to "sylius.context.currency.channel_aware".
  • Inlined service ".1_SettingsRequirements~Q0ZT3Wj" to "sylius.requirements".
  • Inlined service ".2_ExtensionsRequirements~Q0ZT3Wj" to "sylius.requirements".
  • Inlined service ".3_FilesystemRequirements~Q0ZT3Wj" to "sylius.requirements".
  • Inlined service ".1_Filesystem~lzfEjzf" to "sylius.image_uploader".
  • Inlined service "sylius.order_item_quantity_modifier.limiting.inner" to "sylius.order_item_quantity_modifier.limiting".
  • Inlined service "sylius.custom_resource_controller.resource_update_handler.inner" to "sylius.custom_resource_controller.resource_update_handler".
  • Inlined service "sylius.resource_controller.pagerfanta_representation_factory" to "sylius.resource_controller.resources_collection_provider".
  • Inlined service "sylius.registry.resource_repository" to "sylius.form.type.resource_autocomplete_choice".
  • Inlined service ".1_RouteFactory~zw_uqF0" to "sylius.routing.loader.resource".
  • Inlined service "sylius.registry.form_builder" to "sylius.form.type.default".
  • Inlined service "sylius.form_builder.default" to "sylius.registry.form_builder".
  • Inlined service "sylius.resource_controller.resources_resolver.grid_aware.inner" to "sylius.resource_controller.resources_resolver.grid_aware".
  • Inlined service "sylius.custom_grid_renderer.twig.inner" to "sylius.custom_grid_renderer.twig".
  • Inlined service "sylius_resource.doctrine.mapping_driver_chain.inner" to "sylius_resource.doctrine.mapping_driver_chain".
  • Inlined service "setono_job_status.back_off.fibonacci" to "setono_job_status.manager.job".
  • Inlined service "setono_sylius_catalog_promotion.fixture.example_factory.promotion_rule" to "setono_sylius_catalog_promotion.fixture.example_factory.promotion".
  • Inlined service "setono_sylius_catalog_promotion.fixture.example_factory.promotion" to "setono_sylius_catalog_promotion.fixture.promotion".
  • Inlined service "setono_sylius_catalog_promotion.form_registry.rule" to "setono_sylius_catalog_promotion.form.type.promotion_rule".
  • Inlined service "setono_sylius_catalog_promotion.rule.has_taxon" to "setono_sylius_catalog_promotion.registry.rule".
  • Inlined service "setono_sylius_catalog_promotion.rule.has_not_taxon" to "setono_sylius_catalog_promotion.registry.rule".
  • Inlined service "setono_sylius_catalog_promotion.rule.contains_product" to "setono_sylius_catalog_promotion.registry.rule".
  • Inlined service "setono_sylius_catalog_promotion.rule.contains_products" to "setono_sylius_catalog_promotion.registry.rule".
  • Inlined service "dh.grid.filter.order_customer_group" to "sylius.registry.grid_filter".
  • 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 "bazinga_hateoas.expression_language" to "hateoas.expression.evaluator".
  • Inlined service "hateoas.serializer.xml" to "hateoas.event_subscriber.xml".
  • Inlined service "hateoas.serializer.json_hal" to "hateoas.event_subscriber.json".
  • Inlined service "hateoas.inline_deferrer.embeds" to "hateoas.event_subscriber.json".
  • Inlined service "hateoas.inline_deferrer.links" to "hateoas.event_subscriber.json".
  • Inlined service "hateoas.configuration.provider.resolver.chain" to "hateoas.configuration.relation_provider".
  • Inlined service "hateoas.configuration.relation_provider" to "hateoas.configuration.relations_repository".
  • Inlined service "hateoas.configuration.metadata.annotation_driver" to "hateoas.configuration.metadata.extension_driver".
  • Inlined service "hateoas.configuration.metadata.yaml_driver" to "hateoas.configuration.metadata.chain_driver".
  • Inlined service "hateoas.configuration.metadata.xml_driver" to "hateoas.configuration.metadata.chain_driver".
  • Inlined service "hateoas.configuration.metadata.extension_driver" to "hateoas.configuration.metadata.chain_driver".
  • Inlined service "hateoas.configuration.metadata.chain_driver" to "hateoas.configuration.metadata_factory".
  • Inlined service "hateoas.configuration.metadata.cache.file_cache" to "hateoas.configuration.metadata_factory".
  • Inlined service "hateoas.generator.symfony" to "hateoas.generator.registry".
  • Inlined service ".service_locator.P7Luav2" to "jms_serializer.event_dispatcher".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.php_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.cache_naming_strategy".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy.expression".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service "fos_rest.error_listener" to "fos_rest.exception_listener".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.fb323b3cbfb769fe92fede8e2aacbe1721244b9fdb29190580448296bf32c6236c93c7ef" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.9eb5e327dd816cb8ca7e32fc8204eb1671d6d2f0410fe9096e67bd957456da81815fbc76" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.12ab1340700053bd9bff701b40ccbe862d759bad33cb7348fdbee4508a8fac9fbb09763a" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.e6629d6422694615928c869643ad143324650eb86b008cff03cf6f4456bd9ca842e543b8" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "gaufrette.sylius_image_adapter" to "gaufrette.sylius_image_filesystem".
  • Inlined service "gaufrette.bitbag_sylius_cms_plugin_media_adapter" to "gaufrette.bitbag_sylius_cms_plugin_media_filesystem".
  • Inlined service "gaufrette.banner_image_adapter" to "gaufrette.banner_image_fs_filesystem".
  • Inlined service "gaufrette.uploads_crew_manager_adapter" to "gaufrette.dh_sylius_crew_manager_plugin_media_filesystem".
  • Inlined service "gaufrette.uploads_sylius_refund_adapter" to "gaufrette.sylius_refund_plugin_media_filesystem".
  • 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 "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "payum.http_request_verifier_builder" to "payum.builder".
  • Inlined service "payum.token_factory_builder" to "payum.builder".
  • Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
  • Inlined service "bitbag_sylius_przelewy24_plugin.gateway_factory.przelewy24" to "payum.builder".
  • Inlined service "payum.builder" to "payum".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\AuthorizeController" to "Payum\Bundle\PayumBundle\Controller\AuthorizeController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\CancelController" to "Payum\Bundle\PayumBundle\Controller\CancelController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\CaptureController" to "Payum\Bundle\PayumBundle\Controller\CaptureController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\NotifyController" to "Payum\Bundle\PayumBundle\Controller\NotifyController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\PayoutController" to "Payum\Bundle\PayumBundle\Controller\PayoutController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\RefundController" to "Payum\Bundle\PayumBundle\Controller\RefundController".
  • Inlined service ".service_locator.iNzucjA.Payum\Bundle\PayumBundle\Controller\SyncController" to "Payum\Bundle\PayumBundle\Controller\SyncController".
  • Inlined service "pagerfanta.view.default_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap4_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap3_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.semantic_ui_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "white_october_pagerfanta.view_factory" to "twig.extension.pagerfanta".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.block" to "sylius_fixtures.fixture_registry".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.page" to "sylius_fixtures.fixture_registry".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.frequently_asked_question" to "sylius_fixtures.fixture_registry".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.section" to "sylius_fixtures.fixture_registry".
  • Inlined service "bitbag_sylius_cms_plugin.fixture.media" to "sylius_fixtures.fixture_registry".
  • Inlined service "setono_sylius_catalog_promotion.fixture.promotion" to "sylius_fixtures.fixture_registry".
  • Inlined service "odiseo_sylius_banner_plugin.fixture.banner" to "sylius_fixtures.fixture_registry".
  • Inlined service ".1_FixtureLoader~5cssZHE" to "sylius_fixtures.fixture_loader".
  • Inlined service ".2_SuiteLoader~5cssZHE" to "sylius_fixtures.suite_loader".
  • Inlined service ".1_MetadataInterface~f33DTVQ" to "sylius.controller.payum".
  • Inlined service "sylius.theme.asset.assets_installer.output_aware.inner" to "sylius.theme.asset.assets_installer.output_aware".
  • Inlined service "sylius.theme.translation.theme_aware_translator.inner" to "sylius.theme.translation.theme_aware_translator".
  • Inlined service "sylius.http_message_factory" to "sylius.controller.admin.notification".
  • Inlined service "sylius.shop.locale_switcher" to "sylius.controller.shop.locale_switch".
  • Inlined service "sylius.shop_api_plugin.handler.estimate_shipping_cost_estimator" to "sylius.shop_api_plugin.controller.cart.estimate_shipping_cost_action".
  • Inlined service ".service_locator.7tMCGJG" to "sylius.shop_api_plugin.factory.product_attribute_value_view_factory".
  • Inlined service "sylius.shop_api_plugin.mapper.address_mapper" to "sylius.shop_api_plugin.handler.address_order_handler".
  • Inlined service "sylius.shop_api_plugin.checker.channel_existence" to "sylius.shop_api_plugin.http.request_channel_ensurer".
  • Inlined service "fos_oauth_server.storage.default" to "fos_oauth_server.server".
  • Inlined service "fos_oauth_server.authorize.form.handler.default" to "fos_oauth_server.controller.authorize".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~hT85KqF" to "var_dumper.contextualized_cli_dumper".
  • 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~hT85KqF" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~hT85KqF" to "var_dumper.command.server_dump".
  • Inlined service ".1_NonceGenerator~npMVj0." to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~npMVj0." to "twig.extension.webprofiler".
  • Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
  • Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
  • Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
  • Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
  • Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
  • Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
  • Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service ".1_TokenStorage~XX.bFp5" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.config_manager" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.plugin_manager" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.styles_set_manager" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.template_manager" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.toolbar_manager" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "sylius.sitemap_renderer" to "sylius.controller.sitemap".
  • Inlined service "sylius.sitemap_index_renderer" to "sylius.controller.sitemap_index".
  • Inlined service "sylius.sitemap_index_builder" to "sylius.controller.sitemap_index".
  • Inlined service "sylius.sitemap_renderer.twig_adapter" to "sylius.sitemap_renderer".
  • Inlined service "sylius.sitemap_index_renderer.twig_adapter" to "sylius.sitemap_index_renderer".
  • Inlined service "sylius.sitemap_factory" to "sylius.sitemap_builder".
  • Inlined service "sylius.sitemap_index_factory" to "sylius.sitemap_index_builder".
  • Inlined service "sylius.sitemap_index_provider.index" to "sylius.sitemap_index_builder".
  • Inlined service "sylius.sitemap_index_url_factory" to "sylius.sitemap_index_provider.index".
  • Inlined service ".service_locator.0ZFPq9." to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~vlE3OQG" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "dh_sylius_crew_manager_plugin.listener.notification_message_file_upload.filesystem" to "dh_sylius_crew_manager_plugin.service.notification_message_file_service".
  • Inlined service "dh_sylius_crew_manager_plugin.view_factory.task_product_component" to "dh_sylius_crew_manager_plugin.api.get_task_product_component_list_by_task_id_action".
  • Inlined service "crew_manager_plugin.creator.disposable_product" to "crew_manager_plugin.assigner.disposable_product".
  • Inlined service "sylius.exporter.countries.csv" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.orders.csv" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.tax_categories.csv" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.customers.csv" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.products.csv" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.countries.xlsx" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.orders.xlsx" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.customers.xlsx" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.countries.json" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.orders.json" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.customers.json" to "sylius.exporters_registry".
  • Inlined service "sylius.importer.countries.csv" to "sylius.importers_registry".
  • Inlined service "sylius.importer.customer_group.csv" to "sylius.importers_registry".
  • Inlined service "sylius.importer.payment_methods.csv" to "sylius.importers_registry".
  • Inlined service "sylius.importer.tax_categories.csv" to "sylius.importers_registry".
  • Inlined service "sylius.importer.products.csv" to "sylius.importers_registry".
  • Inlined service "sylius.importer.countries.xlsx" to "sylius.importers_registry".
  • Inlined service "sylius.importer.customer_group.xlsx" to "sylius.importers_registry".
  • Inlined service "sylius.importer.payment_methods.xlsx" to "sylius.importers_registry".
  • Inlined service "sylius.importer.tax_categories.xlsx" to "sylius.importers_registry".
  • Inlined service "sylius.importer.countries.json" to "sylius.importers_registry".
  • Inlined service "sylius.importer.customer_group.json" to "sylius.importers_registry".
  • Inlined service "sylius.importer.payment_methods.json" to "sylius.importers_registry".
  • Inlined service "sylius.importer.tax_categories.json" to "sylius.importers_registry".
  • Inlined service "sylius.importer.customers.json" to "sylius.importers_registry".
  • Inlined service "sylius.service.address_concatenation" to "sylius.exporter.plugin.resource.orders".
  • Inlined service "sylius.exporter.orm.hydrator.orders" to "sylius.exporter.plugin.resource.orders".
  • Inlined service "sylius.exporter.plugin.resource.countries" to "sylius.exporter.pluginpool.countries".
  • Inlined service "sylius.exporter.plugin.resource.orders" to "sylius.exporter.pluginpool.orders".
  • Inlined service "sylius.exporter.plugin.resource.tax_categories" to "sylius.exporter.pluginpool.tax_categories".
  • Inlined service "sylius.exporter.plugin.resource.customers" to "sylius.exporter.pluginpool.customers".
  • Inlined service "sylius.exporter.plugin.resource.products" to "sylius.exporter.pluginpool.products".
  • Inlined service "sylius.importers_transformer_pool" to "sylius.processor.products".
  • Inlined service "sylius.processor.products" to "sylius.importer.products.csv".
  • Inlined service "sylius.csv_writer" to "sylius.exporter.csv_writer".
  • Inlined service "sylius.exporter.pluginpool.tax_categories" to "sylius.exporter.tax_categories.csv".
  • Inlined service "sylius.exporter.pluginpool.products" to "sylius.exporter.products.csv".
  • Inlined service "sylius.exporter.spreadsheet_writer_factory" to "sylius.exporter.spreadsheet_writer".
  • Inlined service "sylius.processor.customers" to "sylius.importer.customers.json".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "slugger" to "Vich\UploaderBundle\Util\Transliterator".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "nelmio_api_doc.model_describers.jms.inner" to "nelmio_api_doc.model_describers.jms.bazinga_hateoas".
  • Inlined service "loevgaard_sylius_barcode.barcode_checker" to "loevgaard_sylius_barcode.message.handler.process_batch".
  • Inlined service "dh_sylius_google_calendar_plugin.factory.event_view_factory" to "dh_sylius_google_calendar_plugin.controller.calendar.show_events_by_summary_action".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "dh.artis.product.specification_item.specification_item_value_resolver" to "dh.artis_simple_product_variant_hotfix_plugin.form.extension.product_type".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "sylius_shop_api_plugin.command_bus.messenger.handlers_locator" to "sylius_shop_api_plugin.command_bus.middleware.handle_message".
  • Inlined service "sylius_shop_api_plugin.event_bus.messenger.handlers_locator" to "sylius_shop_api_plugin.event_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_shop_api_plugin.event_bus.inner" to "debug.traced.sylius_shop_api_plugin.event_bus".
  • Inlined service "bitbag_sylius_product_bundle.command_bus.messenger.handlers_locator" to "bitbag_sylius_product_bundle.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.bitbag_sylius_product_bundle.command_bus.inner" to "debug.traced.bitbag_sylius_product_bundle.command_bus".
  • Inlined service "sylius_google_calendar_plugin.command_bus.messenger.handlers_locator" to "sylius_google_calendar_plugin.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_google_calendar_plugin.command_bus.inner" to "debug.traced.sylius_google_calendar_plugin.command_bus".
  • Inlined service "sylius_google_calendar_plugin.event_bus.messenger.handlers_locator" to "sylius_google_calendar_plugin.event_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_google_calendar_plugin.event_bus.inner" to "debug.traced.sylius_google_calendar_plugin.event_bus".
  • Inlined service "sylius_notification_plugin.command_bus.messenger.handlers_locator" to "sylius_notification_plugin.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_notification_plugin.command_bus.inner" to "debug.traced.sylius_notification_plugin.command_bus".
  • Inlined service "sylius_notification_plugin.event_bus.messenger.handlers_locator" to "sylius_notification_plugin.event_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_notification_plugin.event_bus.inner" to "debug.traced.sylius_notification_plugin.event_bus".
  • Inlined service "loevgaard_sylius_barcode.command_bus.messenger.handlers_locator" to "loevgaard_sylius_barcode.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.loevgaard_sylius_barcode.command_bus.inner" to "debug.traced.loevgaard_sylius_barcode.command_bus".
  • Inlined service "sylius_invoicing_plugin.command_bus.messenger.handlers_locator" to "sylius_invoicing_plugin.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_invoicing_plugin.command_bus.inner" to "debug.traced.sylius_invoicing_plugin.command_bus".
  • Inlined service "sylius_invoicing_plugin.event_bus.messenger.handlers_locator" to "sylius_invoicing_plugin.event_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_invoicing_plugin.event_bus.inner" to "debug.traced.sylius_invoicing_plugin.event_bus".
  • Inlined service "sylius_refund_plugin.command_bus.messenger.handlers_locator" to "sylius_refund_plugin.command_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_refund_plugin.command_bus.inner" to "debug.traced.sylius_refund_plugin.command_bus".
  • Inlined service "sylius_refund_plugin.event_bus.messenger.handlers_locator" to "sylius_refund_plugin.event_bus.middleware.handle_message".
  • Inlined service "debug.traced.sylius_refund_plugin.event_bus.inner" to "debug.traced.sylius_refund_plugin.event_bus".
  • Inlined service "dh.handler.instant_order_complete_handler" to ".messenger.handler_descriptor.0DLM0RZ".
  • Inlined service "dh.handler.add_product_variant_review_by_code_handler" to ".messenger.handler_descriptor.oP0OmOO".
  • Inlined service "dh.handler.edit_offer_address_data_handler" to ".messenger.handler_descriptor.LDfztV4".
  • Inlined service "dh.handler.subscribe_to_newsletter_handler" to ".messenger.handler_descriptor.Cpkik5q".
  • Inlined service "dh.handler.unsubscribe_from_newsletter_handler" to ".messenger.handler_descriptor.v.VYU85".
  • Inlined service "dh.handler.add_project_to_review" to ".messenger.handler_descriptor.dW0beJY".
  • Inlined service "dh.handler.create_address_handler" to ".messenger.handler_descriptor.jGpnwIo".
  • Inlined service "dh.handler.update_address_handler" to ".messenger.handler_descriptor.0YllIYR".
  • Inlined service "dh.handler.send_catalog_order_email" to ".messenger.handler_descriptor.scwm24Z".
  • Inlined service "dh.handler.update_newsletter_status" to ".messenger.handler_descriptor.xVmWyqI".
  • Inlined service "dh_artis_product_units_plugin.handler.change_item_quantity_handler" to ".messenger.handler_descriptor.kuI18c9".
  • Inlined service "dh.listener.update_data_on_pickup_cart" to ".messenger.handler_descriptor.fxz97_W".
  • Inlined service "dh.listener.update_data_on_order" to ".messenger.handler_descriptor.yIOgBE9".
  • 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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.IBJzdGE" to ".service_locator.IBJzdGE.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service "sylius.form_registry.grid_filter" to "sylius.custom_grid_renderer.twig.inner".
  • Inlined service "translator.formatter.default" to "sylius.theme.translation.theme_aware_translator.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" to "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service "doctrine.orm.default_yml_metadata_driver" to "sylius_resource.doctrine.mapping_driver_chain.inner".
  • Inlined service ".service_locator.okAD1CW" to "console.command_loader".
  • Inlined service "debug.traced.sylius_shop_api_plugin.command_bus.inner" to "message_bus".
  • Inlined service ".service_locator.IBJzdGE.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "sylius.custom_factory.adjustment.inner" to "Sylius\Component\Order\Factory\AdjustmentFactoryInterface".
  • Inlined service "sylius.shop_api_plugin.event_listener.request_locale_setter" to "Sylius\Component\Locale\Context\LocaleContextInterface".
  • Inlined service "sylius.custom_factory.product_variant.inner" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
  • Inlined service "sylius.custom_factory.channel.inner" to "Sylius\Component\Channel\Factory\ChannelFactoryInterface".
  • Inlined service "sylius.context.channel.request_based" to "Sylius\Component\Channel\Context\ChannelContextInterface".
  • Inlined service "sylius.context.channel.single_channel" to "Sylius\Component\Channel\Context\ChannelContextInterface".
  • Inlined service "sylius.context.channel.fake_channel.context" to "Sylius\Component\Channel\Context\ChannelContextInterface".
  • Inlined service "sylius.context.channel.request_based.resolver.hostname_based" to "Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface".
  • Inlined service "sylius.custom_factory.payment.inner" to "Sylius\Component\Payment\Factory\PaymentFactoryInterface".
  • Inlined service "sylius.custom_factory.promotion_coupon.inner" to "Sylius\Component\Promotion\Factory\PromotionCouponFactoryInterface".
  • Inlined service "sylius.custom_factory.zone.inner" to "Sylius\Component\Addressing\Factory\ZoneFactoryInterface".
  • Inlined service "sylius.custom_factory.taxon.inner" to "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface".
  • Inlined service "sylius.custom_factory.payment_method.inner" to "Sylius\Component\Core\Factory\PaymentMethodFactoryInterface".
  • Inlined service "sylius.custom_factory.promotion_action.inner" to "Sylius\Component\Core\Factory\PromotionActionFactoryInterface".
  • Inlined service "sylius.custom_factory.promotion_rule.inner" to "Sylius\Component\Core\Factory\PromotionRuleFactoryInterface".
  • Inlined service "sylius.custom_inventory.order_inventory_operator.inner" to "Sylius\Component\Core\Inventory\Operator\OrderInventoryOperatorInterface".
  • Inlined service "sylius.custom_factory.order_item.inner" to "sylius.factory.cart_item".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "sylius_fixtures.listener.orm_purger" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
  • Inlined service "sylius_fixtures.listener.logger" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
  • Inlined service ".1_Processor~hZYSSF3" to "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface".
  • Inlined service "sylius.theme.hydrator" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
  • Inlined service "sylius.theme.configuration" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface".
  • Inlined service ".1_Processor~m_ulVaF" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface".
  • Inlined service "sylius.theme.templating.locator.cached.inner" to "Sylius\Bundle\ThemeBundle\Templating\Locator\TemplateLocatorInterface".
  • Inlined service "sylius.theme.translation.resource_provider.default" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface".
  • Inlined service "sylius.theme.translation.resource_provider.theme_aware" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface".
  • Inlined service "sylius.theme.translation.ordering_files_finder.inner" to "Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface".
  • Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "sylius.context.cart.new_shop_based.inner" to "sylius.context.cart.new".
  • Inlined service "sylius.channel_aware_promotion_rule_checker.item_total.inner" to "sylius.promotion_rule_checker.item_total".
  • Inlined service "sylius.custom_factory.address.inner" to "sylius.factory.address".
  • Inlined service "setono_sylius_catalog_promotion.custom_factory.promotion_rule.inner" to "setono_sylius_catalog_promotion.factory.promotion_rule".
  • Inlined service "sylius_refund.custom_factory.refund_request_message_file.inner" to "sylius_refund.factory.refund_request_message_file".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "dh.factory.customer_view_factory.inner" to "sylius.shop_api_plugin.factory.customer_view_factory".
  • Inlined service "dh.factory.product_variant_view_factory.inner" to "sylius.shop_api_plugin.factory.product_variant_view_factory".
  • Inlined service "dh.factory.product_review_view_factory.inner" to "sylius.shop_api_plugin.factory.product_review_view_factory".
  • Inlined service "dh.factory.total_view_factory.inner" to "sylius.shop_api_plugin.factory.total_view_factory".
  • Inlined service "dh.factory.cart_item_view_factory.inner" to "sylius.shop_api_plugin.factory.cart_item_view_factory".
  • Inlined service "dh.factory.cart_factory.inner" to "sylius.shop_api_plugin.factory.cart_view_factory".
  • Inlined service "dh.factory.placed_order_factory.inner" to "sylius.shop_api_plugin.factory.placed_order_view_factory".
  • Inlined service "dh.custom_factory.favorite.inner" to "dh.factory.favorite".
  • Inlined service "dh.custom_factory.favorite_item.inner" to "dh.factory.favorite_item".
  • Inlined service "dh.factory.product_variant_option_value_price_factory.inner" to "dh.factory.product_variant_option_value_price".
  • Inlined service "dh.factory.product_variant_option_attribute_value_price_factory.inner" to "dh.factory.product_variant_option_attribute_value_price".
  • Inlined service "dh.factory.product_variant_option_sub_attribute_value_price_factory.inner" to "dh.factory.product_variant_option_sub_attribute_value_price".
  • Inlined service "dh.factory.taxon_view_factory.inner" to "sylius.shop_api_plugin.factory.taxon_view_factory".
  • Inlined service "dh.factory.product_variant_filter_view_factory" to "sylius.shop_api_plugin.factory.taxon_view_factory".
  • Inlined service "dh.factory.product_review.inner" to "sylius.factory.product_review".
  • Inlined service "dh.factory.address_view_factory.inner" to "sylius.shop_api_plugin.factory.address_view_factory".
  • Inlined service "dh.factory.product_view_factory.inner" to "sylius.shop_api_plugin.factory.product_view_factory".
  • Inlined service "dh.factory.price_view_factory.inner" to "sylius.shop_api_plugin.factory.price_view_factory".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "fos_rest.serializer.form_error_handler.inner" to "jms_serializer.form_error_handler".
  • Inlined service "setono_doctrine_orm_batcher.factory.batcher" to "console.command.public_alias.loevgaard_sylius_barcode.command.check_barcodes".
  • Inlined service ".service_locator.kgMWZdv" to "fos_rest.serializer.jms_handler_registry".
  • Inlined service "bitbag_sylius_cms_plugin.media_uploader" to "bitbag_sylius_cms_plugin.resolver.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.media_uploader" to "bitbag_sylius_cms_plugin.resolver.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.media_uploader" to "bitbag_sylius_cms_plugin.resolver.media_provider".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_sections" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_channels" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_products" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_sections" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_channels" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_products" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_sections" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "bitbag_sylius_cms_plugin.resolver.importer_products" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_province" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_district" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_district_information" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_province" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_district_information" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "dh.resolver.resource.shipping_table_district" to "bitbag_sylius_cms_plugin.processor.import".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "pagerfanta.view.default" to "twig".
  • Inlined service "pagerfanta.view.default" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap3" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap4" to "twig".
  • Inlined service "pagerfanta.view.semantic_ui" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap4" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap3" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap" to "twig".
  • Inlined service "pagerfanta.view.semantic_ui" to "twig".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "sylius.exporter.csv_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.countries" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.csv_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.orders" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.csv_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.csv_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.customers" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.csv_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.spreadsheet_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.countries" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.spreadsheet_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.orders" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.spreadsheet_writer" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.customers" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.countries" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.orders" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.exporter.pluginpool.customers" to "sylius.exporters_registry".
  • Inlined service "sylius.exporters_transformer_pool" to "sylius.exporters_registry".
  • Inlined service "sylius.factory.csv_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.countries" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.csv_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.customer_groups" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.csv_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.payment_methods" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.csv_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.tax_categories" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.csv_reader" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.spreadsheet_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.countries" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.spreadsheet_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.customer_groups" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.spreadsheet_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.payment_methods" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.factory.spreadsheet_reader" to "sylius.importers_registry".
  • Inlined service "sylius.processor.tax_categories" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.processor.countries" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.processor.customer_groups" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.processor.payment_methods" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.processor.tax_categories" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "sylius.importer.result" to "sylius.importers_registry".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "sylius.importer.metadata_validator" to "sylius.importers_registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
1041
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "sylius.product_variant_resolver.default" was defined on service(s) "sylius.product_variant_resolver.default", but was never used.
1