Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Action\Cache" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Action\Tax" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Thelia\Command\ContainerAwareCommand" class implements "Symfony\Component\DependencyInjection\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\AdminUpdatePasswordCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\CacheClear" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ClearImageCache" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ConfigCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\CreateAdminUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\DiffDatabaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ExportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\GenerateResources" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\GenerateSQLCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\HookCleanCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleActivateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleDeactivateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleGenerateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleGenerateModelCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleGenerateSqlCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModulePositionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ModuleRefreshCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\ReloadDatabaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\SaleCheckActivationCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Command\UpdateCurrenciesRates" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Thelia\Condition\ConditionCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Condition\ConditionCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Condition\ConditionCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
The "Thelia\Controller\BaseController" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\Console\Application::doRun()" might add "int" as a native return type declaration in the future. Do the same in child class "Thelia\Core\Application" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Core\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Core\EventListener\RequestListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Core\EventListener\ResponseListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getParent()" might add "?string" as a native return type declaration in the future. Do the same in child class "Thelia\Core\Form\Type\Field\AbstractIdType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getParent()" might add "?string" as a native return type declaration in the future. Do the same in child class "Thelia\Core\Form\Type\TheliaType" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Thelia\Core\Hook\FragmentBag::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Hook\FragmentBag::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\Routing\Router::getRouteCollection()" might add "RouteCollection" as a native return type declaration in the future. Do the same in child class "Thelia\Core\Routing\AnnotationRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Core\Template\Assets\Filter\LessDotPhpFilter" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Thelia\Core\Template\Element\FlashMessage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Element\FlashMessage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Element\LoopResult::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Element\LoopResult::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Element\LoopResult::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Loop\Argument\ArgumentCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Core\Template\Loop\Argument\ArgumentCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Thelia\Core\Template\TheliaTemplateHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Thelia\ImportExport\Export\AbstractExport::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\ImportExport\Export\AbstractExport::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\ImportExport\Import\AbstractImport::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\ImportExport\Import\AbstractImport::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Thelia\ImportExport\Import\AbstractImport" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Thelia\ImportExport\Import\AbstractImport" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Thelia\Module\BaseModule" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
Return type of Thelia\TaxEngine\OrderProductTaxCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\TaxEngine\OrderProductTaxCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Type\TypeCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Thelia\Type\TypeCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Thelia\Form\BaseForm::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "Carousel\Form\CarouselUpdateForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\Loop\Image::getArgDefinitions()" might add "\Thelia\Core\Template\Loop\Argument\ArgumentCollection" as a native return type declaration in the future. Do the same in child class "Carousel\Loop\Carousel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Form\BaseForm::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "HookNavigation\Form\HookNavigationConfigForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::render()" might add "string" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::renderString()" might add "string" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::getStatus()" might add "int" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::getRequest()" might add "Request" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::getTemplateDefinition()" might add "TemplateDefinition" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::hasTemplateDefinition()" might add "bool" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::getFallbackToDefaultTemplate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Core\Template\ParserInterface::getTemplateHelper()" might add "\Thelia\Core\Template\TemplateHelperInterface" as a native return type declaration in the future. Do the same in implementation "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Smarty_Internal_Data::__call()" might add "mixed" as a native return type declaration in the future. Do the same in child class "TheliaSmarty\Template\DataCollectorSmartyParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Thelia\Form\BaseForm::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "HookAdminHome\Form\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "WebProfiler\DataCollector\SmartyDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
User Deprecated: Since symfony/routing 6.4: The "Symfony\Component\Routing\Loader\AnnotationDirectoryLoader" class is deprecated, use "Symfony\Component\Routing\Loader\AttributeDirectoryLoader" instead.
User Deprecated: Since symfony/framework-bundle 6.4: The "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader" class is deprecated, use "Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader" instead.
User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Component\DependencyInjection\ContainerAwareTrait" is deprecated, use dependency injection instead.
User Deprecated: Since symfony/routing 6.4: Class "Thelia\Controller\Admin\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/routing 6.4: Class "Thelia\Controller\Admin\TaxRuleController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Deprecated: The "Thelia\Controller\BaseController" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
User Deprecated: Since symfony/routing 6.4: Class "HookAdminHome\Controller\ConfigurationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/routing 6.4: Class "HookAdminHome\Controller\HomeController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Warning: Adding a Join to a ModelCriteria is still allowed by Propel but can cause issues by being processed as a ModelJoin is some cases. It may be unallowed in the future. The Join has been tentatively converted to a ModelJoin, but you may wish to provide a ModelJoin.
Deprecated: Return type of Thelia\Core\Template\Loop\Argument\ArgumentCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Core\Template\Loop\Argument\ArgumentCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Type\TypeCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Type\TypeCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Core\Template\Element\LoopResult::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Core\Template\Element\LoopResult::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Thelia\Core\Template\Element\LoopResult::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Imagine\Image\Metadata\MetadataBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Imagine\Image\Metadata\MetadataBag" now to avoid errors or add an explicit @return annotation to suppress this message.
Log messages generated during the compilation of the service container.
Messages
Class
940
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Address" (parent: .abstract.instanceof.Thelia\Action\Address).
Resolving inheritance for "Thelia\Action\Address" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Address).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Administrator" (parent: .abstract.instanceof.Thelia\Action\Administrator).
Resolving inheritance for "Thelia\Action\Administrator" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Administrator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Area" (parent: .abstract.instanceof.Thelia\Action\Area).
Resolving inheritance for "Thelia\Action\Area" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Area).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Attribute" (parent: .abstract.instanceof.Thelia\Action\Attribute).
Resolving inheritance for "Thelia\Action\Attribute" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Attribute).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\AttributeAv" (parent: .abstract.instanceof.Thelia\Action\AttributeAv).
Resolving inheritance for "Thelia\Action\AttributeAv" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\AttributeAv).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Brand" (parent: .abstract.instanceof.Thelia\Action\Brand).
Resolving inheritance for "Thelia\Action\Brand" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Brand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cache" (parent: .abstract.instanceof.Thelia\Action\Cache).
Resolving inheritance for "Thelia\Action\Cache" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cache).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cart" (parent: .abstract.instanceof.Thelia\Action\Cart).
Resolving inheritance for "Thelia\Action\Cart" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cart).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Category" (parent: .abstract.instanceof.Thelia\Action\Category).
Resolving inheritance for "Thelia\Action\Category" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Category).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Config" (parent: .abstract.instanceof.Thelia\Action\Config).
Resolving inheritance for "Thelia\Action\Config" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Config).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Content" (parent: .abstract.instanceof.Thelia\Action\Content).
Resolving inheritance for "Thelia\Action\Content" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Content).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Country" (parent: .abstract.instanceof.Thelia\Action\Country).
Resolving inheritance for "Thelia\Action\Country" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Country).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Coupon" (parent: .abstract.instanceof.Thelia\Action\Coupon).
Resolving inheritance for "Thelia\Action\Coupon" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Coupon).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Currency" (parent: .abstract.instanceof.Thelia\Action\Currency).
Resolving inheritance for "Thelia\Action\Currency" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Currency).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Customer" (parent: .abstract.instanceof.Thelia\Action\Customer).
Resolving inheritance for "Thelia\Action\Customer" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Customer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\CustomerTitle" (parent: .abstract.instanceof.Thelia\Action\CustomerTitle).
Resolving inheritance for "Thelia\Action\CustomerTitle" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\CustomerTitle).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Delivery" (parent: .abstract.instanceof.Thelia\Action\Delivery).
Resolving inheritance for "Thelia\Action\Delivery" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Delivery).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Document" (parent: .abstract.instanceof.Thelia\Action\Document).
Resolving inheritance for "Thelia\Action\Document" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Document).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Export" (parent: .abstract.instanceof.Thelia\Action\Export).
Resolving inheritance for "Thelia\Action\Export" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Export).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Feature" (parent: .abstract.instanceof.Thelia\Action\Feature).
Resolving inheritance for "Thelia\Action\Feature" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Feature).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\FeatureAv" (parent: .abstract.instanceof.Thelia\Action\FeatureAv).
Resolving inheritance for "Thelia\Action\FeatureAv" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\FeatureAv).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\File" (parent: .abstract.instanceof.Thelia\Action\File).
Resolving inheritance for "Thelia\Action\File" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\File).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Folder" (parent: .abstract.instanceof.Thelia\Action\Folder).
Resolving inheritance for "Thelia\Action\Folder" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Folder).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Hook" (parent: .abstract.instanceof.Thelia\Action\Hook).
Resolving inheritance for "Thelia\Action\Hook" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Hook).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\HttpException" (parent: .abstract.instanceof.Thelia\Action\HttpException).
Resolving inheritance for "Thelia\Action\HttpException" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\HttpException).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Image" (parent: .abstract.instanceof.Thelia\Action\Image).
Resolving inheritance for "Thelia\Action\Image" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Image).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Import" (parent: .abstract.instanceof.Thelia\Action\Import).
Resolving inheritance for "Thelia\Action\Import" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Import).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Lang" (parent: .abstract.instanceof.Thelia\Action\Lang).
Resolving inheritance for "Thelia\Action\Lang" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Lang).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MailingSystem" (parent: .abstract.instanceof.Thelia\Action\MailingSystem).
Resolving inheritance for "Thelia\Action\MailingSystem" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MailingSystem).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Message" (parent: .abstract.instanceof.Thelia\Action\Message).
Resolving inheritance for "Thelia\Action\Message" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Message).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MetaData" (parent: .abstract.instanceof.Thelia\Action\MetaData).
Resolving inheritance for "Thelia\Action\MetaData" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MetaData).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Module" (parent: .abstract.instanceof.Thelia\Action\Module).
Resolving inheritance for "Thelia\Action\Module" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Module).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ModuleHook" (parent: .abstract.instanceof.Thelia\Action\ModuleHook).
Resolving inheritance for "Thelia\Action\ModuleHook" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ModuleHook).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Newsletter" (parent: .abstract.instanceof.Thelia\Action\Newsletter).
Resolving inheritance for "Thelia\Action\Newsletter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Newsletter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Order" (parent: .abstract.instanceof.Thelia\Action\Order).
Resolving inheritance for "Thelia\Action\Order" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Order).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\OrderStatus" (parent: .abstract.instanceof.Thelia\Action\OrderStatus).
Resolving inheritance for "Thelia\Action\OrderStatus" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\OrderStatus).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Payment" (parent: .abstract.instanceof.Thelia\Action\Payment).
Resolving inheritance for "Thelia\Action\Payment" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Payment).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Pdf" (parent: .abstract.instanceof.Thelia\Action\Pdf).
Resolving inheritance for "Thelia\Action\Pdf" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Pdf).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Product" (parent: .abstract.instanceof.Thelia\Action\Product).
Resolving inheritance for "Thelia\Action\Product" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Product).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ProductSaleElement" (parent: .abstract.instanceof.Thelia\Action\ProductSaleElement).
Resolving inheritance for "Thelia\Action\ProductSaleElement" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ProductSaleElement).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Profile" (parent: .abstract.instanceof.Thelia\Action\Profile).
Resolving inheritance for "Thelia\Action\Profile" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Profile).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\RedirectException" (parent: .abstract.instanceof.Thelia\Action\RedirectException).
Resolving inheritance for "Thelia\Action\RedirectException" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\RedirectException).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Sale" (parent: .abstract.instanceof.Thelia\Action\Sale).
Resolving inheritance for "Thelia\Action\Sale" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Sale).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ShippingZone" (parent: .abstract.instanceof.Thelia\Action\ShippingZone).
Resolving inheritance for "Thelia\Action\ShippingZone" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ShippingZone).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\State" (parent: .abstract.instanceof.Thelia\Action\State).
Resolving inheritance for "Thelia\Action\State" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\State).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Tax" (parent: .abstract.instanceof.Thelia\Action\Tax).
Resolving inheritance for "Thelia\Action\Tax" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Tax).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\TaxRule" (parent: .abstract.instanceof.Thelia\Action\TaxRule).
Resolving inheritance for "Thelia\Action\TaxRule" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\TaxRule).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Template" (parent: .abstract.instanceof.Thelia\Action\Template).
Resolving inheritance for "Thelia\Action\Template" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Template).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Translation" (parent: .abstract.instanceof.Thelia\Action\Translation).
Resolving inheritance for "Thelia\Action\Translation" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Translation).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\AdminUpdatePasswordCommand" (parent: .abstract.instanceof.Thelia\Command\AdminUpdatePasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\AdminUpdatePasswordCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\AdminUpdatePasswordCommand).
Resolving inheritance for "Thelia\Command\AdminUpdatePasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\AdminUpdatePasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CacheClear" (parent: .abstract.instanceof.Thelia\Command\CacheClear).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CacheClear" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CacheClear).
Resolving inheritance for "Thelia\Command\CacheClear" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CacheClear).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ClearImageCache" (parent: .abstract.instanceof.Thelia\Command\ClearImageCache).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ClearImageCache" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ClearImageCache).
Resolving inheritance for "Thelia\Command\ClearImageCache" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ClearImageCache).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ConfigCommand" (parent: .abstract.instanceof.Thelia\Command\ConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ConfigCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ConfigCommand).
Resolving inheritance for "Thelia\Command\ConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CreateAdminUser" (parent: .abstract.instanceof.Thelia\Command\CreateAdminUser).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CreateAdminUser" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CreateAdminUser).
Resolving inheritance for "Thelia\Command\CreateAdminUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CreateAdminUser).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\DiffDatabaseCommand" (parent: .abstract.instanceof.Thelia\Command\DiffDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\DiffDatabaseCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\DiffDatabaseCommand).
Resolving inheritance for "Thelia\Command\DiffDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\DiffDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ExportCommand" (parent: .abstract.instanceof.Thelia\Command\ExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ExportCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ExportCommand).
Resolving inheritance for "Thelia\Command\ExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateResources" (parent: .abstract.instanceof.Thelia\Command\GenerateResources).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateResources" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateResources).
Resolving inheritance for "Thelia\Command\GenerateResources" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateResources).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateSQLCommand" (parent: .abstract.instanceof.Thelia\Command\GenerateSQLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateSQLCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateSQLCommand).
Resolving inheritance for "Thelia\Command\GenerateSQLCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateSQLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\HookCleanCommand" (parent: .abstract.instanceof.Thelia\Command\HookCleanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\HookCleanCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\HookCleanCommand).
Resolving inheritance for "Thelia\Command\HookCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\HookCleanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ImportCommand" (parent: .abstract.instanceof.Thelia\Command\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ImportCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ImportCommand).
Resolving inheritance for "Thelia\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\Install" (parent: .abstract.instanceof.Thelia\Command\Install).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\Install" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\Install).
Resolving inheritance for "Thelia\Command\Install" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\Install).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\LoopListCommand" (parent: .abstract.instanceof.Thelia\Command\LoopListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\LoopListCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\LoopListCommand).
Resolving inheritance for "Thelia\Command\LoopListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\LoopListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleActivateCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleActivateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleActivateCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleActivateCommand).
Resolving inheritance for "Thelia\Command\ModuleActivateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleActivateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleDeactivateCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleDeactivateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleDeactivateCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleDeactivateCommand).
Resolving inheritance for "Thelia\Command\ModuleDeactivateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleDeactivateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleGenerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateCommand).
Resolving inheritance for "Thelia\Command\ModuleGenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateModelCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleGenerateModelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateModelCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateModelCommand).
Resolving inheritance for "Thelia\Command\ModuleGenerateModelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateModelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateSqlCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleGenerateSqlCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateSqlCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateSqlCommand).
Resolving inheritance for "Thelia\Command\ModuleGenerateSqlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateSqlCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleListCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleListCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleListCommand).
Resolving inheritance for "Thelia\Command\ModuleListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModulePositionCommand" (parent: .abstract.instanceof.Thelia\Command\ModulePositionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModulePositionCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModulePositionCommand).
Resolving inheritance for "Thelia\Command\ModulePositionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModulePositionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleRefreshCommand" (parent: .abstract.instanceof.Thelia\Command\ModuleRefreshCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleRefreshCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleRefreshCommand).
Resolving inheritance for "Thelia\Command\ModuleRefreshCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleRefreshCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ReloadDatabaseCommand" (parent: .abstract.instanceof.Thelia\Command\ReloadDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ReloadDatabaseCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ReloadDatabaseCommand).
Resolving inheritance for "Thelia\Command\ReloadDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ReloadDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SaleCheckActivationCommand" (parent: .abstract.instanceof.Thelia\Command\SaleCheckActivationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SaleCheckActivationCommand" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SaleCheckActivationCommand).
Resolving inheritance for "Thelia\Command\SaleCheckActivationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SaleCheckActivationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SetTemplate" (parent: .abstract.instanceof.Thelia\Command\SetTemplate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SetTemplate" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SetTemplate).
Resolving inheritance for "Thelia\Command\SetTemplate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SetTemplate).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\UpdateCurrenciesRates" (parent: .abstract.instanceof.Thelia\Command\UpdateCurrenciesRates).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\UpdateCurrenciesRates" (parent: .instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\UpdateCurrenciesRates).
Resolving inheritance for "Thelia\Command\UpdateCurrenciesRates" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\UpdateCurrenciesRates).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsCategories" (parent: .abstract.instanceof.Thelia\Condition\Implementation\CartContainsCategories).
Resolving inheritance for "Thelia\Condition\Implementation\CartContainsCategories" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsCategories).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsProducts" (parent: .abstract.instanceof.Thelia\Condition\Implementation\CartContainsProducts).
Resolving inheritance for "Thelia\Condition\Implementation\CartContainsProducts" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsProducts).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\ForSomeCustomers" (parent: .abstract.instanceof.Thelia\Condition\Implementation\ForSomeCustomers).
Resolving inheritance for "Thelia\Condition\Implementation\ForSomeCustomers" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\ForSomeCustomers).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchBillingCountries" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchBillingCountries).
Resolving inheritance for "Thelia\Condition\Implementation\MatchBillingCountries" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchBillingCountries).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchDeliveryCountries" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchDeliveryCountries).
Resolving inheritance for "Thelia\Condition\Implementation\MatchDeliveryCountries" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchDeliveryCountries).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForEveryone" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchForEveryone).
Resolving inheritance for "Thelia\Condition\Implementation\MatchForEveryone" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForEveryone).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForTotalAmount" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchForTotalAmount).
Resolving inheritance for "Thelia\Condition\Implementation\MatchForTotalAmount" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForTotalAmount).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticles" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchForXArticles).
Resolving inheritance for "Thelia\Condition\Implementation\MatchForXArticles" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticles).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity" (parent: .abstract.instanceof.Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity).
Resolving inheritance for "Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity).
Resolving inheritance for ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\StartDate" (parent: .abstract.instanceof.Thelia\Condition\Implementation\StartDate).
Resolving inheritance for "Thelia\Condition\Implementation\StartDate" (parent: .instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\StartDate).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AddressController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AddressController).
Resolving inheritance for "Thelia\Controller\Admin\AddressController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AddressController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AdminController).
Resolving inheritance for "Thelia\Controller\Admin\AdminController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminLogsController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AdminLogsController).
Resolving inheritance for "Thelia\Controller\Admin\AdminLogsController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminLogsController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdministratorController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AdministratorController).
Resolving inheritance for "Thelia\Controller\Admin\AdministratorController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdministratorController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdvancedConfigurationController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AdvancedConfigurationController).
Resolving inheritance for "Thelia\Controller\Admin\AdvancedConfigurationController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdvancedConfigurationController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AreaController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AreaController).
Resolving inheritance for "Thelia\Controller\Admin\AreaController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AreaController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeAvController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AttributeAvController).
Resolving inheritance for "Thelia\Controller\Admin\AttributeAvController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeAvController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeController" (parent: .abstract.instanceof.Thelia\Controller\Admin\AttributeController).
Resolving inheritance for "Thelia\Controller\Admin\AttributeController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BaseAdminController" (parent: .abstract.instanceof.Thelia\Controller\Admin\BaseAdminController).
Resolving inheritance for "Thelia\Controller\Admin\BaseAdminController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BaseAdminController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BrandController" (parent: .abstract.instanceof.Thelia\Controller\Admin\BrandController).
Resolving inheritance for "Thelia\Controller\Admin\BrandController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BrandController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Thelia\Controller\Admin\CategoryController).
Resolving inheritance for "Thelia\Controller\Admin\CategoryController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ConfigController).
Resolving inheritance for "Thelia\Controller\Admin\ConfigController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigStoreController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ConfigStoreController).
Resolving inheritance for "Thelia\Controller\Admin\ConfigStoreController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigStoreController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigurationController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ConfigurationController).
Resolving inheritance for "Thelia\Controller\Admin\ConfigurationController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigurationController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ContentController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ContentController).
Resolving inheritance for "Thelia\Controller\Admin\ContentController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CountryController" (parent: .abstract.instanceof.Thelia\Controller\Admin\CountryController).
Resolving inheritance for "Thelia\Controller\Admin\CountryController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CountryController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CouponController" (parent: .abstract.instanceof.Thelia\Controller\Admin\CouponController).
Resolving inheritance for "Thelia\Controller\Admin\CouponController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CouponController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CurrencyController" (parent: .abstract.instanceof.Thelia\Controller\Admin\CurrencyController).
Resolving inheritance for "Thelia\Controller\Admin\CurrencyController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CurrencyController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CustomerController" (parent: .abstract.instanceof.Thelia\Controller\Admin\CustomerController).
Resolving inheritance for "Thelia\Controller\Admin\CustomerController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ExportController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ExportController).
Resolving inheritance for "Thelia\Controller\Admin\ExportController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ExportController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureAvController" (parent: .abstract.instanceof.Thelia\Controller\Admin\FeatureAvController).
Resolving inheritance for "Thelia\Controller\Admin\FeatureAvController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureAvController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureController" (parent: .abstract.instanceof.Thelia\Controller\Admin\FeatureController).
Resolving inheritance for "Thelia\Controller\Admin\FeatureController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FileController" (parent: .abstract.instanceof.Thelia\Controller\Admin\FileController).
Resolving inheritance for "Thelia\Controller\Admin\FileController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FileController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FolderController" (parent: .abstract.instanceof.Thelia\Controller\Admin\FolderController).
Resolving inheritance for "Thelia\Controller\Admin\FolderController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FolderController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\HookController" (parent: .abstract.instanceof.Thelia\Controller\Admin\HookController).
Resolving inheritance for "Thelia\Controller\Admin\HookController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\HookController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ImportController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ImportController).
Resolving inheritance for "Thelia\Controller\Admin\ImportController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ImportController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LangController" (parent: .abstract.instanceof.Thelia\Controller\Admin\LangController).
Resolving inheritance for "Thelia\Controller\Admin\LangController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LangController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LanguageController" (parent: .abstract.instanceof.Thelia\Controller\Admin\LanguageController).
Resolving inheritance for "Thelia\Controller\Admin\LanguageController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MailingSystemController" (parent: .abstract.instanceof.Thelia\Controller\Admin\MailingSystemController).
Resolving inheritance for "Thelia\Controller\Admin\MailingSystemController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MailingSystemController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MessageController" (parent: .abstract.instanceof.Thelia\Controller\Admin\MessageController).
Resolving inheritance for "Thelia\Controller\Admin\MessageController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MessageController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ModuleController).
Resolving inheritance for "Thelia\Controller\Admin\ModuleController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleHookController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ModuleHookController).
Resolving inheritance for "Thelia\Controller\Admin\ModuleHookController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleHookController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderController" (parent: .abstract.instanceof.Thelia\Controller\Admin\OrderController).
Resolving inheritance for "Thelia\Controller\Admin\OrderController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderStatusController" (parent: .abstract.instanceof.Thelia\Controller\Admin\OrderStatusController).
Resolving inheritance for "Thelia\Controller\Admin\OrderStatusController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProductController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ProductController).
Resolving inheritance for "Thelia\Controller\Admin\ProductController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProfileController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ProfileController).
Resolving inheritance for "Thelia\Controller\Admin\ProfileController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SaleController" (parent: .abstract.instanceof.Thelia\Controller\Admin\SaleController).
Resolving inheritance for "Thelia\Controller\Admin\SaleController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SaleController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SessionController" (parent: .abstract.instanceof.Thelia\Controller\Admin\SessionController).
Resolving inheritance for "Thelia\Controller\Admin\SessionController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SessionController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ShippingZoneController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ShippingZoneController).
Resolving inheritance for "Thelia\Controller\Admin\ShippingZoneController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ShippingZoneController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\StateController" (parent: .abstract.instanceof.Thelia\Controller\Admin\StateController).
Resolving inheritance for "Thelia\Controller\Admin\StateController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\StateController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SystemLogController" (parent: .abstract.instanceof.Thelia\Controller\Admin\SystemLogController).
Resolving inheritance for "Thelia\Controller\Admin\SystemLogController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SystemLogController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxController" (parent: .abstract.instanceof.Thelia\Controller\Admin\TaxController).
Resolving inheritance for "Thelia\Controller\Admin\TaxController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxRuleController" (parent: .abstract.instanceof.Thelia\Controller\Admin\TaxRuleController).
Resolving inheritance for "Thelia\Controller\Admin\TaxRuleController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxRuleController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TemplateController" (parent: .abstract.instanceof.Thelia\Controller\Admin\TemplateController).
Resolving inheritance for "Thelia\Controller\Admin\TemplateController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TemplateController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ToolsController" (parent: .abstract.instanceof.Thelia\Controller\Admin\ToolsController).
Resolving inheritance for "Thelia\Controller\Admin\ToolsController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ToolsController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsController" (parent: .abstract.instanceof.Thelia\Controller\Admin\TranslationsController).
Resolving inheritance for "Thelia\Controller\Admin\TranslationsController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsCustomerTitleController" (parent: .abstract.instanceof.Thelia\Controller\Admin\TranslationsCustomerTitleController).
Resolving inheritance for "Thelia\Controller\Admin\TranslationsCustomerTitleController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsCustomerTitleController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\BaseFrontController" (parent: .abstract.instanceof.Thelia\Controller\Front\BaseFrontController).
Resolving inheritance for "Thelia\Controller\Front\BaseFrontController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\BaseFrontController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\DefaultController" (parent: .abstract.instanceof.Thelia\Controller\Front\DefaultController).
Resolving inheritance for "Thelia\Controller\Front\DefaultController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\Application" (parent: .abstract.instanceof.Thelia\Core\Application).
Resolving inheritance for "Thelia\Core\Application" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\Application).
Resolving inheritance for ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarArchiver" (parent: .abstract.instanceof.Thelia\Core\Archiver\Archiver\TarArchiver).
Resolving inheritance for "Thelia\Core\Archiver\Archiver\TarArchiver" (parent: .instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarArchiver).
Resolving inheritance for ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarBz2Archiver" (parent: .abstract.instanceof.Thelia\Core\Archiver\Archiver\TarBz2Archiver).
Resolving inheritance for "Thelia\Core\Archiver\Archiver\TarBz2Archiver" (parent: .instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarBz2Archiver).
Resolving inheritance for ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarGzArchiver" (parent: .abstract.instanceof.Thelia\Core\Archiver\Archiver\TarGzArchiver).
Resolving inheritance for "Thelia\Core\Archiver\Archiver\TarGzArchiver" (parent: .instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarGzArchiver).
Resolving inheritance for ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\ZipArchiver" (parent: .abstract.instanceof.Thelia\Core\Archiver\Archiver\ZipArchiver).
Resolving inheritance for "Thelia\Core\Archiver\Archiver\ZipArchiver" (parent: .instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\ZipArchiver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\DependencyInjection\TheliaContainer" (parent: .abstract.instanceof.Thelia\Core\DependencyInjection\TheliaContainer).
Resolving inheritance for "Thelia\Core\DependencyInjection\TheliaContainer" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\DependencyInjection\TheliaContainer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ControllerListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\ControllerListener).
Resolving inheritance for "Thelia\Core\EventListener\ControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ControllerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ErrorListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\ErrorListener).
Resolving inheritance for "Thelia\Core\EventListener\ErrorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ErrorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\KernelListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\KernelListener).
Resolving inheritance for "Thelia\Core\EventListener\KernelListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\KernelListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ModelConfigListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\ModelConfigListener).
Resolving inheritance for "Thelia\Core\EventListener\ModelConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ModelConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\RequestListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\RequestListener).
Resolving inheritance for "Thelia\Core\EventListener\RequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\RequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ResponseListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\ResponseListener).
Resolving inheritance for "Thelia\Core\EventListener\ResponseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ResponseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\SessionListener" (parent: .abstract.instanceof.Thelia\Core\EventListener\SessionListener).
Resolving inheritance for "Thelia\Core\EventListener\SessionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\SessionListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleI18nType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\CustomerTitleI18nType).
Resolving inheritance for "Thelia\Core\Form\Type\CustomerTitleI18nType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleI18nType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\CustomerTitleType).
Resolving inheritance for "Thelia\Core\Form\Type\CustomerTitleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AccessoryIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AccessoryIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AccessoryIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AccessoryIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AddressIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AddressIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AddressIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AddressIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AdminIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AdminIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminLogIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AdminLogIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AdminLogIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminLogIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AreaIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AreaIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeAvIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeAvIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AttributeAvIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeAvIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AttributeIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeTemplateIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeTemplateIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\AttributeTemplateIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeTemplateIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\BrandIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\BrandIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\BrandIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\BrandIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CartIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CartIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartItemIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CartItemIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CartItemIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartItemIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CategoryIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CategoryIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ContentIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ContentIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ContentIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ContentIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CountryIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CountryIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CountryIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CountryIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CouponIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CouponIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponSpecificType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CouponSpecificType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CouponSpecificType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponSpecificType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CurrencyIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CurrencyIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CurrencyIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CurrencyIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CustomerIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CustomerIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerTitleIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\CustomerTitleIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\CustomerTitleIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerTitleIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportCategoryIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ExportCategoryIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ExportCategoryIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportCategoryIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ExportIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ExportIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureAvIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureAvIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FeatureAvIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureAvIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FeatureIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureProductIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureProductIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FeatureProductIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureProductIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureTemplateIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureTemplateIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FeatureTemplateIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureTemplateIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FolderIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FolderIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FolderIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FolderIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FormFirewallIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\FormFirewallIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\FormFirewallIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FormFirewallIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\HookIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\HookIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\HookIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\HookIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportCategoryIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ImportCategoryIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ImportCategoryIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportCategoryIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ImportIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ImportIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\LangIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\LangIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\LangIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\LangIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MessageIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\MessageIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\MessageIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MessageIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MetaDataIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\MetaDataIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\MetaDataIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MetaDataIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleConfigIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleConfigIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ModuleConfigIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleConfigIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleHookIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleHookIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ModuleHookIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleHookIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ModuleIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\NewsletterIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\NewsletterIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\NewsletterIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\NewsletterIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderAddressIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderAddressIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderAddressIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderAddressIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderCouponIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderCouponIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderCouponIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderCouponIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderProductIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductTaxIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductTaxIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderProductTaxIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductTaxIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderStatusIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\OrderStatusIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\OrderStatusIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderStatusIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ProductIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ProductIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductSaleElementsIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ProductSaleElementsIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ProductSaleElementsIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductSaleElementsIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProfileIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ProfileIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ProfileIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProfileIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ResourceIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\ResourceIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\ResourceIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ResourceIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\RewritingUrlIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\RewritingUrlIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\RewritingUrlIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\RewritingUrlIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\SaleIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\SaleIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleProductIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\SaleProductIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\SaleProductIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleProductIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\StateIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\StateIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\StateIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\StateIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\TaxIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\TaxIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxRuleIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\TaxRuleIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\TaxRuleIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxRuleIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TemplateIdType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\Field\TemplateIdType).
Resolving inheritance for "Thelia\Core\Form\Type\Field\TemplateIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TemplateIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ImageType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\ImageType).
Resolving inheritance for "Thelia\Core\Form\Type\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ProductSaleElementsType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\ProductSaleElementsType).
Resolving inheritance for "Thelia\Core\Form\Type\ProductSaleElementsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ProductSaleElementsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\StandardFieldsType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\StandardFieldsType).
Resolving inheritance for "Thelia\Core\Form\Type\StandardFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\StandardFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleI18nType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\TaxRuleI18nType).
Resolving inheritance for "Thelia\Core\Form\Type\TaxRuleI18nType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleI18nType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\TaxRuleType).
Resolving inheritance for "Thelia\Core\Form\Type\TaxRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TheliaType" (parent: .abstract.instanceof.Thelia\Core\Form\Type\TheliaType).
Resolving inheritance for "Thelia\Core\Form\Type\TheliaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TheliaType).
Resolving inheritance for ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.Thelia\Core\Hook\DefaultHook" (parent: .abstract.instanceof.Thelia\Core\Hook\DefaultHook).
Resolving inheritance for "Thelia\Core\Hook\DefaultHook" (parent: .instanceof.Thelia\Core\Hook\BaseHookInterface.0.Thelia\Core\Hook\DefaultHook).
Resolving inheritance for ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\CSVSerializer" (parent: .abstract.instanceof.Thelia\Core\Serializer\Serializer\CSVSerializer).
Resolving inheritance for "Thelia\Core\Serializer\Serializer\CSVSerializer" (parent: .instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\CSVSerializer).
Resolving inheritance for ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\JSONSerializer" (parent: .abstract.instanceof.Thelia\Core\Serializer\Serializer\JSONSerializer).
Resolving inheritance for "Thelia\Core\Serializer\Serializer\JSONSerializer" (parent: .instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\JSONSerializer).
Resolving inheritance for ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\XMLSerializer" (parent: .abstract.instanceof.Thelia\Core\Serializer\Serializer\XMLSerializer).
Resolving inheritance for "Thelia\Core\Serializer\Serializer\XMLSerializer" (parent: .instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\XMLSerializer).
Resolving inheritance for ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\YAMLSerializer" (parent: .abstract.instanceof.Thelia\Core\Serializer\Serializer\YAMLSerializer).
Resolving inheritance for "Thelia\Core\Serializer\Serializer\YAMLSerializer" (parent: .instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\YAMLSerializer).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Accessory" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Accessory).
Resolving inheritance for "Thelia\Core\Template\Loop\Accessory" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Accessory).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Address" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Address).
Resolving inheritance for "Thelia\Core\Template\Loop\Address" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Address).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Admin" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Admin).
Resolving inheritance for "Thelia\Core\Template\Loop\Admin" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Admin).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Archiver" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Archiver).
Resolving inheritance for "Thelia\Core\Template\Loop\Archiver" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Archiver).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Area" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Area).
Resolving inheritance for "Thelia\Core\Template\Loop\Area" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Area).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AssociatedContent" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\AssociatedContent).
Resolving inheritance for "Thelia\Core\Template\Loop\AssociatedContent" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AssociatedContent).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Attribute" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Attribute).
Resolving inheritance for "Thelia\Core\Template\Loop\Attribute" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Attribute).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeAvailability" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\AttributeAvailability).
Resolving inheritance for "Thelia\Core\Template\Loop\AttributeAvailability" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeAvailability).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeCombination" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\AttributeCombination).
Resolving inheritance for "Thelia\Core\Template\Loop\AttributeCombination" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeCombination).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Auth" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Auth).
Resolving inheritance for "Thelia\Core\Template\Loop\Auth" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Auth).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Brand" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Brand).
Resolving inheritance for "Thelia\Core\Template\Loop\Brand" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Brand).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Cart" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Cart).
Resolving inheritance for "Thelia\Core\Template\Loop\Cart" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Cart).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Category" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Category).
Resolving inheritance for "Thelia\Core\Template\Loop\Category" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Category).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryPath" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\CategoryPath).
Resolving inheritance for "Thelia\Core\Template\Loop\CategoryPath" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryPath).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryTree" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\CategoryTree).
Resolving inheritance for "Thelia\Core\Template\Loop\CategoryTree" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryTree).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Config" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Config).
Resolving inheritance for "Thelia\Core\Template\Loop\Config" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Config).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Content" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Content).
Resolving inheritance for "Thelia\Core\Template\Loop\Content" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Content).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Country" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Country).
Resolving inheritance for "Thelia\Core\Template\Loop\Country" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Country).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CountryArea" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\CountryArea).
Resolving inheritance for "Thelia\Core\Template\Loop\CountryArea" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CountryArea).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Coupon" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Coupon).
Resolving inheritance for "Thelia\Core\Template\Loop\Coupon" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Coupon).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Currency" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Currency).
Resolving inheritance for "Thelia\Core\Template\Loop\Currency" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Currency).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Customer" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Customer).
Resolving inheritance for "Thelia\Core\Template\Loop\Customer" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Customer).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Delivery" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Delivery).
Resolving inheritance for "Thelia\Core\Template\Loop\Delivery" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Delivery).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Document" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Document).
Resolving inheritance for "Thelia\Core\Template\Loop\Document" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Document).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Export" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Export).
Resolving inheritance for "Thelia\Core\Template\Loop\Export" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Export).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ExportCategory" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ExportCategory).
Resolving inheritance for "Thelia\Core\Template\Loop\ExportCategory" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ExportCategory).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feature" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Feature).
Resolving inheritance for "Thelia\Core\Template\Loop\Feature" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feature).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureAvailability" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\FeatureAvailability).
Resolving inheritance for "Thelia\Core\Template\Loop\FeatureAvailability" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureAvailability).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureValue" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\FeatureValue).
Resolving inheritance for "Thelia\Core\Template\Loop\FeatureValue" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureValue).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feed" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Feed).
Resolving inheritance for "Thelia\Core\Template\Loop\Feed" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feed).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Folder" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Folder).
Resolving inheritance for "Thelia\Core\Template\Loop\Folder" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Folder).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderPath" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\FolderPath).
Resolving inheritance for "Thelia\Core\Template\Loop\FolderPath" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderPath).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderTree" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\FolderTree).
Resolving inheritance for "Thelia\Core\Template\Loop\FolderTree" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderTree).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Generic" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Generic).
Resolving inheritance for "Thelia\Core\Template\Loop\Generic" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Generic).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Hook" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Hook).
Resolving inheritance for "Thelia\Core\Template\Loop\Hook" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Hook).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Image" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Image).
Resolving inheritance for "Thelia\Core\Template\Loop\Image" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Image).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Import" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Import).
Resolving inheritance for "Thelia\Core\Template\Loop\Import" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Import).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ImportCategory" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ImportCategory).
Resolving inheritance for "Thelia\Core\Template\Loop\ImportCategory" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ImportCategory).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Lang" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Lang).
Resolving inheritance for "Thelia\Core\Template\Loop\Lang" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Lang).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Message" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Message).
Resolving inheritance for "Thelia\Core\Template\Loop\Message" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Message).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Module" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Module).
Resolving inheritance for "Thelia\Core\Template\Loop\Module" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Module).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleConfig" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ModuleConfig).
Resolving inheritance for "Thelia\Core\Template\Loop\ModuleConfig" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleConfig).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleHook" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ModuleHook).
Resolving inheritance for "Thelia\Core\Template\Loop\ModuleHook" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleHook).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Order" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Order).
Resolving inheritance for "Thelia\Core\Template\Loop\Order" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Order).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderAddress" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderAddress).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderAddress" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderAddress).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderCoupon" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderCoupon).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderCoupon" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderCoupon).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProduct" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderProduct).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderProduct" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProduct).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductAttributeCombination" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderProductAttributeCombination).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderProductAttributeCombination" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductAttributeCombination).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductTax" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderProductTax).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderProductTax" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductTax).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderStatus" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\OrderStatus).
Resolving inheritance for "Thelia\Core\Template\Loop\OrderStatus" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderStatus).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Payment" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Payment).
Resolving inheritance for "Thelia\Core\Template\Loop\Payment" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Payment).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Product" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Product).
Resolving inheritance for "Thelia\Core\Template\Loop\Product" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Product).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElements" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElements).
Resolving inheritance for "Thelia\Core\Template\Loop\ProductSaleElements" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElements).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsDocument" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElementsDocument).
Resolving inheritance for "Thelia\Core\Template\Loop\ProductSaleElementsDocument" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsDocument).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsImage" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElementsImage).
Resolving inheritance for "Thelia\Core\Template\Loop\ProductSaleElementsImage" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsImage).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductTemplate" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\ProductTemplate).
Resolving inheritance for "Thelia\Core\Template\Loop\ProductTemplate" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductTemplate).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Profile" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Profile).
Resolving inheritance for "Thelia\Core\Template\Loop\Profile" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Profile).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Resource" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Resource).
Resolving inheritance for "Thelia\Core\Template\Loop\Resource" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Resource).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Sale" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Sale).
Resolving inheritance for "Thelia\Core\Template\Loop\Sale" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Sale).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Serializer" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Serializer).
Resolving inheritance for "Thelia\Core\Template\Loop\Serializer" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Serializer).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\State" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\State).
Resolving inheritance for "Thelia\Core\Template\Loop\State" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\State).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Tax" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Tax).
Resolving inheritance for "Thelia\Core\Template\Loop\Tax" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Tax).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRule" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\TaxRule).
Resolving inheritance for "Thelia\Core\Template\Loop\TaxRule" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRule).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRuleCountry" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\TaxRuleCountry).
Resolving inheritance for "Thelia\Core\Template\Loop\TaxRuleCountry" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRuleCountry).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Template" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Template).
Resolving inheritance for "Thelia\Core\Template\Loop\Template" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Template).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Title" (parent: .abstract.instanceof.Thelia\Core\Template\Loop\Title).
Resolving inheritance for "Thelia\Core\Template\Loop\Title" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Title).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\Template\TheliaTemplateHelper" (parent: .abstract.instanceof.Thelia\Core\Template\TheliaTemplateHelper).
Resolving inheritance for "Thelia\Core\Template\TheliaTemplateHelper" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\Template\TheliaTemplateHelper).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Thelia\Core\Translation\Translator" (parent: .abstract.instanceof.Thelia\Core\Translation\Translator).
Resolving inheritance for "Thelia\Core\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Thelia\Core\Translation\Translator).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\FreeProduct" (parent: .abstract.instanceof.Thelia\Coupon\Type\FreeProduct).
Resolving inheritance for "Thelia\Coupon\Type\FreeProduct" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\FreeProduct).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnAttributeValues" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnAttributeValues).
Resolving inheritance for "Thelia\Coupon\Type\RemoveAmountOnAttributeValues" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnAttributeValues).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnCategories" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnCategories).
Resolving inheritance for "Thelia\Coupon\Type\RemoveAmountOnCategories" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnCategories).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnProducts" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnProducts).
Resolving inheritance for "Thelia\Coupon\Type\RemoveAmountOnProducts" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnProducts).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnAttributeValues" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnAttributeValues).
Resolving inheritance for "Thelia\Coupon\Type\RemovePercentageOnAttributeValues" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnAttributeValues).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnCategories" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnCategories).
Resolving inheritance for "Thelia\Coupon\Type\RemovePercentageOnCategories" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnCategories).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnProducts" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnProducts).
Resolving inheritance for "Thelia\Coupon\Type\RemovePercentageOnProducts" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnProducts).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXAmount" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemoveXAmount).
Resolving inheritance for "Thelia\Coupon\Type\RemoveXAmount" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXAmount).
Resolving inheritance for ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXPercent" (parent: .abstract.instanceof.Thelia\Coupon\Type\RemoveXPercent).
Resolving inheritance for "Thelia\Coupon\Type\RemoveXPercent" (parent: .instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXPercent).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressCreateForm" (parent: .abstract.instanceof.Thelia\Form\AddressCreateForm).
Resolving inheritance for "Thelia\Form\AddressCreateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressCreateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressUpdateForm" (parent: .abstract.instanceof.Thelia\Form\AddressUpdateForm).
Resolving inheritance for "Thelia\Form\AddressUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminCreatePassword" (parent: .abstract.instanceof.Thelia\Form\AdminCreatePassword).
Resolving inheritance for "Thelia\Form\AdminCreatePassword" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminCreatePassword).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLogin" (parent: .abstract.instanceof.Thelia\Form\AdminLogin).
Resolving inheritance for "Thelia\Form\AdminLogin" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLogin).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLostPassword" (parent: .abstract.instanceof.Thelia\Form\AdminLostPassword).
Resolving inheritance for "Thelia\Form\AdminLostPassword" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLostPassword).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorCreationForm" (parent: .abstract.instanceof.Thelia\Form\AdministratorCreationForm).
Resolving inheritance for "Thelia\Form\AdministratorCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorModificationForm" (parent: .abstract.instanceof.Thelia\Form\AdministratorModificationForm).
Resolving inheritance for "Thelia\Form\AdministratorModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCountryForm" (parent: .abstract.instanceof.Thelia\Form\Area\AreaCountryForm).
Resolving inheritance for "Thelia\Form\Area\AreaCountryForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCountryForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCreateForm" (parent: .abstract.instanceof.Thelia\Form\Area\AreaCreateForm).
Resolving inheritance for "Thelia\Form\Area\AreaCreateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCreateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaDeleteCountryForm" (parent: .abstract.instanceof.Thelia\Form\Area\AreaDeleteCountryForm).
Resolving inheritance for "Thelia\Form\Area\AreaDeleteCountryForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaDeleteCountryForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaModificationForm" (parent: .abstract.instanceof.Thelia\Form\Area\AreaModificationForm).
Resolving inheritance for "Thelia\Form\Area\AreaModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaPostageForm" (parent: .abstract.instanceof.Thelia\Form\Area\AreaPostageForm).
Resolving inheritance for "Thelia\Form\Area\AreaPostageForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaPostageForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeAvCreationForm" (parent: .abstract.instanceof.Thelia\Form\AttributeAvCreationForm).
Resolving inheritance for "Thelia\Form\AttributeAvCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeAvCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeCreationForm" (parent: .abstract.instanceof.Thelia\Form\AttributeCreationForm).
Resolving inheritance for "Thelia\Form\AttributeCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeModificationForm" (parent: .abstract.instanceof.Thelia\Form\AttributeModificationForm).
Resolving inheritance for "Thelia\Form\AttributeModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandCreationForm" (parent: .abstract.instanceof.Thelia\Form\Brand\BrandCreationForm).
Resolving inheritance for "Thelia\Form\Brand\BrandCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandDocumentModification" (parent: .abstract.instanceof.Thelia\Form\Brand\BrandDocumentModification).
Resolving inheritance for "Thelia\Form\Brand\BrandDocumentModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandDocumentModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandImageModification" (parent: .abstract.instanceof.Thelia\Form\Brand\BrandImageModification).
Resolving inheritance for "Thelia\Form\Brand\BrandImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandModificationForm" (parent: .abstract.instanceof.Thelia\Form\Brand\BrandModificationForm).
Resolving inheritance for "Thelia\Form\Brand\BrandModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\AssetsFlushForm" (parent: .abstract.instanceof.Thelia\Form\Cache\AssetsFlushForm).
Resolving inheritance for "Thelia\Form\Cache\AssetsFlushForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\AssetsFlushForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\CacheFlushForm" (parent: .abstract.instanceof.Thelia\Form\Cache\CacheFlushForm).
Resolving inheritance for "Thelia\Form\Cache\CacheFlushForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\CacheFlushForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm" (parent: .abstract.instanceof.Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm).
Resolving inheritance for "Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CartAdd" (parent: .abstract.instanceof.Thelia\Form\CartAdd).
Resolving inheritance for "Thelia\Form\CartAdd" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CartAdd).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryCreationForm" (parent: .abstract.instanceof.Thelia\Form\CategoryCreationForm).
Resolving inheritance for "Thelia\Form\CategoryCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryDocumentModification" (parent: .abstract.instanceof.Thelia\Form\CategoryDocumentModification).
Resolving inheritance for "Thelia\Form\CategoryDocumentModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryDocumentModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryImageModification" (parent: .abstract.instanceof.Thelia\Form\CategoryImageModification).
Resolving inheritance for "Thelia\Form\CategoryImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryModificationForm" (parent: .abstract.instanceof.Thelia\Form\CategoryModificationForm).
Resolving inheritance for "Thelia\Form\CategoryModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigCreationForm" (parent: .abstract.instanceof.Thelia\Form\ConfigCreationForm).
Resolving inheritance for "Thelia\Form\ConfigCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigModificationForm" (parent: .abstract.instanceof.Thelia\Form\ConfigModificationForm).
Resolving inheritance for "Thelia\Form\ConfigModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigStoreForm" (parent: .abstract.instanceof.Thelia\Form\ConfigStoreForm).
Resolving inheritance for "Thelia\Form\ConfigStoreForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigStoreForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContactForm" (parent: .abstract.instanceof.Thelia\Form\ContactForm).
Resolving inheritance for "Thelia\Form\ContactForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContactForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentCreationForm" (parent: .abstract.instanceof.Thelia\Form\ContentCreationForm).
Resolving inheritance for "Thelia\Form\ContentCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentDocumentModification" (parent: .abstract.instanceof.Thelia\Form\ContentDocumentModification).
Resolving inheritance for "Thelia\Form\ContentDocumentModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentDocumentModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentImageModification" (parent: .abstract.instanceof.Thelia\Form\ContentImageModification).
Resolving inheritance for "Thelia\Form\ContentImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentModificationForm" (parent: .abstract.instanceof.Thelia\Form\ContentModificationForm).
Resolving inheritance for "Thelia\Form\ContentModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryCreationForm" (parent: .abstract.instanceof.Thelia\Form\CountryCreationForm).
Resolving inheritance for "Thelia\Form\CountryCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryModificationForm" (parent: .abstract.instanceof.Thelia\Form\CountryModificationForm).
Resolving inheritance for "Thelia\Form\CountryModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCode" (parent: .abstract.instanceof.Thelia\Form\CouponCode).
Resolving inheritance for "Thelia\Form\CouponCode" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCode).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCreationForm" (parent: .abstract.instanceof.Thelia\Form\CouponCreationForm).
Resolving inheritance for "Thelia\Form\CouponCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyCreationForm" (parent: .abstract.instanceof.Thelia\Form\CurrencyCreationForm).
Resolving inheritance for "Thelia\Form\CurrencyCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyModificationForm" (parent: .abstract.instanceof.Thelia\Form\CurrencyModificationForm).
Resolving inheritance for "Thelia\Form\CurrencyModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerCreateForm" (parent: .abstract.instanceof.Thelia\Form\CustomerCreateForm).
Resolving inheritance for "Thelia\Form\CustomerCreateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerCreateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLogin" (parent: .abstract.instanceof.Thelia\Form\CustomerLogin).
Resolving inheritance for "Thelia\Form\CustomerLogin" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLogin).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLostPasswordForm" (parent: .abstract.instanceof.Thelia\Form\CustomerLostPasswordForm).
Resolving inheritance for "Thelia\Form\CustomerLostPasswordForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLostPasswordForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerPasswordUpdateForm" (parent: .abstract.instanceof.Thelia\Form\CustomerPasswordUpdateForm).
Resolving inheritance for "Thelia\Form\CustomerPasswordUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerPasswordUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerProfileUpdateForm" (parent: .abstract.instanceof.Thelia\Form\CustomerProfileUpdateForm).
Resolving inheritance for "Thelia\Form\CustomerProfileUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerProfileUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerUpdateForm" (parent: .abstract.instanceof.Thelia\Form\CustomerUpdateForm).
Resolving inheritance for "Thelia\Form\CustomerUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\EmptyForm" (parent: .abstract.instanceof.Thelia\Form\EmptyForm).
Resolving inheritance for "Thelia\Form\EmptyForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\EmptyForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ExportForm" (parent: .abstract.instanceof.Thelia\Form\ExportForm).
Resolving inheritance for "Thelia\Form\ExportForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ExportForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureAvCreationForm" (parent: .abstract.instanceof.Thelia\Form\FeatureAvCreationForm).
Resolving inheritance for "Thelia\Form\FeatureAvCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureAvCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureCreationForm" (parent: .abstract.instanceof.Thelia\Form\FeatureCreationForm).
Resolving inheritance for "Thelia\Form\FeatureCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureModificationForm" (parent: .abstract.instanceof.Thelia\Form\FeatureModificationForm).
Resolving inheritance for "Thelia\Form\FeatureModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderCreationForm" (parent: .abstract.instanceof.Thelia\Form\FolderCreationForm).
Resolving inheritance for "Thelia\Form\FolderCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderDocumentModification" (parent: .abstract.instanceof.Thelia\Form\FolderDocumentModification).
Resolving inheritance for "Thelia\Form\FolderDocumentModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderDocumentModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderImageModification" (parent: .abstract.instanceof.Thelia\Form\FolderImageModification).
Resolving inheritance for "Thelia\Form\FolderImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderModificationForm" (parent: .abstract.instanceof.Thelia\Form\FolderModificationForm).
Resolving inheritance for "Thelia\Form\FolderModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookCreationForm" (parent: .abstract.instanceof.Thelia\Form\HookCreationForm).
Resolving inheritance for "Thelia\Form\HookCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookModificationForm" (parent: .abstract.instanceof.Thelia\Form\HookModificationForm).
Resolving inheritance for "Thelia\Form\HookModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ImportForm" (parent: .abstract.instanceof.Thelia\Form\ImportForm).
Resolving inheritance for "Thelia\Form\ImportForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ImportForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\InstallStep3Form" (parent: .abstract.instanceof.Thelia\Form\InstallStep3Form).
Resolving inheritance for "Thelia\Form\InstallStep3Form" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\InstallStep3Form).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangCreateForm" (parent: .abstract.instanceof.Thelia\Form\Lang\LangCreateForm).
Resolving inheritance for "Thelia\Form\Lang\LangCreateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangCreateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangDefaultBehaviorForm" (parent: .abstract.instanceof.Thelia\Form\Lang\LangDefaultBehaviorForm).
Resolving inheritance for "Thelia\Form\Lang\LangDefaultBehaviorForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangDefaultBehaviorForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUpdateForm" (parent: .abstract.instanceof.Thelia\Form\Lang\LangUpdateForm).
Resolving inheritance for "Thelia\Form\Lang\LangUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUrlForm" (parent: .abstract.instanceof.Thelia\Form\Lang\LangUrlForm).
Resolving inheritance for "Thelia\Form\Lang\LangUrlForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUrlForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MailingSystemModificationForm" (parent: .abstract.instanceof.Thelia\Form\MailingSystemModificationForm).
Resolving inheritance for "Thelia\Form\MailingSystemModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MailingSystemModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageCreationForm" (parent: .abstract.instanceof.Thelia\Form\MessageCreationForm).
Resolving inheritance for "Thelia\Form\MessageCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageModificationForm" (parent: .abstract.instanceof.Thelia\Form\MessageModificationForm).
Resolving inheritance for "Thelia\Form\MessageModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageSendSampleForm" (parent: .abstract.instanceof.Thelia\Form\MessageSendSampleForm).
Resolving inheritance for "Thelia\Form\MessageSendSampleForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageSendSampleForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookCreationForm" (parent: .abstract.instanceof.Thelia\Form\ModuleHookCreationForm).
Resolving inheritance for "Thelia\Form\ModuleHookCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookModificationForm" (parent: .abstract.instanceof.Thelia\Form\ModuleHookModificationForm).
Resolving inheritance for "Thelia\Form\ModuleHookModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleImageModification" (parent: .abstract.instanceof.Thelia\Form\ModuleImageModification).
Resolving inheritance for "Thelia\Form\ModuleImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleInstallForm" (parent: .abstract.instanceof.Thelia\Form\ModuleInstallForm).
Resolving inheritance for "Thelia\Form\ModuleInstallForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleInstallForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleModificationForm" (parent: .abstract.instanceof.Thelia\Form\ModuleModificationForm).
Resolving inheritance for "Thelia\Form\ModuleModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterForm" (parent: .abstract.instanceof.Thelia\Form\NewsletterForm).
Resolving inheritance for "Thelia\Form\NewsletterForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterUnsubscribeForm" (parent: .abstract.instanceof.Thelia\Form\NewsletterUnsubscribeForm).
Resolving inheritance for "Thelia\Form\NewsletterUnsubscribeForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterUnsubscribeForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderDelivery" (parent: .abstract.instanceof.Thelia\Form\OrderDelivery).
Resolving inheritance for "Thelia\Form\OrderDelivery" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderDelivery).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderPayment" (parent: .abstract.instanceof.Thelia\Form\OrderPayment).
Resolving inheritance for "Thelia\Form\OrderPayment" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderPayment).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusCreationForm" (parent: .abstract.instanceof.Thelia\Form\OrderStatus\OrderStatusCreationForm).
Resolving inheritance for "Thelia\Form\OrderStatus\OrderStatusCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusModificationForm" (parent: .abstract.instanceof.Thelia\Form\OrderStatus\OrderStatusModificationForm).
Resolving inheritance for "Thelia\Form\OrderStatus\OrderStatusModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderUpdateAddress" (parent: .abstract.instanceof.Thelia\Form\OrderUpdateAddress).
Resolving inheritance for "Thelia\Form\OrderUpdateAddress" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderUpdateAddress).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCloneForm" (parent: .abstract.instanceof.Thelia\Form\ProductCloneForm).
Resolving inheritance for "Thelia\Form\ProductCloneForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCloneForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCombinationGenerationForm" (parent: .abstract.instanceof.Thelia\Form\ProductCombinationGenerationForm).
Resolving inheritance for "Thelia\Form\ProductCombinationGenerationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCombinationGenerationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCreationForm" (parent: .abstract.instanceof.Thelia\Form\ProductCreationForm).
Resolving inheritance for "Thelia\Form\ProductCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDefaultSaleElementUpdateForm" (parent: .abstract.instanceof.Thelia\Form\ProductDefaultSaleElementUpdateForm).
Resolving inheritance for "Thelia\Form\ProductDefaultSaleElementUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDefaultSaleElementUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDocumentModification" (parent: .abstract.instanceof.Thelia\Form\ProductDocumentModification).
Resolving inheritance for "Thelia\Form\ProductDocumentModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDocumentModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductImageModification" (parent: .abstract.instanceof.Thelia\Form\ProductImageModification).
Resolving inheritance for "Thelia\Form\ProductImageModification" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductImageModification).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductModificationForm" (parent: .abstract.instanceof.Thelia\Form\ProductModificationForm).
Resolving inheritance for "Thelia\Form\ProductModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductSaleElementUpdateForm" (parent: .abstract.instanceof.Thelia\Form\ProductSaleElementUpdateForm).
Resolving inheritance for "Thelia\Form\ProductSaleElementUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductSaleElementUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileCreationForm" (parent: .abstract.instanceof.Thelia\Form\ProfileCreationForm).
Resolving inheritance for "Thelia\Form\ProfileCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileModificationForm" (parent: .abstract.instanceof.Thelia\Form\ProfileModificationForm).
Resolving inheritance for "Thelia\Form\ProfileModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateModuleAccessForm" (parent: .abstract.instanceof.Thelia\Form\ProfileUpdateModuleAccessForm).
Resolving inheritance for "Thelia\Form\ProfileUpdateModuleAccessForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateModuleAccessForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateResourceAccessForm" (parent: .abstract.instanceof.Thelia\Form\ProfileUpdateResourceAccessForm).
Resolving inheritance for "Thelia\Form\ProfileUpdateResourceAccessForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateResourceAccessForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleCreationForm" (parent: .abstract.instanceof.Thelia\Form\Sale\SaleCreationForm).
Resolving inheritance for "Thelia\Form\Sale\SaleCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleModificationForm" (parent: .abstract.instanceof.Thelia\Form\Sale\SaleModificationForm).
Resolving inheritance for "Thelia\Form\Sale\SaleModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SeoForm" (parent: .abstract.instanceof.Thelia\Form\SeoForm).
Resolving inheritance for "Thelia\Form\SeoForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SeoForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneAddArea" (parent: .abstract.instanceof.Thelia\Form\ShippingZone\ShippingZoneAddArea).
Resolving inheritance for "Thelia\Form\ShippingZone\ShippingZoneAddArea" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneAddArea).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneRemoveArea" (parent: .abstract.instanceof.Thelia\Form\ShippingZone\ShippingZoneRemoveArea).
Resolving inheritance for "Thelia\Form\ShippingZone\ShippingZoneRemoveArea" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneRemoveArea).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateCreationForm" (parent: .abstract.instanceof.Thelia\Form\State\StateCreationForm).
Resolving inheritance for "Thelia\Form\State\StateCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateModificationForm" (parent: .abstract.instanceof.Thelia\Form\State\StateModificationForm).
Resolving inheritance for "Thelia\Form\State\StateModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SystemLogConfigurationForm" (parent: .abstract.instanceof.Thelia\Form\SystemLogConfigurationForm).
Resolving inheritance for "Thelia\Form\SystemLogConfigurationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SystemLogConfigurationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxCreationForm" (parent: .abstract.instanceof.Thelia\Form\TaxCreationForm).
Resolving inheritance for "Thelia\Form\TaxCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxModificationForm" (parent: .abstract.instanceof.Thelia\Form\TaxModificationForm).
Resolving inheritance for "Thelia\Form\TaxModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleCreationForm" (parent: .abstract.instanceof.Thelia\Form\TaxRuleCreationForm).
Resolving inheritance for "Thelia\Form\TaxRuleCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleModificationForm" (parent: .abstract.instanceof.Thelia\Form\TaxRuleModificationForm).
Resolving inheritance for "Thelia\Form\TaxRuleModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleTaxListUpdateForm" (parent: .abstract.instanceof.Thelia\Form\TaxRuleTaxListUpdateForm).
Resolving inheritance for "Thelia\Form\TaxRuleTaxListUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleTaxListUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateCreationForm" (parent: .abstract.instanceof.Thelia\Form\TemplateCreationForm).
Resolving inheritance for "Thelia\Form\TemplateCreationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateCreationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateModificationForm" (parent: .abstract.instanceof.Thelia\Form\TemplateModificationForm).
Resolving inheritance for "Thelia\Form\TemplateModificationForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateModificationForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TranslationsCustomerTitleForm" (parent: .abstract.instanceof.Thelia\Form\TranslationsCustomerTitleForm).
Resolving inheritance for "Thelia\Form\TranslationsCustomerTitleForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TranslationsCustomerTitleForm).
Resolving inheritance for ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType" (parent: .abstract.instanceof.Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType).
Resolving inheritance for "Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType" (parent: .instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType).
Resolving inheritance for ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FixAmountTaxType" (parent: .abstract.instanceof.Thelia\TaxEngine\TaxType\FixAmountTaxType).
Resolving inheritance for "Thelia\TaxEngine\TaxType\FixAmountTaxType" (parent: .instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FixAmountTaxType).
Resolving inheritance for ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\PricePercentTaxType" (parent: .abstract.instanceof.Thelia\TaxEngine\TaxType\PricePercentTaxType).
Resolving inheritance for "Thelia\TaxEngine\TaxType\PricePercentTaxType" (parent: .instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\PricePercentTaxType).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Carousel\Controller\ConfigurationController" (parent: .abstract.instanceof.Carousel\Controller\ConfigurationController).
Resolving inheritance for "Carousel\Controller\ConfigurationController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Carousel\Controller\ConfigurationController).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselImageForm" (parent: .abstract.instanceof.Carousel\Form\CarouselImageForm).
Resolving inheritance for "Carousel\Form\CarouselImageForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselImageForm).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselUpdateForm" (parent: .abstract.instanceof.Carousel\Form\CarouselUpdateForm).
Resolving inheritance for "Carousel\Form\CarouselUpdateForm" (parent: .instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselUpdateForm).
Resolving inheritance for ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.Carousel\Hook\BackHook" (parent: .abstract.instanceof.Carousel\Hook\BackHook).
Resolving inheritance for "Carousel\Hook\BackHook" (parent: .instanceof.Thelia\Core\Hook\BaseHookInterface.0.Carousel\Hook\BackHook).
Resolving inheritance for ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Carousel\Loop\Carousel" (parent: .abstract.instanceof.Carousel\Loop\Carousel).
Resolving inheritance for "Carousel\Loop\Carousel" (parent: .instanceof.Thelia\Core\Template\Element\LoopInterface.0.Carousel\Loop\Carousel).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\AddressController" (parent: .abstract.instanceof.Front\Controller\AddressController).
Resolving inheritance for "Front\Controller\AddressController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\AddressController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CartController" (parent: .abstract.instanceof.Front\Controller\CartController).
Resolving inheritance for "Front\Controller\CartController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CartController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\ContactController" (parent: .abstract.instanceof.Front\Controller\ContactController).
Resolving inheritance for "Front\Controller\ContactController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\ContactController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CouponController" (parent: .abstract.instanceof.Front\Controller\CouponController).
Resolving inheritance for "Front\Controller\CouponController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CouponController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CustomerController" (parent: .abstract.instanceof.Front\Controller\CustomerController).
Resolving inheritance for "Front\Controller\CustomerController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CustomerController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\FeedController" (parent: .abstract.instanceof.Front\Controller\FeedController).
Resolving inheritance for "Front\Controller\FeedController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\FeedController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\NewsletterController" (parent: .abstract.instanceof.Front\Controller\NewsletterController).
Resolving inheritance for "Front\Controller\NewsletterController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\OrderController" (parent: .abstract.instanceof.Front\Controller\OrderController).
Resolving inheritance for "Front\Controller\OrderController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\OrderController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\SitemapController" (parent: .abstract.instanceof.Front\Controller\SitemapController).
Resolving inheritance for "Front\Controller\SitemapController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\SitemapController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.HookNavigation\Controller\HookNavigationConfigController" (parent: .abstract.instanceof.HookNavigation\Controller\HookNavigationConfigController).
Resolving inheritance for "HookNavigation\Controller\HookNavigationConfigController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.HookNavigation\Controller\HookNavigationConfigController).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.HookNavigation\Form\HookNavigationConfigForm" (parent: .abstract.instanceof.HookNavigation\Form\HookNavigationConfigForm).
Resolving inheritance for "HookNavigation\Form\HookNavigationConfigForm" (parent: .instanceof.Thelia\Form\FormInterface.0.HookNavigation\Form\HookNavigationConfigForm).
Resolving inheritance for ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookNavigation\Hook\FrontHook" (parent: .abstract.instanceof.HookNavigation\Hook\FrontHook).
Resolving inheritance for "HookNavigation\Hook\FrontHook" (parent: .instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookNavigation\Hook\FrontHook).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\AdminUtilities" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\AdminUtilities).
Resolving inheritance for "TheliaSmarty\Template\Plugins\AdminUtilities" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\AdminUtilities).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Assets" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Assets).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Assets" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Assets).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Cache" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Cache).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Cache" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Cache).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\CartPostage" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\CartPostage).
Resolving inheritance for "TheliaSmarty\Template\Plugins\CartPostage" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\CartPostage).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Component" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Component).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Component" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Component).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\DataAccessFunctions" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\DataAccessFunctions).
Resolving inheritance for "TheliaSmarty\Template\Plugins\DataAccessFunctions" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\DataAccessFunctions).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Encore" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Encore).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Encore" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Encore).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FlashMessage" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\FlashMessage).
Resolving inheritance for "TheliaSmarty\Template\Plugins\FlashMessage" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FlashMessage).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Format" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Format).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Format" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Format).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FrontUtils" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\FrontUtils).
Resolving inheritance for "TheliaSmarty\Template\Plugins\FrontUtils" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FrontUtils).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Hook" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Hook).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Hook" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Hook).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Module" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Module).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Module" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Module).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Render" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Render).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Render" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Render).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Security" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Security).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Security" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Security).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\TheliaLoop" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\TheliaLoop).
Resolving inheritance for "TheliaSmarty\Template\Plugins\TheliaLoop" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\TheliaLoop).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Translation" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Translation).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Translation" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Translation).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Type" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\Type).
Resolving inheritance for "TheliaSmarty\Template\Plugins\Type" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Type).
Resolving inheritance for ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\UrlGenerator" (parent: .abstract.instanceof.TheliaSmarty\Template\Plugins\UrlGenerator).
Resolving inheritance for "TheliaSmarty\Template\Plugins\UrlGenerator" (parent: .instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\UrlGenerator).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.TheliaSmarty\Tests\Template\Plugin\Controller\TestController" (parent: .abstract.instanceof.TheliaSmarty\Tests\Template\Plugin\Controller\TestController).
Resolving inheritance for "TheliaSmarty\Tests\Template\Plugin\Controller\TestController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.TheliaSmarty\Tests\Template\Plugin\Controller\TestController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\ConfigurationController" (parent: .abstract.instanceof.HookAdminHome\Controller\ConfigurationController).
Resolving inheritance for "HookAdminHome\Controller\ConfigurationController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\ConfigurationController).
Resolving inheritance for ".instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\HomeController" (parent: .abstract.instanceof.HookAdminHome\Controller\HomeController).
Resolving inheritance for "HookAdminHome\Controller\HomeController" (parent: .instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\HomeController).
Resolving inheritance for ".instanceof.Thelia\Form\FormInterface.0.HookAdminHome\Form\Configuration" (parent: .abstract.instanceof.HookAdminHome\Form\Configuration).
Resolving inheritance for "HookAdminHome\Form\Configuration" (parent: .instanceof.Thelia\Form\FormInterface.0.HookAdminHome\Form\Configuration).
Resolving inheritance for ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\AdminHook" (parent: .abstract.instanceof.HookAdminHome\Hook\AdminHook).
Resolving inheritance for "HookAdminHome\Hook\AdminHook" (parent: .instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\AdminHook).
Resolving inheritance for ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\HookAdminManager" (parent: .abstract.instanceof.HookAdminHome\Hook\HookAdminManager).
Resolving inheritance for "HookAdminHome\Hook\HookAdminManager" (parent: .instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\HookAdminManager).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\SmartyDataCollector" (parent: .abstract.instanceof.WebProfiler\DataCollector\SmartyDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\SmartyDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\SmartyDataCollector).
Resolving inheritance for "WebProfiler\DataCollector\SmartyDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\SmartyDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\TheliaCollector" (parent: .abstract.instanceof.WebProfiler\DataCollector\TheliaCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\TheliaCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\TheliaCollector).
Resolving inheritance for "WebProfiler\DataCollector\TheliaCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\TheliaCollector).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
6
Skipping service "Thelia\Core\HttpKernel\Client": Class or interface "Thelia\Core\HttpKernel\Client" cannot be loaded.
Skipping service "TheliaSmarty\Tests\Template\Plugin\FormTest": Class or interface "TheliaSmarty\Tests\Template\Plugin\FormTest" cannot be loaded.
Skipping service "TheliaSmarty\Tests\Template\Plugin\FormatTest": Class or interface "TheliaSmarty\Tests\Template\Plugin\FormatTest" cannot be loaded.
Skipping service "TheliaSmarty\Tests\Template\Plugin\RenderTest": Class or interface "TheliaSmarty\Tests\Template\Plugin\RenderTest" cannot be loaded.
Skipping service "TheliaSmarty\Tests\Template\Plugin\SmartyPluginTestCase": Class or interface "TheliaSmarty\Tests\Template\Plugin\SmartyPluginTestCase" cannot be loaded.
Skipping service "TheliaSmarty\Tests\Template\SmartyHelperTest": Class or interface "TheliaSmarty\Tests\Template\SmartyHelperTest" cannot be loaded.
140
Removed service "Thelia\Condition\ConditionOrganizerInterface"; reason: private alias.
Removed service "Thelia\Core\Security\Role\RoleInterface"; reason: private alias.
Removed service "Thelia\Core\Template\Assets\AssetManagerInterface"; reason: private alias.
Removed service "Thelia\Core\Template\TemplateHelperInterface"; reason: private alias.
Removed service "Thelia\Coupon\FacadeInterface"; reason: private alias.
Removed service "Thelia\Tools\FileDownload\FileDownloaderInterface"; 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 "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; 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\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; 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\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; 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 "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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 "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\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; 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_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; 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\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.iylhCCm"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.aCVflBG"; reason: private alias.
Removed service ".service_locator.xd1Ptpz"; reason: private alias.
Removed service ".service_locator.UKITRHN"; reason: private alias.
Removed service ".service_locator.eIuHLSR"; reason: private alias.
Removed service ".service_locator.MHB0oxn"; reason: private alias.
Removed service ".service_locator.v_LisIr"; reason: private alias.
Removed service ".service_locator.rYLz3p5"; reason: private alias.
Removed service ".service_locator.NhlXfdV"; reason: private alias.
Removed service ".service_locator.CwHm4l."; reason: private alias.
Removed service ".service_locator.jN4swzG"; reason: private alias.
Removed service ".service_locator.LcRwzuy"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "debug.controller_resolver.inner"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.NGrFEwZ"; reason: private alias.
Removed service ".service_locator.JwhNzq_"; reason: private alias.
Removed service ".service_locator.4g.rg1z"; reason: private alias.
Removed service ".service_locator.QZF4AtD"; reason: private alias.
Removed service ".service_locator.9LmanjH"; reason: private alias.
Removed service ".service_locator.bhDFXaE"; reason: private alias.
Removed service ".service_locator.Psgrz78"; reason: private alias.
Removed service ".service_locator.w2jpLDB"; reason: private alias.
Removed service ".service_locator.KEQ7e8Y"; reason: private alias.
Removed service ".service_locator.XYFz3jv"; reason: private alias.
Removed service ".service_locator.lyt2SMf"; reason: private alias.
Removed service ".service_locator.mZMg0Kn"; reason: private alias.
Removed service ".service_locator.UHwMRn7"; reason: private alias.
Removed service ".service_locator.xKb4z7r"; reason: private alias.
Removed service ".service_locator.gRpiJ0G"; reason: private alias.
Removed service ".service_locator.rsRVKzW"; reason: private alias.
Removed service ".service_locator.P_pZ1WJ"; reason: private alias.
Removed service ".service_locator.BP2unBp"; reason: private alias.
Removed service ".service_locator.6Gg4BYF"; reason: private alias.
Removed service ".service_locator.z.oRBdy"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
427
Changed reference of service "Thelia\Action\Administrator" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service "Thelia\Action\Administrator" previously pointing to "Thelia\Tools\TokenProvider" to "thelia.token_provider".
Changed reference of service "Thelia\Action\Cart" previously pointing to "Thelia\Tools\TokenProvider" to "thelia.token_provider".
Changed reference of service "Thelia\Action\Coupon" previously pointing to "Thelia\Coupon\CouponFactory" to "thelia.coupon.factory".
Changed reference of service "Thelia\Action\Coupon" previously pointing to "Thelia\Coupon\CouponManager" to "thelia.coupon.manager".
Changed reference of service "Thelia\Action\Coupon" previously pointing to "Thelia\Condition\ConditionFactory" to "thelia.condition.factory".
Changed reference of service "Thelia\Action\Currency" previously pointing to "currency.converter" to "Thelia\CurrencyConverter\CurrencyConverter".
Changed reference of service "Thelia\Action\Customer" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "Thelia\Action\Customer" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service "Thelia\Action\Document" previously pointing to "Thelia\Files\FileManager" to "thelia.file_manager".
Changed reference of service "Thelia\Action\Export" previously pointing to "Thelia\Handler\ExportHandler" to "thelia.export.handler".
Changed reference of service "Thelia\Action\Hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Action\HttpException" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "Thelia\Action\Image" previously pointing to "Thelia\Files\FileManager" to "thelia.file_manager".
Changed reference of service "Thelia\Action\Import" previously pointing to "Thelia\Handler\ImportHandler" to "thelia.import.handler".
Changed reference of service "Thelia\Action\MailingSystem" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Action\ModuleHook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Action\Newsletter" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service "Thelia\Action\Newsletter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Action\Order" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service "Thelia\Action\Order" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "Thelia\Action\Product" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Action\ProductSaleElement" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Command\LoopListCommand" previously pointing to "TheliaSmarty\Template\Plugins\TheliaLoop" to "smarty.plugin.thelialoop".
Changed reference of service "Thelia\Command\ModuleActivateCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Command\ModuleDeactivateCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Condition\Implementation\CartContainsCategories" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\CartContainsProducts" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\ForSomeCustomers" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchBillingCountries" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchDeliveryCountries" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchForEveryone" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchForTotalAmount" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchForXArticles" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Condition\Implementation\StartDate" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Core\Archiver\ArchiverManager" previously pointing to "Thelia\Core\Archiver\Archiver\TarArchiver" to "thelia.archiver.tar".
Changed reference of service "Thelia\Core\Archiver\ArchiverManager" previously pointing to "Thelia\Core\Archiver\Archiver\TarBz2Archiver" to "thelia.archiver.bz2".
Changed reference of service "Thelia\Core\Archiver\ArchiverManager" previously pointing to "Thelia\Core\Archiver\Archiver\TarGzArchiver" to "thelia.archiver.tgz".
Changed reference of service "Thelia\Core\Archiver\ArchiverManager" previously pointing to "Thelia\Core\Archiver\Archiver\ZipArchiver" to "thelia.archiver.zip".
Changed reference of service "Thelia\Core\Event\Currency\CurrencyChangeEvent" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service "Thelia\Core\Event\IsAdminEnvEvent" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service "Thelia\Core\EventListener\KernelListener" previously pointing to "Thelia\Core\TheliaHttpKernel" to "base_http_kernel".
Changed reference of service "Thelia\Core\EventListener\KernelListener" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Thelia\Core\EventListener\KernelListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Core\EventListener\RequestListener" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Thelia\Core\EventListener\RequestListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Core\Hook\DefaultHook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "Thelia\Core\Hook\DefaultHook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "Thelia\Core\Hook\DefaultHook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Thelia\Core\HttpKernel\HttpCache\HttpCache" previously pointing to "Thelia\Core\TheliaHttpKernel" to "base_http_kernel".
Changed reference of service "Thelia\Core\Serializer\SerializerManager" previously pointing to "Thelia\Core\Serializer\Serializer\CSVSerializer" to "thelia.serializer.csv".
Changed reference of service "Thelia\Core\Serializer\SerializerManager" previously pointing to "Thelia\Core\Serializer\Serializer\JSONSerializer" to "thelia.serializer.json".
Changed reference of service "Thelia\Core\Serializer\SerializerManager" previously pointing to "Thelia\Core\Serializer\Serializer\XMLSerializer" to "thelia.serializer.xml".
Changed reference of service "Thelia\Coupon\Type\FreeProduct" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemoveAmountOnAttributeValues" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemoveAmountOnCategories" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemoveAmountOnProducts" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemovePercentageOnAttributeValues" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemovePercentageOnCategories" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemovePercentageOnProducts" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemoveXAmount" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Thelia\Coupon\Type\RemoveXPercent" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "Carousel\Hook\BackHook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "Carousel\Hook\BackHook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "Carousel\Hook\BackHook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HookNavigation\Hook\FrontHook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "HookNavigation\Hook\FrontHook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "HookNavigation\Hook\FrontHook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "TheliaSmarty\Template\DataCollectorSmartyParser" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "TheliaSmarty\Template\Plugins\Component" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "TheliaSmarty\Template\Plugins\Component" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "TheliaSmarty\Template\Plugins\Encore" previously pointing to "webpack_encore.tag_renderer" to "Symfony\WebpackEncoreBundle\Asset\TagRenderer".
Changed reference of service "TheliaSmarty\Template\Plugins\Encore" previously pointing to "webpack_encore.entrypoint_lookup_collection" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Changed reference of service "TheliaSmarty\Template\Plugins\FrontUtils" previously pointing to "Thelia\TaxEngine\TaxEngine" to "thelia.taxEngine".
Changed reference of service "TheliaSmarty\Template\Plugins\FrontUtils" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "HookAdminHome\Hook\HookAdminManager" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "HookAdminHome\Hook\HookAdminManager" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "HookAdminHome\Hook\HookAdminManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.form.type.field.category_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.product_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.product_sale_elements_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.folder_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.content_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.currency_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.area_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.tax_rule_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.attribute_av" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.customer_title_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.country_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.state_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.tax_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.customer_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.lang_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.accessory_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.address_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.admin_log_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.admin_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.area_delivery_module_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.attribute_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.attribute_template_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.brand_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.cart_item_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.cart_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.category_associated_content_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.coupon_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.export_category_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.export_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.feature_av_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.feature_product_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.feature_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.feature_template_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.form_firewall_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.hook_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.import_category_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.import_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.message_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.meta_data_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.module_config_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.module_hook_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.module_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.newsletter_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_address_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_coupon_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_product_attribute_combination_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_product_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_product_tax_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.order_status_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.product_associated_content_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.profile_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.resource_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.rewriting_url_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.sale_product_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.sale_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form.type.field.template_id" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.admin.base_controller" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "router.chainRequest" previously pointing to "router.default" to "router".
Changed reference of service "test.client" previously pointing to "Thelia\Core\TheliaHttpKernel" to "base_http_kernel".
Changed reference of service "validators.translator" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "validators.translator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "carousel.hook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "carousel.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "carousel.hook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "carousel.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "carousel.hook.back" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "carousel.hook.back" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "carousel.hook.back" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "carousel.hook.back" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "send.cheque.mail" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service "cheque.hook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "cheque.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "cheque.hook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "cheque.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookcurrency.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookcurrency.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookcurrency.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookcurrency.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooklang.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooklang.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooklang.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooklang.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooksearch.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooksearch.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooksearch.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooksearch.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookcustomer.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookcustomer.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookcustomer.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookcustomer.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookcart.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookcart.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookcart.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookcart.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookanalytics.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookanalytics.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookanalytics.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookanalytics.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookanalytics.hook.back" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookanalytics.hook.back" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookanalytics.hook.back" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookanalytics.hook.back" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookcontact.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookcontact.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookcontact.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookcontact.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooklinks.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooklinks.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooklinks.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooklinks.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooknavigation.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooknavigation.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooknavigation.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooknavigation.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooksocial.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooksocial.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooksocial.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooksocial.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hooksocial.hook.back" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hooksocial.hook.back" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hooksocial.hook.back" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hooksocial.hook.back" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookproductsnew.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookproductsnew.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookproductsnew.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookproductsnew.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookproductsoffer.hook.front" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookproductsoffer.hook.front" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookproductsoffer.hook.front" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookproductsoffer.hook.front" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tinymce.hook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "tinymce.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "tinymce.hook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "tinymce.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "virtualproductcontrol.hook" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "virtualproductcontrol.hook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "virtualproductcontrol.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "virtualproductcontrol.hook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "virtualproductcontrol.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.configuration.hook" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.configuration.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.configuration.hook" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.configuration.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.css" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.css" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.css" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.css" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.block_information" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.block_information" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.block_information" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.block_information" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.block_statistics" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.block_statistics" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.block_statistics" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.block_statistics" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.block_sales_statistics" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.block_sales_statistics" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.block_sales_statistics" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.block_sales_statistics" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.block_news" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.block_news" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.block_news" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.block_news" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hookadminhome.hook.block_thelia_informations" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "hookadminhome.hook.block_thelia_informations" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "hookadminhome.hook.block_thelia_informations" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "hookadminhome.hook.block_thelia_informations" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "error_controller" previously pointing to "Thelia\Core\TheliaHttpKernel" to "base_http_kernel".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "webpack_encore.tag_renderer" to "Symfony\WebpackEncoreBundle\Asset\TagRenderer".
Changed reference of service "locale_aware_listener" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "fragment.renderer.inline" previously pointing to "Thelia\Core\TheliaHttpKernel" to "base_http_kernel".
Changed reference of service "fragment.renderer.inline" 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 "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "translation.locale_switcher" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
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.color" 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 "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
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 ".1_ServiceLocator~3CdMPK." previously pointing to "webpack_encore.entrypoint_lookup_collection" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Changed reference of service ".1_ServiceLocator~3CdMPK." previously pointing to "webpack_encore.tag_renderer" to "Symfony\WebpackEncoreBundle\Asset\TagRenderer".
Changed reference of service "webpack_encore.exception_listener" previously pointing to "webpack_encore.entrypoint_lookup_collection" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Changed reference of service "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener" previously pointing to "webpack_encore.entrypoint_lookup_collection" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Changed reference of service ".service_locator.DfDPVv." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lCeiqsv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lCeiqsv" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.Cr93zBo" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service ".service_locator.jTKX5fO" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jTKX5fO" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.jTKX5fO" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.YkViLMv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.YkViLMv" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.eztgQqe" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.eztgQqe" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service ".service_locator.eztgQqe" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.eztgQqe" previously pointing to "Thelia\Tools\TokenProvider" to "thelia.token_provider".
Changed reference of service ".service_locator.b2mMvHw" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service ".service_locator.QNRFSY7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QNRFSY7" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service ".service_locator.QNRFSY7" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.2RPR5wp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mIoyQuQ" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service ".service_locator.mIoyQuQ" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.VzZh9Dm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VzZh9Dm" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.VzZh9Dm" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.6zdYL3j" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.hKFcXGg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hKFcXGg" previously pointing to "Thelia\Core\Form\TheliaFormFactory" to "thelia.form_factory".
Changed reference of service ".service_locator.hKFcXGg" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator..RM1Jp_" previously pointing to "Thelia\Core\Form\TheliaFormFactory" to "thelia.form_factory".
Changed reference of service ".service_locator.n_sKA84" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.n_sKA84" previously pointing to "Thelia\Mailer\MailerFactory" to "mailer".
Changed reference of service ".service_locator.n_sKA84" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service ".service_locator.l4QnQ7m" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service ".service_locator.l4QnQ7m" previously pointing to "Thelia\Core\HttpFoundation\Request" to "request".
Changed reference of service ".service_locator.l4QnQ7m" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.9ETxUxh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.listener.view" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "thelia.listener.view" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "assetic.asset.manager" previously pointing to "Thelia\Core\Template\Assets\Filter\LessDotPhpFilter" to "less.assetic.filter".
Changed reference of service "assetic.asset.manager" previously pointing to "Assetic\Filter\ScssphpFilter" to "scss.assetic.filter".
Changed reference of service "assetic.asset.manager" previously pointing to "Assetic\Filter\PhpCssEmbedFilter" to "cssembed.assetic.filter".
Changed reference of service "assetic.asset.manager" previously pointing to "Assetic\Filter\CssRewriteFilter" to "cssrewrite.assetic.filter".
Changed reference of service "assetic.asset.manager" previously pointing to "Assetic\Filter\CssImportFilter" to "cssimport.assetic.filter".
Changed reference of service "thelia.hookHelper" previously pointing to "TheliaSmarty\Template\SmartyHelper" to "Thelia\Core\Template\ParserHelperInterface".
Changed reference of service "thelia.parser.context" previously pointing to "Thelia\Core\Form\TheliaFormFactory" to "thelia.form_factory".
Changed reference of service "thelia.parser.context" previously pointing to "Thelia\Core\Form\TheliaFormValidator" to "thelia.form_validator".
Changed reference of service "base_http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "base_http_kernel" previously pointing to "Thelia\Core\Controller\ControllerResolver" to "Symfony\Component\HttpKernel\Controller\ControllerResolverInterface".
Changed reference of service "base_http_kernel" previously pointing to "debug.argument_resolver" to "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface".
Changed reference of service "mailer" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "controller.listener" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "error.listener" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "error.listener" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "error.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.token_provider" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.forms.validator_builder" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.form_factory" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.form_factory" previously pointing to "Symfony\Component\Form\FormFactoryBuilderInterface" to "thelia.form_factory_builder".
Changed reference of service "thelia.form_factory" previously pointing to "Symfony\Component\Validator\ValidatorBuilder" to "thelia.forms.validator_builder".
Changed reference of service "thelia.form_validator" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.export.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.import.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Symfony\WebpackEncoreBundle\Asset\TagRenderer" previously pointing to "webpack_encore.entrypoint_lookup_collection" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Changed reference of service "Symfony\WebpackEncoreBundle\Asset\TagRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.facade" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "thelia.facade" previously pointing to "Thelia\TaxEngine\TaxEngine" to "thelia.taxEngine".
Changed reference of service "thelia.facade" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "thelia.facade" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "thelia.facade" previously pointing to "Thelia\Condition\ConditionEvaluator" to "thelia.condition.validator".
Changed reference of service "thelia.facade" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.coupon.manager" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "thelia.coupon.manager" previously pointing to "Thelia\Coupon\CouponFactory" to "thelia.coupon.factory".
Changed reference of service "thelia.coupon.factory" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "thelia.coupon.factory" previously pointing to "Thelia\Condition\ConditionFactory" to "thelia.condition.factory".
Changed reference of service "thelia.condition.factory" previously pointing to "Thelia\Coupon\BaseFacade" to "thelia.facade".
Changed reference of service "thelia.parser" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "thelia.parser" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\AdminUtilities" to "smarty.plugin.adminUtilities".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Assets" to "smarty.plugin.assets".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Cache" to "smarty.plugin.cache".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\CartPostage" to "smarty.plugin.cartpostage".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\DataAccessFunctions" to "smarty.plugin.dataAccess".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\FlashMessage" to "smarty.plugin.flashMessage".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Form" to "smart.plugin.form".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Format" to "smarty.plugin.format".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Hook" to "smarty.plugin.hook".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Module" to "smarty.plugin.module".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Render" to "smarty.plugin.render".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Security" to "smarty.plugin.security".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\TheliaLoop" to "smarty.plugin.thelialoop".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Translation" to "smarty.plugin.translation".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\Type" to "smarty.plugin.type".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\UrlGenerator" to "smarty.url.module".
Changed reference of service "thelia.parser" previously pointing to "TheliaSmarty\Template\Plugins\VarDumper" to "smarty.plugin.var_dumper".
Changed reference of service "Thelia\Core\Template\Assets\AssetResolverInterface" previously pointing to "Thelia\Core\Template\Assets\AsseticAssetManager" to "assetic.asset.manager".
Changed reference of service "smarty.plugin.assets" previously pointing to "Thelia\Core\Template\Assets\AsseticAssetManager" to "assetic.asset.manager".
Changed reference of service "smarty.plugin.assets" previously pointing to "TheliaSmarty\Template\Assets\SmartyAssetsResolver" to "Thelia\Core\Template\Assets\AssetResolverInterface".
Changed reference of service "smarty.plugin.thelialoop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "smarty.plugin.thelialoop" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "smarty.plugin.thelialoop" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "smarty.plugin.render" previously pointing to "Thelia\Core\Controller\ControllerResolver" to "Symfony\Component\HttpKernel\Controller\ControllerResolverInterface".
Changed reference of service "smarty.plugin.render" previously pointing to "debug.argument_resolver" to "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface".
Changed reference of service "smart.plugin.form" previously pointing to "Thelia\Core\Form\TheliaFormFactory" to "thelia.form_factory".
Changed reference of service "smart.plugin.form" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service "smart.plugin.form" previously pointing to "TheliaSmarty\Template\SmartyParser" to "thelia.parser".
Changed reference of service "smart.plugin.form" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "smarty.plugin.translation" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "smarty.url.module" previously pointing to "Thelia\Tools\TokenProvider" to "thelia.token_provider".
Changed reference of service "smarty.plugin.security" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "smarty.plugin.security" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "smarty.plugin.dataAccess" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "smarty.plugin.dataAccess" previously pointing to "Thelia\TaxEngine\TaxEngine" to "thelia.taxEngine".
Changed reference of service "smarty.plugin.dataAccess" previously pointing to "Thelia\Core\Template\ParserContext" to "thelia.parser.context".
Changed reference of service "smarty.plugin.dataAccess" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "smarty.plugin.dataAccess" previously pointing to "Thelia\Coupon\CouponManager" to "thelia.coupon.manager".
Changed reference of service "smarty.plugin.adminUtilities" previously pointing to "Thelia\Core\Security\SecurityContext" to "thelia.securityContext".
Changed reference of service "smarty.plugin.flashMessage" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "smarty.plugin.hook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "smarty.plugin.hook" previously pointing to "Thelia\Core\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "smarty.plugin.hook" previously pointing to "TheliaSmarty\Template\Plugins\Module" to "smarty.plugin.module".
Changed reference of service "smarty.plugin.cache" previously pointing to "Thelia\TaxEngine\TaxEngine" to "thelia.taxEngine".
Changed reference of service "controller_resolver" previously pointing to "Thelia\Core\Controller\ControllerResolver" to "Symfony\Component\HttpKernel\Controller\ControllerResolverInterface".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ControllerListener" to "controller.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ErrorListener" to "error.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ErrorListener" to "error.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ErrorListener" to "error.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ErrorListener" to "error.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ResponseListener" to "response.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\SessionListener" to "session.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\SessionListener" to "session.listener".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ViewListener" to "thelia.listener.view".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\EventListener\ViewListener" to "thelia.listener.view".
Changed reference of service "event_dispatcher" previously pointing to "Thelia\Core\Template\Assets\Filter\LessDotPhpFilter" to "less.assetic.filter".
1072
Removed service "Thelia\Command\Skeleton\Module\I18n\en_US"; reason: abstract.
Removed service "Thelia\Command\Skeleton\Module\I18n\fr_FR"; reason: abstract.
Removed service "Thelia\Config\DatabaseConfiguration"; reason: abstract.
Removed service "Thelia\Config\DatabaseConfigurationSource"; reason: abstract.
Removed service "Thelia\Config\I18n\ar_SA"; reason: abstract.
Removed service "Thelia\Config\I18n\cs_CZ"; reason: abstract.
Removed service "Thelia\Config\I18n\de_DE"; reason: abstract.
Removed service "Thelia\Config\I18n\el_GR"; reason: abstract.
Removed service "Thelia\Config\I18n\en_US"; reason: abstract.
Removed service "Thelia\Config\I18n\es_ES"; reason: abstract.
Removed service "Thelia\Config\I18n\fa_IR"; reason: abstract.
Removed service "Thelia\Config\I18n\fr_FR"; reason: abstract.
Removed service "Thelia\Config\I18n\he_IL"; reason: abstract.
Removed service "Thelia\Config\I18n\hu_HU"; reason: abstract.
Removed service "Thelia\Config\I18n\id_ID"; reason: abstract.
Removed service "Thelia\Config\I18n\it_IT"; reason: abstract.
Removed service "Thelia\Config\I18n\nl_NL"; reason: abstract.
Removed service "Thelia\Config\I18n\pl_PL"; reason: abstract.
Removed service "Thelia\Config\I18n\pt_BR"; reason: abstract.
Removed service "Thelia\Config\I18n\pt_PT"; reason: abstract.
Removed service "Thelia\Config\I18n\ro_RO"; reason: abstract.
Removed service "Thelia\Config\I18n\ru_RU"; reason: abstract.
Removed service "Thelia\Config\I18n\sk_SK"; reason: abstract.
Removed service "Thelia\Config\I18n\tr_TR"; reason: abstract.
Removed service "Thelia\Config\I18n\uk_UA"; reason: abstract.
Removed service "Thelia\Config\I18n\zh_CN"; reason: abstract.
Removed service "Thelia\Config\InitConfig"; reason: abstract.
Removed service "Thelia\Config\Resources\services"; reason: abstract.
Removed service "Carousel\I18n\backOffice"; reason: abstract.
Removed service "Carousel\I18n\de_DE"; reason: abstract.
Removed service "Carousel\I18n\en_US"; reason: abstract.
Removed service "Carousel\I18n\fr_FR"; reason: abstract.
Removed service "Carousel\I18n\it_IT"; reason: abstract.
Removed service "Carousel\I18n\ru_RU"; reason: abstract.
Removed service "Carousel\I18n\tr_TR"; reason: abstract.
Removed service "Front\I18n\de_DE"; reason: abstract.
Removed service "Front\I18n\en_US"; reason: abstract.
Removed service "Front\I18n\fr_FR"; reason: abstract.
Removed service "Front\I18n\it_IT"; reason: abstract.
Removed service "Front\I18n\ru_RU"; reason: abstract.
Removed service "Front\I18n\tr_TR"; reason: abstract.
Removed service "HookNavigation\I18n\backOffice"; reason: abstract.
Removed service "HookNavigation\I18n\en_US"; reason: abstract.
Removed service "HookNavigation\I18n\fr_FR"; reason: abstract.
Removed service "HookNavigation\I18n\frontOffice"; reason: abstract.
Removed service "HookNavigation\I18n\it_IT"; reason: abstract.
Removed service "HookNavigation\I18n\ru_RU"; reason: abstract.
Removed service "TheliaSmarty\I18n\en_US"; reason: abstract.
Removed service "TheliaSmarty\I18n\fr_FR"; reason: abstract.
Removed service "TheliaSmarty\I18n\ru_RU"; reason: abstract.
Removed service "TheliaSmarty\I18n\tr_TR"; reason: abstract.
Removed service "TheliaSmarty\Template\Assets\EncoreModuleAssetsPathPackage"; reason: abstract.
Removed service "HookAdminHome\I18n\ar_SA"; reason: abstract.
Removed service "HookAdminHome\I18n\backOffice"; reason: abstract.
Removed service "HookAdminHome\I18n\cs_CZ"; reason: abstract.
Removed service "HookAdminHome\I18n\de_DE"; reason: abstract.
Removed service "HookAdminHome\I18n\en_US"; reason: abstract.
Removed service "HookAdminHome\I18n\es_ES"; reason: abstract.
Removed service "HookAdminHome\I18n\fr_FR"; reason: abstract.
Removed service "HookAdminHome\I18n\id_ID"; reason: abstract.
Removed service "HookAdminHome\I18n\it_IT"; reason: abstract.
Removed service "HookAdminHome\I18n\ru_RU"; reason: abstract.
Removed service "HookAdminHome\I18n\tr_TR"; reason: abstract.
Removed service "WebProfiler\I18n\en_US"; reason: abstract.
Removed service "WebProfiler\I18n\fr_FR"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; 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.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; 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 "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Address"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Address"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Administrator"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Administrator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Area"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Area"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Attribute"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Attribute"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\AttributeAv"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\AttributeAv"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Brand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Brand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cache"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Cart"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Cart"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Category"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Category"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Config"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Config"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Content"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Content"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Country"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Country"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Coupon"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Coupon"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Currency"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Currency"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Customer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Customer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\CustomerTitle"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\CustomerTitle"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Delivery"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Delivery"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Document"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Document"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Export"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Export"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Feature"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Feature"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\FeatureAv"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\FeatureAv"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\File"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\File"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Folder"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Folder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Hook"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Hook"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\HttpException"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\HttpException"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Image"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Image"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Import"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Import"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Lang"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Lang"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MailingSystem"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\MailingSystem"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Message"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Message"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\MetaData"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\MetaData"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Module"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Module"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ModuleHook"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\ModuleHook"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Newsletter"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Newsletter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Order"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Order"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\OrderStatus"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\OrderStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Payment"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Payment"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Pdf"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Pdf"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Product"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Product"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ProductSaleElement"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\ProductSaleElement"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Profile"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Profile"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\RedirectException"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\RedirectException"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Sale"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Sale"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\ShippingZone"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\ShippingZone"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\State"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\State"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Tax"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Tax"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\TaxRule"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\TaxRule"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Template"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Template"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Action\Translation"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Action\Translation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\AdminUpdatePasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\AdminUpdatePasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\AdminUpdatePasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CacheClear"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CacheClear"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\CacheClear"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ClearImageCache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ClearImageCache"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ClearImageCache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\CreateAdminUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\CreateAdminUser"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\CreateAdminUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\DiffDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\DiffDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\DiffDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateResources"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateResources"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\GenerateResources"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\GenerateSQLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\GenerateSQLCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\GenerateSQLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\HookCleanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\HookCleanCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\HookCleanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\Install"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\Install"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\Install"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\LoopListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\LoopListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\LoopListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleActivateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleActivateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleActivateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleDeactivateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleDeactivateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleDeactivateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleGenerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateModelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateModelCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleGenerateModelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleGenerateSqlCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleGenerateSqlCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleGenerateSqlCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModulePositionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModulePositionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModulePositionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ModuleRefreshCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ModuleRefreshCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ModuleRefreshCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\ReloadDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\ReloadDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\ReloadDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SaleCheckActivationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SaleCheckActivationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\SaleCheckActivationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\SetTemplate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\SetTemplate"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\SetTemplate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ContainerAwareInterface.0.Thelia\Command\UpdateCurrenciesRates"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Thelia\Command\UpdateCurrenciesRates"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Command\UpdateCurrenciesRates"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsCategories"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\CartContainsCategories"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\CartContainsProducts"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\CartContainsProducts"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\ForSomeCustomers"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\ForSomeCustomers"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchBillingCountries"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchBillingCountries"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchDeliveryCountries"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchDeliveryCountries"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForEveryone"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchForEveryone"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForTotalAmount"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchForTotalAmount"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticles"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchForXArticles"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\MatchForXArticlesIncludeQuantity"; reason: abstract.
Removed service ".instanceof.Thelia\Condition\Implementation\ConditionInterface.0.Thelia\Condition\Implementation\StartDate"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Condition\Implementation\StartDate"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AddressController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdminLogsController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AdminLogsController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdministratorController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AdministratorController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AdvancedConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AdvancedConfigurationController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AreaController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AreaController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeAvController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AttributeAvController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BaseAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\BaseAdminController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\BrandController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigStoreController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ConfigStoreController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\CountryController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\CouponController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\CurrencyController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ExportController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureAvController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\FeatureAvController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\FileController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\FolderController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\HookController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\HookController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ImportController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LangController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\LangController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MailingSystemController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\MailingSystemController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\MessageController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ModuleHookController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ModuleHookController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SaleController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\SaleController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\SessionController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ShippingZoneController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ShippingZoneController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\StateController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\StateController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\SystemLogController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\SystemLogController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\TaxController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TaxRuleController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\TaxRuleController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\TemplateController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\ToolsController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\ToolsController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\TranslationsController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Admin\TranslationsCustomerTitleController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Admin\TranslationsCustomerTitleController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\BaseFrontController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Front\BaseFrontController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Thelia\Controller\Front\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Controller\Front\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\Application"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Application"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarArchiver"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Archiver\Archiver\TarArchiver"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarBz2Archiver"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Archiver\Archiver\TarBz2Archiver"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\TarGzArchiver"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Archiver\Archiver\TarGzArchiver"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Archiver\ArchiverInterface.0.Thelia\Core\Archiver\Archiver\ZipArchiver"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Archiver\Archiver\ZipArchiver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Thelia\Core\DependencyInjection\TheliaContainer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\DependencyInjection\TheliaContainer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\ControllerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ErrorListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\ErrorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\KernelListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\KernelListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ModelConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\ModelConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\RequestListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\RequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\ResponseListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\ResponseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\EventListener\SessionListener"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\EventListener\SessionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleI18nType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\CustomerTitleI18nType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\CustomerTitleType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\CustomerTitleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AccessoryIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AccessoryIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AddressIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AddressIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AdminIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AdminLogIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AdminLogIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AreaDeliveryModuleIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AreaIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AreaIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeAvIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeAvIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\AttributeTemplateIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\AttributeTemplateIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\BrandIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\BrandIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CartIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CartItemIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CartItemIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CategoryAssociatedContentIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CategoryIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CategoryIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ContentIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ContentIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CountryIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CountryIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CouponIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CouponSpecificType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CouponSpecificType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CurrencyIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CurrencyIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CustomerIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\CustomerTitleIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\CustomerTitleIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportCategoryIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ExportCategoryIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ExportIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ExportIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureAvIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureAvIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureProductIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureProductIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FeatureTemplateIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FeatureTemplateIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FolderIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FolderIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\FormFirewallIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\FormFirewallIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\HookIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\HookIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportCategoryIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ImportCategoryIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ImportIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ImportIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\LangIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\LangIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MessageIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\MessageIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\MetaDataIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\MetaDataIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleConfigIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleConfigIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleHookIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleHookIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ModuleIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ModuleIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\NewsletterIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\NewsletterIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderAddressIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderAddressIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderCouponIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderCouponIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductAttributeCombinationIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderProductTaxIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderProductTaxIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\OrderStatusIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\OrderStatusIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ProductAssociatedContentIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ProductIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProductSaleElementsIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ProductSaleElementsIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ProfileIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ProfileIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\ResourceIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\ResourceIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\RewritingUrlIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\RewritingUrlIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\SaleIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\SaleProductIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\SaleProductIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\StateIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\StateIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\TaxIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TaxRuleIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\TaxRuleIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\Field\TemplateIdType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\Field\TemplateIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\ProductSaleElementsType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\ProductSaleElementsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\StandardFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\StandardFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleI18nType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\TaxRuleI18nType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TaxRuleType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\TaxRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Thelia\Core\Form\Type\TheliaType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Form\Type\TheliaType"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.Thelia\Core\Hook\DefaultHook"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Hook\DefaultHook"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\CSVSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Serializer\Serializer\CSVSerializer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\JSONSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Serializer\Serializer\JSONSerializer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\XMLSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Serializer\Serializer\XMLSerializer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Serializer\SerializerInterface.0.Thelia\Core\Serializer\Serializer\YAMLSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Serializer\Serializer\YAMLSerializer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Accessory"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Accessory"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Address"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Address"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Admin"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Admin"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Archiver"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Archiver"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Area"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Area"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AssociatedContent"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\AssociatedContent"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Attribute"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Attribute"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeAvailability"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\AttributeAvailability"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\AttributeCombination"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\AttributeCombination"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Auth"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Auth"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Brand"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Brand"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Cart"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Cart"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Category"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Category"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryPath"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\CategoryPath"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CategoryTree"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\CategoryTree"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Config"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Config"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Content"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Content"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Country"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Country"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\CountryArea"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\CountryArea"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Coupon"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Coupon"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Currency"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Currency"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Customer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Customer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Delivery"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Delivery"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Document"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Document"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Export"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Export"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ExportCategory"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ExportCategory"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feature"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Feature"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureAvailability"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\FeatureAvailability"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FeatureValue"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\FeatureValue"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Feed"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Feed"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Folder"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Folder"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderPath"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\FolderPath"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\FolderTree"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\FolderTree"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Generic"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Generic"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Hook"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Hook"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Image"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Image"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Import"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Import"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ImportCategory"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ImportCategory"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Lang"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Lang"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Message"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Message"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Module"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Module"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleConfig"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ModuleConfig"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ModuleHook"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ModuleHook"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Order"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Order"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderAddress"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderAddress"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderCoupon"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderCoupon"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProduct"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderProduct"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductAttributeCombination"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderProductAttributeCombination"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderProductTax"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderProductTax"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\OrderStatus"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\OrderStatus"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Payment"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Payment"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Product"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Product"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElements"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElements"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsDocument"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElementsDocument"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductSaleElementsImage"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ProductSaleElementsImage"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\ProductTemplate"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\ProductTemplate"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Profile"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Profile"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Resource"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Resource"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Sale"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Sale"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Serializer"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Serializer"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\State"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\State"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Tax"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Tax"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRule"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\TaxRule"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\TaxRuleCountry"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\TaxRuleCountry"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Template"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Template"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Thelia\Core\Template\Loop\Title"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\Loop\Title"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Thelia\Core\Template\TheliaTemplateHelper"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Template\TheliaTemplateHelper"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Thelia\Core\Translation\Translator"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Core\Translation\Translator"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\FreeProduct"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\FreeProduct"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnAttributeValues"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnAttributeValues"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnCategories"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnCategories"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveAmountOnProducts"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemoveAmountOnProducts"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnAttributeValues"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnAttributeValues"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnCategories"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnCategories"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemovePercentageOnProducts"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemovePercentageOnProducts"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXAmount"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemoveXAmount"; reason: abstract.
Removed service ".instanceof.Thelia\Coupon\Type\CouponInterface.0.Thelia\Coupon\Type\RemoveXPercent"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Coupon\Type\RemoveXPercent"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressCreateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AddressCreateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AddressUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AddressUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminCreatePassword"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AdminCreatePassword"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLogin"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AdminLogin"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdminLostPassword"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AdminLostPassword"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AdministratorCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AdministratorModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AdministratorModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCountryForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Area\AreaCountryForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaCreateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Area\AreaCreateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaDeleteCountryForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Area\AreaDeleteCountryForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Area\AreaModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Area\AreaPostageForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Area\AreaPostageForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeAvCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AttributeAvCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AttributeCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\AttributeModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\AttributeModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Brand\BrandCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandDocumentModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Brand\BrandDocumentModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Brand\BrandImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Brand\BrandModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Brand\BrandModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\AssetsFlushForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Cache\AssetsFlushForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\CacheFlushForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Cache\CacheFlushForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Cache\ImagesAndDocumentsCacheFlushForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CartAdd"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CartAdd"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CategoryCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryDocumentModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CategoryDocumentModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CategoryImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CategoryModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CategoryModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ConfigCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ConfigModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ConfigStoreForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ConfigStoreForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContactForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ContactForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ContentCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentDocumentModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ContentDocumentModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ContentImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ContentModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ContentModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CountryCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CountryModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CountryModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCode"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CouponCode"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CouponCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CouponCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CurrencyCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CurrencyModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CurrencyModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerCreateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerCreateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLogin"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerLogin"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerLostPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerLostPasswordForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerPasswordUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerPasswordUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerProfileUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerProfileUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\CustomerUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\CustomerUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\EmptyForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\EmptyForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ExportForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ExportForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureAvCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FeatureAvCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FeatureCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FeatureModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FeatureModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FolderCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderDocumentModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FolderDocumentModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FolderImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\FolderModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\FolderModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\HookCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\HookModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\HookModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ImportForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ImportForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\InstallStep3Form"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\InstallStep3Form"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangCreateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Lang\LangCreateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangDefaultBehaviorForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Lang\LangDefaultBehaviorForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Lang\LangUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Lang\LangUrlForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Lang\LangUrlForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MailingSystemModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\MailingSystemModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\MessageCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\MessageModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\MessageSendSampleForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\MessageSendSampleForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ModuleHookCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleHookModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ModuleHookModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ModuleImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleInstallForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ModuleInstallForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ModuleModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ModuleModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\NewsletterForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\NewsletterUnsubscribeForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\NewsletterUnsubscribeForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderDelivery"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\OrderDelivery"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderPayment"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\OrderPayment"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\OrderStatus\OrderStatusCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderStatus\OrderStatusModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\OrderStatus\OrderStatusModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\OrderUpdateAddress"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\OrderUpdateAddress"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCloneForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductCloneForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCombinationGenerationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductCombinationGenerationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDefaultSaleElementUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductDefaultSaleElementUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductDocumentModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductDocumentModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductImageModification"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductImageModification"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProductSaleElementUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProductSaleElementUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProfileCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProfileModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateModuleAccessForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProfileUpdateModuleAccessForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ProfileUpdateResourceAccessForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ProfileUpdateResourceAccessForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Sale\SaleCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\Sale\SaleModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\Sale\SaleModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SeoForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\SeoForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneAddArea"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ShippingZone\ShippingZoneAddArea"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\ShippingZone\ShippingZoneRemoveArea"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\ShippingZone\ShippingZoneRemoveArea"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\State\StateCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\State\StateModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\State\StateModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\SystemLogConfigurationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\SystemLogConfigurationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TaxCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TaxModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TaxRuleCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TaxRuleModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TaxRuleTaxListUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TaxRuleTaxListUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateCreationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TemplateCreationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TemplateModificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TemplateModificationForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Thelia\Form\TranslationsCustomerTitleForm"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\Form\TranslationsCustomerTitleForm"; reason: abstract.
Removed service ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\TaxEngine\TaxType\FeatureFixAmountTaxType"; reason: abstract.
Removed service ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\FixAmountTaxType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\TaxEngine\TaxType\FixAmountTaxType"; reason: abstract.
Removed service ".instanceof.Thelia\TaxEngine\TaxTypeInterface.0.Thelia\TaxEngine\TaxType\PricePercentTaxType"; reason: abstract.
Removed service ".abstract.instanceof.Thelia\TaxEngine\TaxType\PricePercentTaxType"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Carousel\Controller\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Carousel\Controller\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselImageForm"; reason: abstract.
Removed service ".abstract.instanceof.Carousel\Form\CarouselImageForm"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.Carousel\Form\CarouselUpdateForm"; reason: abstract.
Removed service ".abstract.instanceof.Carousel\Form\CarouselUpdateForm"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.Carousel\Hook\BackHook"; reason: abstract.
Removed service ".abstract.instanceof.Carousel\Hook\BackHook"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Template\Element\LoopInterface.0.Carousel\Loop\Carousel"; reason: abstract.
Removed service ".abstract.instanceof.Carousel\Loop\Carousel"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CartController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\CouponController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\FeedController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.Front\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Front\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.HookNavigation\Controller\HookNavigationConfigController"; reason: abstract.
Removed service ".abstract.instanceof.HookNavigation\Controller\HookNavigationConfigController"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.HookNavigation\Form\HookNavigationConfigForm"; reason: abstract.
Removed service ".abstract.instanceof.HookNavigation\Form\HookNavigationConfigForm"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookNavigation\Hook\FrontHook"; reason: abstract.
Removed service ".abstract.instanceof.HookNavigation\Hook\FrontHook"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\AdminUtilities"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\AdminUtilities"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Assets"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Assets"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Cache"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Cache"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\CartPostage"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\CartPostage"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Component"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Component"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\DataAccessFunctions"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\DataAccessFunctions"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Encore"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Encore"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FlashMessage"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\FlashMessage"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Format"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Format"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\FrontUtils"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\FrontUtils"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Hook"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Hook"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Module"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Module"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Render"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Render"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Security"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Security"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\TheliaLoop"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\TheliaLoop"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Translation"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Translation"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\Type"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\Type"; reason: abstract.
Removed service ".instanceof.TheliaSmarty\Template\SmartyPluginInterface.0.TheliaSmarty\Template\Plugins\UrlGenerator"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Template\Plugins\UrlGenerator"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.TheliaSmarty\Tests\Template\Plugin\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.TheliaSmarty\Tests\Template\Plugin\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.HookAdminHome\Controller\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Thelia\Controller\ControllerInterface.0.HookAdminHome\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.HookAdminHome\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Thelia\Form\FormInterface.0.HookAdminHome\Form\Configuration"; reason: abstract.
Removed service ".abstract.instanceof.HookAdminHome\Form\Configuration"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\AdminHook"; reason: abstract.
Removed service ".abstract.instanceof.HookAdminHome\Hook\AdminHook"; reason: abstract.
Removed service ".instanceof.Thelia\Core\Hook\BaseHookInterface.0.HookAdminHome\Hook\HookAdminManager"; reason: abstract.
Removed service ".abstract.instanceof.HookAdminHome\Hook\HookAdminManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\SmartyDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\SmartyDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.WebProfiler\DataCollector\SmartyDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.WebProfiler\DataCollector\TheliaCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.WebProfiler\DataCollector\TheliaCollector"; reason: abstract.
Removed service ".abstract.instanceof.WebProfiler\DataCollector\TheliaCollector"; reason: abstract.
826
Removed service "Thelia\Action\BaseAction"; reason: unused.
Removed service "Thelia\Condition\ConditionCollection"; reason: unused.
Removed service "Thelia\Condition\ConditionOrganizer"; reason: unused.
Removed service "Thelia\Condition\SerializableCondition"; reason: unused.
Removed service "Thelia\Core\Application"; reason: unused.
Removed service "Thelia\Core\Bundle\TheliaBundle"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\CurrencyConverterProviderPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\FallbackParserPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterArchiverPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterAssetFilterPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterCommandPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterCouponConditionPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterCouponPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterFormExtensionPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterFormPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterHookListenersPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterLoopPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterRouterPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\RegisterSerializerPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Compiler\TranslatorPass"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\Loader\XmlFileLoader"; reason: unused.
Removed service "Thelia\Core\DependencyInjection\TheliaContainer"; reason: unused.
Removed service "Thelia\Core\Event\AccessoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Address\AddressCreateOrUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Administrator\AdministratorEvent"; reason: unused.
Removed service "Thelia\Core\Event\Administrator\AdministratorUpdatePasswordEvent"; reason: unused.
Removed service "Thelia\Core\Event\Area\AreaAddCountryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Area\AreaRemoveCountryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeAvCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeAvDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeAvEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeAvUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Attribute\AttributeUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Brand\BrandCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Brand\BrandDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Brand\BrandEvent"; reason: unused.
Removed service "Thelia\Core\Event\Brand\BrandToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Brand\BrandUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cache\CacheEvent"; reason: unused.
Removed service "Thelia\Core\Event\CachedFileEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartDuplicationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartItemDuplicationItem"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartItemEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartPersistEvent"; reason: unused.
Removed service "Thelia\Core\Event\Cart\CartRestoreEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryAddContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryAssociatedContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryDeleteContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Category\CategoryUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Config\ConfigCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Config\ConfigDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Config\ConfigEvent"; reason: unused.
Removed service "Thelia\Core\Event\Config\ConfigUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Contact\ContactEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentAddFolderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentRemoveFolderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Content\ContentUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryToggleDefaultEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Country\CountryUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Coupon\CouponConsumeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Coupon\CouponCreateOrUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Coupon\CouponDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyChangeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Currency\CurrencyUpdateRateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Customer\CustomerCreateOrUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Customer\CustomerEvent"; reason: unused.
Removed service "Thelia\Core\Event\Customer\CustomerLoginEvent"; reason: unused.
Removed service "Thelia\Core\Event\CustomerTitle\CustomerTitleEvent"; reason: unused.
Removed service "Thelia\Core\Event\DefaultActionEvent"; reason: unused.
Removed service "Thelia\Core\Event\Delivery\DeliveryPostageEvent"; reason: unused.
Removed service "Thelia\Core\Event\Delivery\PickupLocationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Document\DocumentEvent"; reason: unused.
Removed service "Thelia\Core\Event\ExportEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureAvCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureAvDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureAvEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureAvUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureEvent"; reason: unused.
Removed service "Thelia\Core\Event\Feature\FeatureUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\FeatureProduct\FeatureProductDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\FeatureProduct\FeatureProductEvent"; reason: unused.
Removed service "Thelia\Core\Event\FeatureProduct\FeatureProductUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\File\FileCreateOrUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\File\FileDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\File\FileToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Folder\FolderCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Folder\FolderDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Folder\FolderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Folder\FolderToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Folder\FolderUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\GenerateRewrittenUrlEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\BaseHookRenderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookCreateAllEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookDeactivationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookRenderBlockEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookRenderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookToggleActivationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookToggleNativeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\HookUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\ModuleHookCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\ModuleHookDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\ModuleHookEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\ModuleHookToggleActivationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Hook\ModuleHookUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Image\ImageEvent"; reason: unused.
Removed service "Thelia\Core\Event\ImportEvent"; reason: unused.
Removed service "Thelia\Core\Event\IsAdminEnvEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangDefaultBehaviorEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangToggleActiveEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangToggleDefaultEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangToggleVisibleEvent"; reason: unused.
Removed service "Thelia\Core\Event\Lang\LangUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsArgDefinitionsEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsBuildArrayEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsBuildModelCriteriaEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsInitializeArgsEvent"; reason: unused.
Removed service "Thelia\Core\Event\Loop\LoopExtendsParseResultsEvent"; reason: unused.
Removed service "Thelia\Core\Event\LostPasswordEvent"; reason: unused.
Removed service "Thelia\Core\Event\MailingSystem\MailingSystemEvent"; reason: unused.
Removed service "Thelia\Core\Event\Message\MessageCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Message\MessageDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Message\MessageEvent"; reason: unused.
Removed service "Thelia\Core\Event\Message\MessageUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\MetaData\MetaDataCreateOrUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\MetaData\MetaDataDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\MetaData\MetaDataEvent"; reason: unused.
Removed service "Thelia\Core\Event\Module\ModuleDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Module\ModuleEvent"; reason: unused.
Removed service "Thelia\Core\Event\Module\ModuleInstallEvent"; reason: unused.
Removed service "Thelia\Core\Event\Module\ModuleToggleActivationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Newsletter\NewsletterEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\GetStockUpdateOperationOnOrderStatusChangeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderAddressEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderManualEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderPayTotalEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderPaymentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Order\OrderProductEvent"; reason: unused.
Removed service "Thelia\Core\Event\OrderStatus\OrderStatusCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\OrderStatus\OrderStatusDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\OrderStatus\OrderStatusEvent"; reason: unused.
Removed service "Thelia\Core\Event\OrderStatus\OrderStatusUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Payment\BasePaymentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Payment\IsValidPaymentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Payment\ManageStockOnCreationEvent"; reason: unused.
Removed service "Thelia\Core\Event\PdfEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductAddAccessoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductAddCategoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductAddContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductAssociatedContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductCloneEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductCombinationGenerationEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductDeleteAccessoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductDeleteCategoryEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductDeleteContentEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductSetTemplateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\ProductUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\VirtualProductOrderDownloadResponseEvent"; reason: unused.
Removed service "Thelia\Core\Event\Product\VirtualProductOrderHandleEvent"; reason: unused.
Removed service "Thelia\Core\Event\ProductSaleElement\ProductSaleElementCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\ProductSaleElement\ProductSaleElementDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\ProductSaleElement\ProductSaleElementEvent"; reason: unused.
Removed service "Thelia\Core\Event\ProductSaleElement\ProductSaleElementUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Profile\ProfileEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\ProductSaleStatusUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleActiveStatusCheckEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleClearStatusEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleToggleActivityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Sale\SaleUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\SessionEvent"; reason: unused.
Removed service "Thelia\Core\Event\ShippingZone\ShippingZoneAddAreaEvent"; reason: unused.
Removed service "Thelia\Core\Event\ShippingZone\ShippingZoneRemoveAreaEvent"; reason: unused.
Removed service "Thelia\Core\Event\State\StateCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\State\StateDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\State\StateEvent"; reason: unused.
Removed service "Thelia\Core\Event\State\StateToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\State\StateUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Tax\TaxEvent"; reason: unused.
Removed service "Thelia\Core\Event\Tax\TaxRuleEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateAddAttributeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateAddFeatureEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateCreateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateDeleteAttributeEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateDeleteEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateDeleteFeatureEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateDuplicateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateEvent"; reason: unused.
Removed service "Thelia\Core\Event\Template\TemplateUpdateEvent"; reason: unused.
Removed service "Thelia\Core\Event\TheliaEvents"; reason: unused.
Removed service "Thelia\Core\Event\TheliaFormEvent"; reason: unused.
Removed service "Thelia\Core\Event\ToggleVisibilityEvent"; reason: unused.
Removed service "Thelia\Core\Event\Translation\TranslationEvent"; reason: unused.
Removed service "Thelia\Core\Event\UpdateFilePositionEvent"; reason: unused.
Removed service "Thelia\Core\Event\UpdatePositionEvent"; reason: unused.
Removed service "Thelia\Core\Event\UpdateSeoEvent"; reason: unused.
Removed service "Thelia\Core\Event\ViewCheckEvent"; reason: unused.
Removed service "Thelia\Core\Hook\Fragment"; reason: unused.
Removed service "Thelia\Core\Hook\FragmentBag"; reason: unused.
Removed service "Thelia\Core\Hook\HookDefinition"; reason: unused.
Removed service "Thelia\Core\HttpFoundation\JsonResponse"; reason: unused.
Removed service "Thelia\Core\HttpFoundation\Response"; reason: unused.
Removed service "Thelia\Core\HttpKernel\Client"; reason: unused.
Removed service "Thelia\Core\HttpKernel\Exception\NotFountHttpException"; reason: unused.
Removed service "Thelia\Core\HttpKernel\Exception\RedirectException"; reason: unused.
Removed service "Thelia\Core\HttpKernel\HttpCache\HttpCache"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\EventBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\ExtensionObjectBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\ExtensionQueryBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\ExtensionQueryInheritanceBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\InterfaceBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\MultiExtendObjectBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\ObjectBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\QueryBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\QueryInheritanceBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\Om\TableMapBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Generator\Builder\ResolverBuilder"; reason: unused.
Removed service "Thelia\Core\Propel\Schema\SchemaCombiner"; reason: unused.
Removed service "Thelia\Core\Propel\Schema\SchemaLocator"; reason: unused.
Removed service "Thelia\Core\PropelInitService"; reason: unused.
Removed service "Thelia\Core\Routing\AnnotationRouter"; reason: unused.
Removed service "Thelia\Core\Routing\RewritingRouter"; reason: unused.
Removed service "Thelia\Core\Security\AccessManager"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\AdminTokenAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\AdminUsernamePasswordFormAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\CustomerTokenAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\CustomerUsernamePasswordFormAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\TokenAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Authentication\UsernamePasswordFormAuthenticator"; reason: unused.
Removed service "Thelia\Core\Security\Exception\AuthenticationException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\AuthorizationException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\CustomerNotConfirmedException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\ResourceException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\TokenAuthenticationException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\UsernameNotFoundException"; reason: unused.
Removed service "Thelia\Core\Security\Exception\WrongPasswordException"; reason: unused.
Removed service "Thelia\Core\Security\Resource\AdminResources"; reason: unused.
Removed service "Thelia\Core\Security\Role\Role"; reason: unused.
Removed service "Thelia\Core\Security\Token\CookieTokenProvider"; reason: unused.
Removed service "Thelia\Core\Security\Token\TokenProvider"; reason: unused.
Removed service "Thelia\Core\Security\UserProvider\AdminTokenUserProvider"; reason: unused.
Removed service "Thelia\Core\Security\UserProvider\AdminUserProvider"; reason: unused.
Removed service "Thelia\Core\Security\UserProvider\CustomerTokenUserProvider"; reason: unused.
Removed service "Thelia\Core\Security\UserProvider\CustomerUserProvider"; reason: unused.
Removed service "Thelia\Core\Template\Element\Exception\ElementNotFoundException"; reason: unused.
Removed service "Thelia\Core\Template\Element\Exception\InvalidElementException"; reason: unused.
Removed service "Thelia\Core\Template\Element\Exception\LoopException"; reason: unused.
Removed service "Thelia\Core\Template\Element\Exception\SearchLoopException"; reason: unused.
Removed service "Thelia\Core\Template\Element\FlashMessage"; reason: unused.
Removed service "Thelia\Core\Template\Element\LoopResult"; reason: unused.
Removed service "Thelia\Core\Template\Element\LoopResultRow"; reason: unused.
Removed service "Thelia\Core\Template\Exception\InvalidDescriptorException"; reason: unused.
Removed service "Thelia\Core\Template\Exception\ResourceNotFoundException"; reason: unused.
Removed service "Thelia\Core\Template\Exception\TemplateException"; reason: unused.
Removed service "Thelia\Core\Template\Loop\Argument\Argument"; reason: unused.
Removed service "Thelia\Core\Template\Loop\Argument\ArgumentCollection"; reason: unused.
Removed service "Thelia\Core\Template\Parser\ParserAssetResolverFallback"; reason: unused.
Removed service "Thelia\Core\Template\Parser\ParserFallback"; reason: unused.
Removed service "Thelia\Core\Template\Parser\ParserHelperFallback"; reason: unused.
Removed service "Thelia\Core\Template\Smarty\SmartyPluginDescriptor"; reason: unused.
Removed service "Thelia\Core\Template\TemplateDefinition"; reason: unused.
Removed service "Thelia\Core\Template\Validator\TemplateDescriptor"; reason: unused.
Removed service "Thelia\Core\Template\Validator\TemplateDescriptorValidator"; reason: unused.
Removed service "Thelia\Core\Template\Validator\TemplateValidator"; reason: unused.
Removed service "Thelia\Core\Thelia"; reason: unused.
Removed service "Thelia\Core\TheliaKernelEvents"; reason: unused.
Removed service "Thelia\Exception\AdminAccessDenied"; reason: unused.
Removed service "Thelia\Exception\CouponExpiredException"; reason: unused.
Removed service "Thelia\Exception\CouponNoUsageLeftException"; reason: unused.
Removed service "Thelia\Exception\CouponNotReleaseException"; reason: unused.
Removed service "Thelia\Exception\CustomerException"; reason: unused.
Removed service "Thelia\Exception\DocumentException"; reason: unused.
Removed service "Thelia\Exception\FileException"; reason: unused.
Removed service "Thelia\Exception\FileNotFoundException"; reason: unused.
Removed service "Thelia\Exception\FileNotReadableException"; reason: unused.
Removed service "Thelia\Exception\HttpUrlException"; reason: unused.
Removed service "Thelia\Exception\ImageException"; reason: unused.
Removed service "Thelia\Exception\InactiveCouponException"; reason: unused.
Removed service "Thelia\Exception\InvalidCartException"; reason: unused.
Removed service "Thelia\Exception\InvalidConditionException"; reason: unused.
Removed service "Thelia\Exception\InvalidConditionOperatorException"; reason: unused.
Removed service "Thelia\Exception\InvalidConditionValueException"; reason: unused.
Removed service "Thelia\Exception\InvalidModuleException"; reason: unused.
Removed service "Thelia\Exception\MemberAccessException"; reason: unused.
Removed service "Thelia\Exception\MissingFacadeException"; reason: unused.
Removed service "Thelia\Exception\ModuleException"; reason: unused.
Removed service "Thelia\Exception\NotImplementedException"; reason: unused.
Removed service "Thelia\Exception\OrderException"; reason: unused.
Removed service "Thelia\Exception\TaxEngineException"; reason: unused.
Removed service "Thelia\Exception\TheliaProcessException"; reason: unused.
Removed service "Thelia\Exception\TypeException"; reason: unused.
Removed service "Thelia\Exception\UnmatchableConditionException"; reason: unused.
Removed service "Thelia\Exception\UrlRewritingException"; reason: unused.
Removed service "Thelia\Files\Exception\ProcessFileException"; reason: unused.
Removed service "Thelia\Files\FileConfiguration"; reason: unused.
Removed service "Thelia\Form\Definition\AdminForm"; reason: unused.
Removed service "Thelia\Form\Definition\FrontForm"; reason: unused.
Removed service "Thelia\Form\Exception\FormValidationException"; reason: unused.
Removed service "Thelia\Form\Exception\ProductNotFoundException"; reason: unused.
Removed service "Thelia\Form\Exception\StockNotFoundException"; reason: unused.
Removed service "Thelia\Form\Lang\LangUrlEvent"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\ContentExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\CustomerExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\MailingExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\OrderExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\ProductI18nExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\ProductPricesExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\ProductSEOExport"; reason: unused.
Removed service "Thelia\ImportExport\Export\Type\ProductTaxedPricesExport"; reason: unused.
Removed service "Thelia\ImportExport\Import\Type\ProductPricesImport"; reason: unused.
Removed service "Thelia\ImportExport\Import\Type\ProductStockImport"; reason: unused.
Removed service "Thelia\Install\CheckDatabaseConnection"; reason: unused.
Removed service "Thelia\Install\CheckPermission"; reason: unused.
Removed service "Thelia\Install\Database"; reason: unused.
Removed service "Thelia\Install\Exception\AlreadyInstallException"; reason: unused.
Removed service "Thelia\Install\Exception\InstallException"; reason: unused.
Removed service "Thelia\Install\Exception\UpToDateException"; reason: unused.
Removed service "Thelia\Install\Exception\UpdateException"; reason: unused.
Removed service "Thelia\Install\Update"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationFile"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationHtml"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationJavascriptConsole"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationNull"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationPopup"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationRotatingFile"; reason: unused.
Removed service "Thelia\Log\Destination\TlogDestinationText"; reason: unused.
Removed service "Thelia\Log\TlogDestinationConfig"; reason: unused.
Removed service "Thelia\Model\Accessory"; reason: unused.
Removed service "Thelia\Model\AccessoryQuery"; reason: unused.
Removed service "Thelia\Model\Address"; reason: unused.
Removed service "Thelia\Model\AddressQuery"; reason: unused.
Removed service "Thelia\Model\Admin"; reason: unused.
Removed service "Thelia\Model\AdminLog"; reason: unused.
Removed service "Thelia\Model\AdminLogQuery"; reason: unused.
Removed service "Thelia\Model\AdminQuery"; reason: unused.
Removed service "Thelia\Model\Area"; reason: unused.
Removed service "Thelia\Model\AreaDeliveryModule"; reason: unused.
Removed service "Thelia\Model\AreaDeliveryModuleQuery"; reason: unused.
Removed service "Thelia\Model\AreaQuery"; reason: unused.
Removed service "Thelia\Model\Attribute"; reason: unused.
Removed service "Thelia\Model\AttributeAv"; reason: unused.
Removed service "Thelia\Model\AttributeAvI18n"; reason: unused.
Removed service "Thelia\Model\AttributeAvI18nQuery"; reason: unused.
Removed service "Thelia\Model\AttributeAvQuery"; reason: unused.
Removed service "Thelia\Model\AttributeCombination"; reason: unused.
Removed service "Thelia\Model\AttributeCombinationQuery"; reason: unused.
Removed service "Thelia\Model\AttributeI18n"; reason: unused.
Removed service "Thelia\Model\AttributeI18nQuery"; reason: unused.
Removed service "Thelia\Model\AttributeQuery"; reason: unused.
Removed service "Thelia\Model\AttributeTemplate"; reason: unused.
Removed service "Thelia\Model\AttributeTemplateQuery"; reason: unused.
Removed service "Thelia\Model\Brand"; reason: unused.
Removed service "Thelia\Model\BrandDocument"; reason: unused.
Removed service "Thelia\Model\BrandDocumentI18n"; reason: unused.
Removed service "Thelia\Model\BrandDocumentI18nQuery"; reason: unused.
Removed service "Thelia\Model\BrandDocumentQuery"; reason: unused.
Removed service "Thelia\Model\BrandI18n"; reason: unused.
Removed service "Thelia\Model\BrandI18nQuery"; reason: unused.
Removed service "Thelia\Model\BrandImage"; reason: unused.
Removed service "Thelia\Model\BrandImageI18n"; reason: unused.
Removed service "Thelia\Model\BrandImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\BrandImageQuery"; reason: unused.
Removed service "Thelia\Model\BrandQuery"; reason: unused.
Removed service "Thelia\Model\Cart"; reason: unused.
Removed service "Thelia\Model\CartItem"; reason: unused.
Removed service "Thelia\Model\CartItemQuery"; reason: unused.
Removed service "Thelia\Model\CartQuery"; reason: unused.
Removed service "Thelia\Model\Category"; reason: unused.
Removed service "Thelia\Model\CategoryAssociatedContent"; reason: unused.
Removed service "Thelia\Model\CategoryAssociatedContentQuery"; reason: unused.
Removed service "Thelia\Model\CategoryDocument"; reason: unused.
Removed service "Thelia\Model\CategoryDocumentI18n"; reason: unused.
Removed service "Thelia\Model\CategoryDocumentI18nQuery"; reason: unused.
Removed service "Thelia\Model\CategoryDocumentQuery"; reason: unused.
Removed service "Thelia\Model\CategoryI18n"; reason: unused.
Removed service "Thelia\Model\CategoryI18nQuery"; reason: unused.
Removed service "Thelia\Model\CategoryImage"; reason: unused.
Removed service "Thelia\Model\CategoryImageI18n"; reason: unused.
Removed service "Thelia\Model\CategoryImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\CategoryImageQuery"; reason: unused.
Removed service "Thelia\Model\CategoryQuery"; reason: unused.
Removed service "Thelia\Model\CategoryVersion"; reason: unused.
Removed service "Thelia\Model\CategoryVersionQuery"; reason: unused.
Removed service "Thelia\Model\Config"; reason: unused.
Removed service "Thelia\Model\ConfigI18n"; reason: unused.
Removed service "Thelia\Model\ConfigI18nQuery"; reason: unused.
Removed service "Thelia\Model\ConfigQuery"; reason: unused.
Removed service "Thelia\Model\Content"; reason: unused.
Removed service "Thelia\Model\ContentDocument"; reason: unused.
Removed service "Thelia\Model\ContentDocumentI18n"; reason: unused.
Removed service "Thelia\Model\ContentDocumentI18nQuery"; reason: unused.
Removed service "Thelia\Model\ContentDocumentQuery"; reason: unused.
Removed service "Thelia\Model\ContentFolder"; reason: unused.
Removed service "Thelia\Model\ContentFolderQuery"; reason: unused.
Removed service "Thelia\Model\ContentI18n"; reason: unused.
Removed service "Thelia\Model\ContentI18nQuery"; reason: unused.
Removed service "Thelia\Model\ContentImage"; reason: unused.
Removed service "Thelia\Model\ContentImageI18n"; reason: unused.
Removed service "Thelia\Model\ContentImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\ContentImageQuery"; reason: unused.
Removed service "Thelia\Model\ContentQuery"; reason: unused.
Removed service "Thelia\Model\ContentVersion"; reason: unused.
Removed service "Thelia\Model\ContentVersionQuery"; reason: unused.
Removed service "Thelia\Model\Country"; reason: unused.
Removed service "Thelia\Model\CountryArea"; reason: unused.
Removed service "Thelia\Model\CountryAreaQuery"; reason: unused.
Removed service "Thelia\Model\CountryI18n"; reason: unused.
Removed service "Thelia\Model\CountryI18nQuery"; reason: unused.
Removed service "Thelia\Model\CountryQuery"; reason: unused.
Removed service "Thelia\Model\Coupon"; reason: unused.
Removed service "Thelia\Model\CouponCountry"; reason: unused.
Removed service "Thelia\Model\CouponCountryQuery"; reason: unused.
Removed service "Thelia\Model\CouponCustomerCount"; reason: unused.
Removed service "Thelia\Model\CouponCustomerCountQuery"; reason: unused.
Removed service "Thelia\Model\CouponI18n"; reason: unused.
Removed service "Thelia\Model\CouponI18nQuery"; reason: unused.
Removed service "Thelia\Model\CouponModule"; reason: unused.
Removed service "Thelia\Model\CouponModuleQuery"; reason: unused.
Removed service "Thelia\Model\CouponQuery"; reason: unused.
Removed service "Thelia\Model\CouponVersion"; reason: unused.
Removed service "Thelia\Model\CouponVersionQuery"; reason: unused.
Removed service "Thelia\Model\Currency"; reason: unused.
Removed service "Thelia\Model\CurrencyI18n"; reason: unused.
Removed service "Thelia\Model\CurrencyI18nQuery"; reason: unused.
Removed service "Thelia\Model\CurrencyQuery"; reason: unused.
Removed service "Thelia\Model\Customer"; reason: unused.
Removed service "Thelia\Model\CustomerQuery"; reason: unused.
Removed service "Thelia\Model\CustomerTitle"; reason: unused.
Removed service "Thelia\Model\CustomerTitleI18n"; reason: unused.
Removed service "Thelia\Model\CustomerTitleI18nQuery"; reason: unused.
Removed service "Thelia\Model\CustomerTitleQuery"; reason: unused.
Removed service "Thelia\Model\CustomerVersion"; reason: unused.
Removed service "Thelia\Model\CustomerVersionQuery"; reason: unused.
Removed service "Thelia\Model\Exception\InvalidArgumentException"; reason: unused.
Removed service "Thelia\Model\Exception\ModelException"; reason: unused.
Removed service "Thelia\Model\Export"; reason: unused.
Removed service "Thelia\Model\ExportCategory"; reason: unused.
Removed service "Thelia\Model\ExportCategoryI18n"; reason: unused.
Removed service "Thelia\Model\ExportCategoryI18nQuery"; reason: unused.
Removed service "Thelia\Model\ExportCategoryQuery"; reason: unused.
Removed service "Thelia\Model\ExportI18n"; reason: unused.
Removed service "Thelia\Model\ExportI18nQuery"; reason: unused.
Removed service "Thelia\Model\ExportQuery"; reason: unused.
Removed service "Thelia\Model\Feature"; reason: unused.
Removed service "Thelia\Model\FeatureAv"; reason: unused.
Removed service "Thelia\Model\FeatureAvI18n"; reason: unused.
Removed service "Thelia\Model\FeatureAvI18nQuery"; reason: unused.
Removed service "Thelia\Model\FeatureAvQuery"; reason: unused.
Removed service "Thelia\Model\FeatureI18n"; reason: unused.
Removed service "Thelia\Model\FeatureI18nQuery"; reason: unused.
Removed service "Thelia\Model\FeatureProduct"; reason: unused.
Removed service "Thelia\Model\FeatureProductQuery"; reason: unused.
Removed service "Thelia\Model\FeatureQuery"; reason: unused.
Removed service "Thelia\Model\FeatureTemplate"; reason: unused.
Removed service "Thelia\Model\FeatureTemplateQuery"; reason: unused.
Removed service "Thelia\Model\Folder"; reason: unused.
Removed service "Thelia\Model\FolderDocument"; reason: unused.
Removed service "Thelia\Model\FolderDocumentI18n"; reason: unused.
Removed service "Thelia\Model\FolderDocumentI18nQuery"; reason: unused.
Removed service "Thelia\Model\FolderDocumentQuery"; reason: unused.
Removed service "Thelia\Model\FolderI18n"; reason: unused.
Removed service "Thelia\Model\FolderI18nQuery"; reason: unused.
Removed service "Thelia\Model\FolderImage"; reason: unused.
Removed service "Thelia\Model\FolderImageI18n"; reason: unused.
Removed service "Thelia\Model\FolderImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\FolderImageQuery"; reason: unused.
Removed service "Thelia\Model\FolderQuery"; reason: unused.
Removed service "Thelia\Model\FolderVersion"; reason: unused.
Removed service "Thelia\Model\FolderVersionQuery"; reason: unused.
Removed service "Thelia\Model\FormFirewall"; reason: unused.
Removed service "Thelia\Model\FormFirewallQuery"; reason: unused.
Removed service "Thelia\Model\Hook"; reason: unused.
Removed service "Thelia\Model\HookI18n"; reason: unused.
Removed service "Thelia\Model\HookI18nQuery"; reason: unused.
Removed service "Thelia\Model\HookQuery"; reason: unused.
Removed service "Thelia\Model\IgnoredModuleHook"; reason: unused.
Removed service "Thelia\Model\IgnoredModuleHookQuery"; reason: unused.
Removed service "Thelia\Model\Import"; reason: unused.
Removed service "Thelia\Model\ImportCategory"; reason: unused.
Removed service "Thelia\Model\ImportCategoryI18n"; reason: unused.
Removed service "Thelia\Model\ImportCategoryI18nQuery"; reason: unused.
Removed service "Thelia\Model\ImportCategoryQuery"; reason: unused.
Removed service "Thelia\Model\ImportI18n"; reason: unused.
Removed service "Thelia\Model\ImportI18nQuery"; reason: unused.
Removed service "Thelia\Model\ImportQuery"; reason: unused.
Removed service "Thelia\Model\Lang"; reason: unused.
Removed service "Thelia\Model\LangQuery"; reason: unused.
Removed service "Thelia\Model\Message"; reason: unused.
Removed service "Thelia\Model\MessageI18n"; reason: unused.
Removed service "Thelia\Model\MessageI18nQuery"; reason: unused.
Removed service "Thelia\Model\MessageQuery"; reason: unused.
Removed service "Thelia\Model\MessageVersion"; reason: unused.
Removed service "Thelia\Model\MessageVersionQuery"; reason: unused.
Removed service "Thelia\Model\MetaData"; reason: unused.
Removed service "Thelia\Model\MetaDataQuery"; reason: unused.
Removed service "Thelia\Model\Module"; reason: unused.
Removed service "Thelia\Model\ModuleConfig"; reason: unused.
Removed service "Thelia\Model\ModuleConfigI18n"; reason: unused.
Removed service "Thelia\Model\ModuleConfigI18nQuery"; reason: unused.
Removed service "Thelia\Model\ModuleConfigQuery"; reason: unused.
Removed service "Thelia\Model\ModuleHook"; reason: unused.
Removed service "Thelia\Model\ModuleHookQuery"; reason: unused.
Removed service "Thelia\Model\ModuleI18n"; reason: unused.
Removed service "Thelia\Model\ModuleI18nQuery"; reason: unused.
Removed service "Thelia\Model\ModuleImage"; reason: unused.
Removed service "Thelia\Model\ModuleImageI18n"; reason: unused.
Removed service "Thelia\Model\ModuleImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\ModuleImageQuery"; reason: unused.
Removed service "Thelia\Model\ModuleQuery"; reason: unused.
Removed service "Thelia\Model\Newsletter"; reason: unused.
Removed service "Thelia\Model\NewsletterQuery"; reason: unused.
Removed service "Thelia\Model\Order"; reason: unused.
Removed service "Thelia\Model\OrderAddress"; reason: unused.
Removed service "Thelia\Model\OrderAddressQuery"; reason: unused.
Removed service "Thelia\Model\OrderCoupon"; reason: unused.
Removed service "Thelia\Model\OrderCouponCountry"; reason: unused.
Removed service "Thelia\Model\OrderCouponCountryQuery"; reason: unused.
Removed service "Thelia\Model\OrderCouponModule"; reason: unused.
Removed service "Thelia\Model\OrderCouponModuleQuery"; reason: unused.
Removed service "Thelia\Model\OrderCouponQuery"; reason: unused.
Removed service "Thelia\Model\OrderPostage"; reason: unused.
Removed service "Thelia\Model\OrderProduct"; reason: unused.
Removed service "Thelia\Model\OrderProductAttributeCombination"; reason: unused.
Removed service "Thelia\Model\OrderProductAttributeCombinationQuery"; reason: unused.
Removed service "Thelia\Model\OrderProductQuery"; reason: unused.
Removed service "Thelia\Model\OrderProductTax"; reason: unused.
Removed service "Thelia\Model\OrderProductTaxQuery"; reason: unused.
Removed service "Thelia\Model\OrderQuery"; reason: unused.
Removed service "Thelia\Model\OrderStatus"; reason: unused.
Removed service "Thelia\Model\OrderStatusI18n"; reason: unused.
Removed service "Thelia\Model\OrderStatusI18nQuery"; reason: unused.
Removed service "Thelia\Model\OrderStatusQuery"; reason: unused.
Removed service "Thelia\Model\OrderVersion"; reason: unused.
Removed service "Thelia\Model\OrderVersionQuery"; reason: unused.
Removed service "Thelia\Model\PickupLocation"; reason: unused.
Removed service "Thelia\Model\PickupLocationAddress"; reason: unused.
Removed service "Thelia\Model\Product"; reason: unused.
Removed service "Thelia\Model\ProductAssociatedContent"; reason: unused.
Removed service "Thelia\Model\ProductAssociatedContentQuery"; reason: unused.
Removed service "Thelia\Model\ProductCategory"; reason: unused.
Removed service "Thelia\Model\ProductCategoryQuery"; reason: unused.
Removed service "Thelia\Model\ProductDocument"; reason: unused.
Removed service "Thelia\Model\ProductDocumentI18n"; reason: unused.
Removed service "Thelia\Model\ProductDocumentI18nQuery"; reason: unused.
Removed service "Thelia\Model\ProductDocumentQuery"; reason: unused.
Removed service "Thelia\Model\ProductI18n"; reason: unused.
Removed service "Thelia\Model\ProductI18nQuery"; reason: unused.
Removed service "Thelia\Model\ProductImage"; reason: unused.
Removed service "Thelia\Model\ProductImageI18n"; reason: unused.
Removed service "Thelia\Model\ProductImageI18nQuery"; reason: unused.
Removed service "Thelia\Model\ProductImageQuery"; reason: unused.
Removed service "Thelia\Model\ProductPrice"; reason: unused.
Removed service "Thelia\Model\ProductPriceQuery"; reason: unused.
Removed service "Thelia\Model\ProductQuery"; reason: unused.
Removed service "Thelia\Model\ProductSaleElements"; reason: unused.
Removed service "Thelia\Model\ProductSaleElementsProductDocument"; reason: unused.
Removed service "Thelia\Model\ProductSaleElementsProductDocumentQuery"; reason: unused.
Removed service "Thelia\Model\ProductSaleElementsProductImage"; reason: unused.
Removed service "Thelia\Model\ProductSaleElementsProductImageQuery"; reason: unused.
Removed service "Thelia\Model\ProductSaleElementsQuery"; reason: unused.
Removed service "Thelia\Model\ProductVersion"; reason: unused.
Removed service "Thelia\Model\ProductVersionQuery"; reason: unused.
Removed service "Thelia\Model\Profile"; reason: unused.
Removed service "Thelia\Model\ProfileI18n"; reason: unused.
Removed service "Thelia\Model\ProfileI18nQuery"; reason: unused.
Removed service "Thelia\Model\ProfileModule"; reason: unused.
Removed service "Thelia\Model\ProfileModuleQuery"; reason: unused.
Removed service "Thelia\Model\ProfileQuery"; reason: unused.
Removed service "Thelia\Model\ProfileResource"; reason: unused.
Removed service "Thelia\Model\ProfileResourceQuery"; reason: unused.
Removed service "Thelia\Model\Resource"; reason: unused.
Removed service "Thelia\Model\ResourceI18n"; reason: unused.
Removed service "Thelia\Model\ResourceI18nQuery"; reason: unused.
Removed service "Thelia\Model\ResourceQuery"; reason: unused.
Removed service "Thelia\Model\RewritingArgument"; reason: unused.
Removed service "Thelia\Model\RewritingArgumentQuery"; reason: unused.
Removed service "Thelia\Model\RewritingUrl"; reason: unused.
Removed service "Thelia\Model\RewritingUrlQuery"; reason: unused.
Removed service "Thelia\Model\Sale"; reason: unused.
Removed service "Thelia\Model\SaleI18n"; reason: unused.
Removed service "Thelia\Model\SaleI18nQuery"; reason: unused.
Removed service "Thelia\Model\SaleOffsetCurrency"; reason: unused.
Removed service "Thelia\Model\SaleOffsetCurrencyQuery"; reason: unused.
Removed service "Thelia\Model\SaleProduct"; reason: unused.
Removed service "Thelia\Model\SaleProductQuery"; reason: unused.
Removed service "Thelia\Model\SaleQuery"; reason: unused.
Removed service "Thelia\Model\State"; reason: unused.
Removed service "Thelia\Model\StateI18n"; reason: unused.
Removed service "Thelia\Model\StateI18nQuery"; reason: unused.
Removed service "Thelia\Model\StateQuery"; reason: unused.
Removed service "Thelia\Model\Tax"; reason: unused.
Removed service "Thelia\Model\TaxI18n"; reason: unused.
Removed service "Thelia\Model\TaxI18nQuery"; reason: unused.
Removed service "Thelia\Model\TaxQuery"; reason: unused.
Removed service "Thelia\Model\TaxRule"; reason: unused.
Removed service "Thelia\Model\TaxRuleCountry"; reason: unused.
Removed service "Thelia\Model\TaxRuleCountryQuery"; reason: unused.
Removed service "Thelia\Model\TaxRuleI18n"; reason: unused.
Removed service "Thelia\Model\TaxRuleI18nQuery"; reason: unused.
Removed service "Thelia\Model\TaxRuleQuery"; reason: unused.
Removed service "Thelia\Model\Template"; reason: unused.
Removed service "Thelia\Model\TemplateI18n"; reason: unused.
Removed service "Thelia\Model\TemplateI18nQuery"; reason: unused.
Removed service "Thelia\Model\TemplateQuery"; reason: unused.
Removed service "Thelia\Model\Tools\ModelCriteriaTools"; reason: unused.
Removed service "Thelia\Model\Tools\ProductPriceTools"; reason: unused.
Removed service "Thelia\Module\BaseModule"; reason: unused.
Removed service "Thelia\Module\Exception\DeliveryException"; reason: unused.
Removed service "Thelia\Module\Exception\InvalidXmlDocumentException"; reason: unused.
Removed service "Thelia\Module\ModuleDescriptorValidator"; reason: unused.
Removed service "Thelia\Module\ModuleManagement"; reason: unused.
Removed service "Thelia\Module\Validator\ModuleDefinition"; reason: unused.
Removed service "Thelia\Module\Validator\ModuleValidator"; reason: unused.
Removed service "Thelia\Rewriting\RewritingResolver"; reason: unused.
Removed service "Thelia\Rewriting\RewritingRetriever"; reason: unused.
Removed service "Thelia\TaxEngine\Calculator"; reason: unused.
Removed service "Thelia\TaxEngine\OrderProductTaxCollection"; reason: unused.
Removed service "Thelia\TaxEngine\TaxTypeRequirementDefinition"; reason: unused.
Removed service "Thelia\Tools\DateTimeFormat"; reason: unused.
Removed service "Thelia\Tools\FileDownload\FileDownloader"; reason: unused.
Removed service "Thelia\Tools\I18n"; reason: unused.
Removed service "Thelia\Tools\Image"; reason: unused.
Removed service "Thelia\Tools\MoneyFormat"; reason: unused.
Removed service "Thelia\Tools\NumberFormat"; reason: unused.
Removed service "Thelia\Tools\Password"; reason: unused.
Removed service "Thelia\Tools\Rest\ResponseRest"; reason: unused.
Removed service "Thelia\Tools\Version\Constraints\ConstraintEqual"; reason: unused.
Removed service "Thelia\Tools\Version\Constraints\ConstraintGreater"; reason: unused.
Removed service "Thelia\Tools\Version\Constraints\ConstraintLower"; reason: unused.
Removed service "Thelia\Tools\Version\Constraints\ConstraintNearlyEqual"; reason: unused.
Removed service "Thelia\Tools\Version\Version"; reason: unused.
Removed service "Thelia\Type\AlphaNumStringListType"; reason: unused.
Removed service "Thelia\Type\AlphaNumStringType"; reason: unused.
Removed service "Thelia\Type\AnyListType"; reason: unused.
Removed service "Thelia\Type\AnyType"; reason: unused.
Removed service "Thelia\Type\BooleanOrBothType"; reason: unused.
Removed service "Thelia\Type\BooleanType"; reason: unused.
Removed service "Thelia\Type\EnumListType"; reason: unused.
Removed service "Thelia\Type\EnumType"; reason: unused.
Removed service "Thelia\Type\FloatToFloatArrayType"; reason: unused.
Removed service "Thelia\Type\FloatType"; reason: unused.
Removed service "Thelia\Type\IntListType"; reason: unused.
Removed service "Thelia\Type\IntToCombinedIntsListType"; reason: unused.
Removed service "Thelia\Type\IntToCombinedStringsListType"; reason: unused.
Removed service "Thelia\Type\IntType"; reason: unused.
Removed service "Thelia\Type\JsonType"; reason: unused.
Removed service "Thelia\Type\ModelType"; reason: unused.
Removed service "Thelia\Type\ModelValidIdType"; reason: unused.
Removed service "Thelia\Type\TypeCollection"; reason: unused.
Removed service "Carousel\Carousel"; reason: unused.
Removed service "Carousel\Model\Carousel"; reason: unused.
Removed service "Carousel\Model\CarouselI18n"; reason: unused.
Removed service "Carousel\Model\CarouselI18nQuery"; reason: unused.
Removed service "Carousel\Model\CarouselQuery"; reason: unused.
Removed service "Front\Front"; reason: unused.
Removed service "HookNavigation\HookNavigation"; reason: unused.
Removed service "HookNavigation\Model\Config\Base\HookNavigationConfigValue"; reason: unused.
Removed service "HookNavigation\Model\Config\HookNavigationConfigValue"; reason: unused.
Removed service "TheliaSmarty\Compiler\RegisterParserPluginPass"; reason: unused.
Removed service "TheliaSmarty\Events\ComponentRenderEvent"; reason: unused.
Removed service "TheliaSmarty\Template\Assets\EncoreModuleAssetsVersionStrategy"; reason: unused.
Removed service "TheliaSmarty\Template\Assets\SmartyAssetsManager"; reason: unused.
Removed service "TheliaSmarty\Template\Exception\SmartyPluginException"; reason: unused.
Removed service "TheliaSmarty\Template\SmartyPluginDescriptor"; reason: unused.
Removed service "TheliaSmarty\Tests\Template\Plugin\FormTest"; reason: unused.
Removed service "TheliaSmarty\Tests\Template\Plugin\FormatTest"; reason: unused.
Removed service "TheliaSmarty\Tests\Template\Plugin\RenderTest"; reason: unused.
Removed service "TheliaSmarty\Tests\Template\Plugin\SmartyPluginTestCase"; reason: unused.
Removed service "TheliaSmarty\Tests\Template\SmartyHelperTest"; reason: unused.
Removed service "TheliaSmarty\TheliaSmarty"; reason: unused.
Removed service "HookAdminHome\HookAdminHome"; reason: unused.
Removed service "WebProfiler\WebProfiler"; reason: unused.
Removed service "thelia.form.type.standard_fields"; reason: unused.
Removed service "thelia.form.type.product_sale_elements"; reason: unused.
Removed service "thelia.form.type.customer_title"; reason: unused.
Removed service "thelia.form.type.customer_title_i18n"; reason: unused.
Removed service "thelia.form.type.tax_rule"; reason: unused.
Removed service "thelia.form.type.tax_rule_i18n"; reason: unused.
Removed service "thelia.form.type.image"; reason: unused.
Removed service "thelia.form.type.field.category_id"; reason: unused.
Removed service "thelia.form.type.field.product_id"; reason: unused.
Removed service "thelia.form.type.field.product_sale_elements_id"; reason: unused.
Removed service "thelia.form.type.field.folder_id"; reason: unused.
Removed service "thelia.form.type.field.content_id"; reason: unused.
Removed service "thelia.form.type.field.currency_id"; reason: unused.
Removed service "thelia.form.type.field.area_id"; reason: unused.
Removed service "thelia.form.type.field.tax_rule_id"; reason: unused.
Removed service "thelia.form.type.field.attribute_av"; reason: unused.
Removed service "thelia.form.type.field.customer_title_id"; reason: unused.
Removed service "thelia.form.type.field.country_id"; reason: unused.
Removed service "thelia.form.type.field.state_id"; reason: unused.
Removed service "thelia.form.type.field.tax_id"; reason: unused.
Removed service "thelia.form.type.field.customer_id"; reason: unused.
Removed service "thelia.form.type.field.lang_id"; reason: unused.
Removed service "thelia.form.type.field.accessory_id"; reason: unused.
Removed service "thelia.form.type.field.address_id"; reason: unused.
Removed service "thelia.form.type.field.admin_log_id"; reason: unused.
Removed service "thelia.form.type.field.admin_id"; reason: unused.
Removed service "thelia.form.type.field.area_delivery_module_id"; reason: unused.
Removed service "thelia.form.type.field.attribute_id"; reason: unused.
Removed service "thelia.form.type.field.attribute_template_id"; reason: unused.
Removed service "thelia.form.type.field.brand_id"; reason: unused.
Removed service "thelia.form.type.field.cart_item_id"; reason: unused.
Removed service "thelia.form.type.field.cart_id"; reason: unused.
Removed service "thelia.form.type.field.category_associated_content_id"; reason: unused.
Removed service "thelia.form.type.field.coupon_id"; reason: unused.
Removed service "thelia.form.type.field.export_category_id"; reason: unused.
Removed service "thelia.form.type.field.export_id"; reason: unused.
Removed service "thelia.form.type.field.feature_av_id"; reason: unused.
Removed service "thelia.form.type.field.feature_product_id"; reason: unused.
Removed service "thelia.form.type.field.feature_id"; reason: unused.
Removed service "thelia.form.type.field.feature_template_id"; reason: unused.
Removed service "thelia.form.type.field.form_firewall_id"; reason: unused.
Removed service "thelia.form.type.field.hook_id"; reason: unused.
Removed service "thelia.form.type.field.import_category_id"; reason: unused.
Removed service "thelia.form.type.field.import_id"; reason: unused.
Removed service "thelia.form.type.field.message_id"; reason: unused.
Removed service "thelia.form.type.field.meta_data_id"; reason: unused.
Removed service "thelia.form.type.field.module_config_id"; reason: unused.
Removed service "thelia.form.type.field.module_hook_id"; reason: unused.
Removed service "thelia.form.type.field.module_id"; reason: unused.
Removed service "thelia.form.type.field.newsletter_id"; reason: unused.
Removed service "thelia.form.type.field.order_address_id"; reason: unused.
Removed service "thelia.form.type.field.order_coupon_id"; reason: unused.
Removed service "thelia.form.type.field.order_product_attribute_combination_id"; reason: unused.
Removed service "thelia.form.type.field.order_product_id"; reason: unused.
Removed service "thelia.form.type.field.order_product_tax_id"; reason: unused.
Removed service "thelia.form.type.field.order_id"; reason: unused.
Removed service "thelia.form.type.field.order_status_id"; reason: unused.
Removed service "thelia.form.type.field.product_associated_content_id"; reason: unused.
Removed service "thelia.form.type.field.profile_id"; reason: unused.
Removed service "thelia.form.type.field.resource_id"; reason: unused.
Removed service "thelia.form.type.field.rewriting_url_id"; reason: unused.
Removed service "thelia.form.type.field.sale_product_id"; reason: unused.
Removed service "thelia.form.type.field.sale_id"; reason: unused.
Removed service "thelia.form.type.field.template_id"; reason: unused.
Removed service "thelia.admin.base_controller"; reason: unused.
Removed service "thelia.logger"; reason: unused.
Removed service "parameter_bag"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "translation.extractor.visitor.trans_method"; reason: unused.
Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
Removed service "translation.extractor.visitor.constraint"; 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.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "form.factory"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
192
Inlined service ".service_locator.GazkC_R" to "Thelia\Action\Tax".
Inlined service "Thelia\Core\Serializer\Serializer\YAMLSerializer" to "Thelia\Core\Serializer\SerializerManager".
Inlined service "router.module.fileLocator" to "router.module.xmlLoader".
Inlined service "router.xmlLoader" to "router.admin".
Inlined service "router.rewrite" to "router.chainRequest".
Inlined service "router.Carousel" to "router.chainRequest".
Inlined service "router.Cheque" to "router.chainRequest".
Inlined service "router.HookAnalytics" to "router.chainRequest".
Inlined service "router.HookNavigation" to "router.chainRequest".
Inlined service "router.HookSocial" to "router.chainRequest".
Inlined service "router.Tinymce" to "router.chainRequest".
Inlined service "router.HookAdminHome" to "router.chainRequest".
Inlined service "router.WebProfiler" to "router.chainRequest".
Inlined service "test.client.history" to "test.client".
Inlined service "test.client.cookiejar" to "test.client".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service ".service_locator.9ETxUxh" to "console.command.event_dispatcher_debug".
Inlined service "form.registry" to "console.command.form_debug".
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 "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "config_cache_factory" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
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.xliff.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.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.pbGb5ip" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.jqEygUp" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" 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.translation" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.smarty" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.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 "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".1_ServiceLocator~3CdMPK." to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.P37z1kx" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.iaPSONy" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "debug.argument_resolver.inner" to "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface".
Inlined service "mailer.mailer" to "mailer".
Inlined service "currency.converter.ecbProvider" to "Thelia\CurrencyConverter\CurrencyConverter".
Inlined service ".service_locator.5k3EhVE" to "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface".
Inlined service "TheliaSmarty\Template\Plugins\Component" to "thelia.parser".
Inlined service "TheliaSmarty\Template\Plugins\Encore" to "thelia.parser".
Inlined service "TheliaSmarty\Template\Plugins\FrontUtils" to "thelia.parser".
Inlined service "smarty.plugin.tinymce_lang" to "thelia.parser".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface", "event_dispatcher", but was never used.